Continue
Edit ~/.continue/config.json (or use the in-app editor) and add OpusGate as a model:
{
"models": [
{
"title": "Claude Opus 4.7 (OpusGate)",
"provider": "anthropic",
"model": "claude-opus-4-7",
"apiBase": "https://api.opusgate.dev",
"apiKey": "sk-og-..."
},
{
"title": "GPT 5.5 (OpusGate)",
"provider": "openai",
"model": "gpt-5-5",
"apiBase": "https://api.opusgate.dev/v1",
"apiKey": "sk-og-..."
}
]
}Restart VS Code / JetBrains after saving. The models will appear in the model picker.