Continue is an open-source agent for VS Code and JetBrains. Configure AIgateway as a custom model provider in config.json and every Continue feature works against any of our 100+ models.
Continue reads ~/.continue/config.json. Add a model entry pointing to AIgateway.
{
"models": [
{
"title": "AIgateway · Kimi K2.6",
"provider": "openai",
"model": "moonshot/kimi-k2.6",
"apiKey": "sk-aig-...",
"apiBase": "https://api.aigateway.sh/v1"
}
]
}