You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request lidge-jun#611 from yrooogerg/feat/volcengine-providers
feat(providers): add Volcengine Ark presets
Adds canonical presets for the three Ark billing routes: pay-as-you-go, Coding Plan, and Agent Plan.
Credential-destination evidence gate settled from opened primary sources; ledger in the PR comment thread. Volcengine publishes a first-party Codex CLI integration guide and lists Claude Code / OpenCode / OpenClaw as supported clients, and each user supplies their own plan key, so this is documented client use rather than aggregation.
Both Plan presets disclose the coding-tools-only restriction and its account-ban consequence, resolved by destination so a preset saved under a custom name keeps the warning.
Outstanding: named maintenance owner for the static catalogs.
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/guides/providers.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ selectors, then retry. Signing in from a machine with no existing `kiro-cli` ses
190
190
191
191
## 3. API-key catalog
192
192
193
-
opencodex ships 62 built-in presets: 51 key-based, seven OAuth, three local, and the default
193
+
opencodex ships 65 built-in presets: 54 key-based, seven OAuth, three local, and the default
194
194
ChatGPT-forward preset. The dashboard's **Add provider** picker opens a key provider's dashboard,
195
195
validates the key, and stores it. Notable entries:
196
196
@@ -219,6 +219,7 @@ validates the key, and stores it. Notable entries:
219
219
| Qwen Cloud | Token plan (default): `https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1` · Pay as you go: `https://dashscope.aliyuncs.com/compatible-mode/v1` · or Custom |
220
220
| Tencent Cloud Coding Plan |`https://api.lkeap.cloud.tencent.com/coding/v3`|
221
221
| SiliconFlow |`https://api.siliconflow.cn/v1`|
222
+
| Volcengine Ark · Coding Plan · Agent Plan |`https://ark.cn-beijing.volces.com/api/v3` · `https://ark.cn-beijing.volces.com/api/coding/v3` · `https://ark.cn-beijing.volces.com/api/plan/v3`|
222
223
| Xiaomi MiMo |`https://api.xiaomimimo.com/anthropic`|
223
224
| Kilo |`https://api.kilo.ai/api/gateway`|
224
225
| GitLab Duo |`https://cloud.gitlab.com/ai/v1/proxy/openai/v1`|
@@ -227,6 +228,24 @@ validates the key, and stores it. Notable entries:
227
228
228
229
Most use the `openai-chat` adapter with a bearer key; a few that expose only an Anthropic-compatible
229
230
endpoint (e.g. **Xiaomi MiMo**) use the `anthropic` adapter (`x-api-key`).
231
+
Volcengine Agent Plan uses its native Responses endpoint through `openai-responses`.
232
+
233
+
> **Three Volcengine billing routes:**`volcengine` is the pay-as-you-go Ark API,
234
+
> `volcengine-coding-plan` consumes Coding Plan quota, and `volcengine-agent-plan` consumes Agent
235
+
> Plan quota. Use the key and endpoint issued for the same product; the ordinary `/api/v3` endpoint
236
+
> can incur pay-as-you-go charges even when a Plan subscription exists.
237
+
> The presets use curated static model catalogs because Ark's `/models` response also includes
238
+
> embedding, image, video, and 3D resources, the Coding gateway returns that same broad catalog,
239
+
> and the Agent Plan gateway has no `/models` resource. Pay-as-you-go defaults to
240
+
> `doubao-seed-2-1-pro-260628`; its curated catalog also includes current DeepSeek and GLM text
241
+
> models. Coding Plan defaults to `ark-code-latest`, while Agent Plan defaults to
242
+
> `deepseek-v4-pro`.
243
+
244
+
> **Volcengine Plan usage restriction:** Volcengine documents Coding Plan and Agent Plan quota as
245
+
> valid only inside supported AI coding tools, and warns that using a plan key for general API
246
+
> calls may suspend the subscription or ban the account. Routing Codex or Claude Code through
247
+
> opencodex is the documented use; pointing other automation at a plan key is not. The
248
+
> pay-as-you-go `volcengine` route carries no such restriction.
230
249
231
250
**DeepInfra discovery.** The key-based `deepinfra` OpenAI Chat Completions provider uses the
232
251
`openai-chat` adapter with a Bearer API key. Its registry-owned model-list URL keeps only rows tagged
opencodex에는 빌트인 프리셋이 62개 들어 있습니다. 키 방식 51개, OAuth 7개, 로컬 3개,
122
+
opencodex에는 빌트인 프리셋이 65개 들어 있습니다. 키 방식 54개, OAuth 7개, 로컬 3개,
123
123
기본 ChatGPT 포워드 프리셋 1개입니다. 대시보드의 **Add provider** 선택기는 키 발급 페이지를 열고,
124
124
입력한 키를 검증한 뒤 저장합니다. 주요 항목은 다음과 같습니다:
125
125
@@ -148,6 +148,7 @@ opencodex에는 빌트인 프리셋이 62개 들어 있습니다. 키 방식 51
148
148
| Qwen Cloud | Token plan(기본): `https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1` · 종량제: `https://dashscope.aliyuncs.com/compatible-mode/v1` · 또는 사용자 지정 |
149
149
| Tencent Cloud Coding Plan |`https://api.lkeap.cloud.tencent.com/coding/v3`|
150
150
| SiliconFlow |`https://api.siliconflow.cn/v1`|
151
+
| Volcengine Ark · Coding Plan · Agent Plan |`https://ark.cn-beijing.volces.com/api/v3` · `https://ark.cn-beijing.volces.com/api/coding/v3` · `https://ark.cn-beijing.volces.com/api/plan/v3`|
151
152
| Xiaomi MiMo |`https://api.xiaomimimo.com/anthropic`|
152
153
| Kilo |`https://api.kilo.ai/api/gateway`|
153
154
| GitLab Duo |`https://cloud.gitlab.com/ai/v1/proxy/openai/v1`|
@@ -156,6 +157,17 @@ opencodex에는 빌트인 프리셋이 62개 들어 있습니다. 키 방식 51
156
157
157
158
대부분은 bearer 키와 함께 `openai-chat` 어댑터를 사용하며, Anthropic 호환 엔드포인트만 노출하는 일부
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/ru/guides/providers.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ OAuth-провайдеры, чьи учётные данные содержат
126
126
127
127
## 3. Каталог API-ключей
128
128
129
-
opencodex поставляется с 62 встроенными пресетами: 51 на основе ключей, семь OAuth, три локальных и
129
+
opencodex поставляется с 65 встроенными пресетами: 54 на основе ключей, семь OAuth, три локальных и
130
130
пресет ChatGPT-форварда по умолчанию. Селектор **Add provider** в дашборде открывает страницу
131
131
выдачи ключей провайдера, проверяет ключ и сохраняет его. Наиболее заметные записи:
132
132
@@ -155,6 +155,7 @@ opencodex поставляется с 62 встроенными пресетам
155
155
| Qwen Cloud | Token plan (по умолчанию): `https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1` · Pay as you go: `https://dashscope.aliyuncs.com/compatible-mode/v1` · или Custom |
156
156
| Tencent Cloud Coding Plan |`https://api.lkeap.cloud.tencent.com/coding/v3`|
157
157
| SiliconFlow |`https://api.siliconflow.cn/v1`|
158
+
| Volcengine Ark · Coding Plan · Agent Plan |`https://ark.cn-beijing.volces.com/api/v3` · `https://ark.cn-beijing.volces.com/api/coding/v3` · `https://ark.cn-beijing.volces.com/api/plan/v3`|
158
159
| Xiaomi MiMo |`https://api.xiaomimimo.com/anthropic`|
159
160
| Kilo |`https://api.kilo.ai/api/gateway`|
160
161
| GitLab Duo |`https://cloud.gitlab.com/ai/v1/proxy/openai/v1`|
@@ -164,6 +165,18 @@ opencodex поставляется с 62 встроенными пресетам
164
165
Большинство использует адаптер `openai-chat` с bearer-ключом; немногие провайдеры, предоставляющие
165
166
только Anthropic-совместимую конечную точку (например, **Xiaomi MiMo**), используют адаптер
166
167
`anthropic` (`x-api-key`).
168
+
Volcengine Agent Plan использует нативную конечную точку Responses через адаптер `openai-responses`.
169
+
170
+
> **Три маршрута тарификации Volcengine:**`volcengine` — Ark API с оплатой по факту,
0 commit comments