Skip to content

IDE 插件指南

只要 IDE 插件支持 OpenAI Compatible / Custom Provider,通常都可以接入 WebberAI。

通用配置

text
Provider: OpenAI Compatible
API Key: YOUR_WEBBERAI_API_KEY
Base URL: https://webberai.top/v1
Model: 从模型广场复制的模型 ID

如果插件会自动追加 /v1,Base URL 改为:

text
https://webberai.top

Continue

在 Continue 中添加 OpenAI 兼容模型,核心字段如下:

json
{
  "title": "WebberAI",
  "provider": "openai",
  "model": "从模型广场复制的模型 ID",
  "apiBase": "https://webberai.top/v1",
  "apiKey": "YOUR_WEBBERAI_API_KEY"
}

不同版本 Continue 的字段可能不同。如果界面提供 OpenAI Compatible 或 Custom Provider,优先使用界面配置。

Cline / Roo Code

在模型提供商中选择 OpenAI Compatible,填写:

  • API Key:WebberAI API Key
  • Base URL:https://webberai.top/v1
  • Model ID:模型广场中的模型 ID

如果插件支持测试连接,保存前先测试一次。

其他 VS Code / JetBrains 插件

处理原则一致:

  1. 选择 OpenAI CompatibleCustom OpenAICustom Provider
  2. 填写 API Key 和 Base URL。
  3. 从模型广场复制模型 ID。
  4. 发送短消息验证,不要一开始就提交大上下文任务。

排查建议

  • 插件报模型不存在时,先换一个模型广场明确可用的模型。
  • 插件报网络错误时,用浏览器确认 https://webberai.top 可访问。
  • 插件报 401 时,重新创建 API Key 并更新配置。
  • 插件没有日志时,用 API 总览 中的 curl 示例绕过插件测试。

WebberAI 文档仅用于产品使用说明,具体价格与可用模型以站内实时展示为准。