Use AIx in Continue
Continue (VS Code & JetBrains) treats any OpenAI-compatible endpoint as the openai
provider — point its apiBase at AIx.
Setup
- Open the Continue config — newer versions use
~/.continue/config.yaml, older ones~/.continue/config.json. - Add one entry per model (set
apiBase+apiKey,provider: openai):
models:
- name: Claude 4 Sonnet (AIx)
provider: openai
model: anthropic/claude-sonnet-4-6
apiBase: https://api.aix.theaimart.co/v1
apiKey: tam_your_key_here
- name: DeepSeek V3.1 (AIx)
provider: openai
model: deepseek-ai/DeepSeek-V3.2
apiBase: https://api.aix.theaimart.co/v1
apiKey: tam_your_key_here {
"models": [
{
"title": "Claude 4 Sonnet (AIx)",
"provider": "openai",
"model": "anthropic/claude-sonnet-4-6",
"apiBase": "https://api.aix.theaimart.co/v1",
"apiKey": "tam_your_key_here"
}
]
} - Reload Continue and pick the model from the dropdown.
✦ Recommended
Use anthropic/claude-sonnet-4-6 for chat/edits and moonshotai/Kimi-K2.7-Code
or deepseek-ai/DeepSeek-V3.2 for autocomplete/cheaper passes. Any id from the
catalog works.
ℹ Note
For tab-autocomplete, configure a fast model under Continue’s tabAutocompleteModel
with the same apiBase/apiKey.