Continue 也能接 OpenAI 兼容 API Key
很多人卡在 Continue 的 apiBase、apiKey、model 三个字段。这个页面直接给最小配置,让搜索进来的开发者能马上去注册、开 Key、跑第一条请求。
适合谁
适合正在配置 Continue、OpenAI compatible、API key 的开发者、AI 工具用户和小团队。页面不承诺“官方同源”或“无限量”,重点是把 OpenAI 兼容接入路径讲清楚。
ContinueOpenAI compatibleAPI keyVS Code
转化路径
- 注册控制台,先看可用模型与价格。
- 去 Playground 发一条测试请求。
- 创建单独 API Key,按工具/项目隔离预算。
- 把 base_url、api_key、model 填到对应工具。
最小示例
{
"models": [{
"title": "DCP Gateway",
"provider": "openai",
"model": "gpt-4o-mini",
"apiKey": "你的 API Key",
"apiBase": "https://api.clawskills.shop/v1"
}]
}