Continue
Continue (opens in a new tab) is a free, open-source autopilot for VS Code & JetBrains.
Setup
Edit ~/.continue/config.json:
{
"models": [
{
"title": "DeepSeek (Routify)",
"provider": "openai",
"model": "deepseek-v3.2",
"apiBase": "https://routify.bytedance.city/v1",
"apiKey": "rtf_xxx"
},
{
"title": "Claude Sonnet (Routify)",
"provider": "openai",
"model": "claude-sonnet-4-6",
"apiBase": "https://routify.bytedance.city/v1",
"apiKey": "rtf_xxx"
}
],
"tabAutocompleteModel": {
"title": "DeepSeek FIM",
"provider": "openai",
"model": "deepseek-coder",
"apiBase": "https://routify.bytedance.city/v1",
"apiKey": "rtf_xxx"
}
}