Ads for Credits All clients Docs FAQ

Using Ads for Credits in Continue

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.

The three values

Every client needs the same three. Sign in and take them from the console.

  • Base URL — https://onomeo.com/v1
  • API key — the key shown in your console, starting ac-
  • Model — one of the names on the models page

Step by step

  1. Open Continue's config file from the extension panel — it offers a direct link to it.
  2. Add an entry to the models list, with the provider set to the OpenAI-compatible option.
  3. Set the API base field to our base URL, and the API key field to your key.
  4. Set the model field to the exact model name from the models page.
  5. Save the file. Continue reloads it without restarting the editor.

A config file, not a settings screen

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.

Checking it worked

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.

If it does not connect

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.


在 Continue 中使用

最后更新 2026-08-31

Continue 是一款适用于 VS Code 与 JetBrains 的开源助手。与多数客户端不同,它通过配置文件而非设置界面进行配置,因此便于同时保留多个服务商。

需要填的三个值

所有客户端要的都是这三个。登录后在控制台获取。

  • 接口地址 — https://onomeo.com/v1
  • 密钥 — 控制台中显示的密钥,以 ac- 开头
  • 模型名称 — 模型页面所列名称之一

操作步骤

  1. 从扩展面板打开 Continue 的配置文件,面板中提供了直达链接。
  2. 在模型列表中新增一项,将 provider 设为 OpenAI 兼容选项。
  3. 将接口地址字段设为本站地址,密钥字段设为您的密钥。
  4. 将模型字段设为模型页面上的准确名称。
  5. 保存文件。Continue 会自动重新加载配置,无需重启编辑器。

配置文件而非设置界面

配置文件中缺少逗号或括号时,Continue 会静默回退到上一份配置,其表现与新配置被忽略完全一致。若感觉配置没有生效,请先检查文件格式是否正确。

Continue 的配置格式在不同大版本之间有所变化。若上述字段与您看到的不一致,请查找当前版本用于自定义接口地址的对应字段。需要填写的三个值始终不变。

如何确认配置成功

打开 Continue 面板,在模型下拉框中选择刚添加的模型并发送消息。控制台的最近用量中会显示该次调用。

连接失败时

返回 401 通常是密钥复制时末尾带了空格;返回 404 是接口地址中 /v1 重复或缺失,改成另一种写法即可;返回 400 且提示模型不被允许,说明客户端发送的是它自带的默认模型名,需手动填写本站的名称。完整对照表见客户端总览。