Last updated 2026-08-31
Continue is an open-source assistant for VS Code and JetBrains. Unlike most clients it is configured from a file rather than a settings screen, which makes it easy to keep several providers side by side.
Every client needs the same three. Sign in and take them from the console.
A missing comma or bracket makes Continue fall back to its previous configuration silently, which looks exactly like the new entry being ignored. If nothing seems to change, check that the file is valid first.
The exact config format has changed between major versions of Continue. If the fields above do not match what you see, look for whichever field the current version uses for a custom base URL. The three values you need are always the same.
Open the Continue panel, select the model you just added from the model dropdown, and send a message. The console's recent usage will show the call.
A 401 usually means the key was copied with a trailing space. A 404 means the base URL has /v1 twice or not at all — try it the other way. A 400 saying the model is not allowed means the tool sent its own default name instead of one of ours. The full table is on the clients page.
最后更新 2026-08-31
Continue 是一款适用于 VS Code 与 JetBrains 的开源助手。与多数客户端不同,它通过配置文件而非设置界面进行配置,因此便于同时保留多个服务商。
所有客户端要的都是这三个。登录后在控制台获取。
配置文件中缺少逗号或括号时,Continue 会静默回退到上一份配置,其表现与新配置被忽略完全一致。若感觉配置没有生效,请先检查文件格式是否正确。
Continue 的配置格式在不同大版本之间有所变化。若上述字段与您看到的不一致,请查找当前版本用于自定义接口地址的对应字段。需要填写的三个值始终不变。
打开 Continue 面板,在模型下拉框中选择刚添加的模型并发送消息。控制台的最近用量中会显示该次调用。
返回 401 通常是密钥复制时末尾带了空格;返回 404 是接口地址中 /v1 重复或缺失,改成另一种写法即可;返回 400 且提示模型不被允许,说明客户端发送的是它自带的默认模型名,需手动填写本站的名称。完整对照表见客户端总览。