Volcengine Ark
A hosted service with its own key and prices. This page lists the addresses it answers, the facts its documentation states, and the setup of each harness.
Addresses and facts
- OpenAI Chat Completions:
https://ark.cn-beijing.volces.com/api/v3models.dev, read
- Authentication
- Authorization: Bearer, with the key in
ARK_API_KEYmodels.dev, read - Structured output
- Unknown
- Tool calling
- 16 of 16 listed models The share of this provider's models that models.dev records with tool calling. models.dev, read
- Rate limits
- Unknown
- Prices
- Unknown
- Data retention
- Unknown
- Documentation
- Read the page models.dev, read
- Output limits Baltor recorded
- Unknown
Harness setup
Replace deepseek-v4-flash-ga-260731 with the model you want.
OpenCode
Put this in opencode.json in your project folder:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"volcengine": {
"npm": "@ai-sdk/openai-compatible",
"name": "Volcengine Ark",
"options": {
"baseURL": "https://ark.cn-beijing.volces.com/api/v3",
"apiKey": "{env:ARK_API_KEY}"
},
"models": {
"deepseek-v4-flash-ga-260731": {
"name": "deepseek-v4-flash-ga-260731"
}
}
}
}
}- OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.
From OpenCode documentation, read .
Pi
Put this in ~/.pi/agent/models.json:
{
"providers": {
"volcengine": {
"baseUrl": "https://ark.cn-beijing.volces.com/api/v3",
"api": "openai-completions",
"apiKey": "$ARK_API_KEY",
"models": [
{
"id": "deepseek-v4-flash-ga-260731"
}
]
}
}
}- The apiKey field can name an environment variable as $NAME.
From Pi documentation, read .
Codex
Codex speaks only the Responses API, and Volcengine Ark documents no Responses address. A gateway that offers one can sit in between.
- Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.
From Codex documentation, read .
Claude Code
Claude Code sends Anthropic Messages requests, and Volcengine Ark documents no such address. A gateway that translates to that API can sit in between.
- Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.
From Claude Code documentation, read .
Models it lists
Prices in US dollars per million tokens, input and output, as models.dev, read records them.
| Model | Input | Output | Context | As of |
|---|---|---|---|---|
DeepSeek V4 Flash 0731 deepseek-v4-flash-ga-260731 | 0.445 USD | 1.34 USD | 1,000,000 | older than 30 days |
DeepSeek V4 Pro 0813 deepseek-v4-pro-ga-260813 | 1.34 USD | 4.01 USD | 1,000,000 | older than 30 days |
Seed 1.6 doubao-seed-1-6-251015 | 0.119 USD | 1.19 USD | 256,000 | older than 30 days |
Seed 1.6 Flash doubao-seed-1-6-flash-250828 | 0.022 USD | 0.223 USD | 256,000 | older than 30 days |
Seed 1.6 Vision doubao-seed-1-6-vision-250815 | 0.119 USD | 1.19 USD | 256,000 | older than 30 days |
Seed 1.8 doubao-seed-1-8-251228 | 0.119 USD | 1.19 USD | 256,000 | older than 30 days |
Seed 2.0 Code doubao-seed-2-0-code-preview-260215 | 0.475 USD | 2.37 USD | 262,144 | older than 30 days |
Seed 2.0 Lite doubao-seed-2-0-lite-260428 | 0.089 USD | 0.534 USD | 256,000 | older than 30 days |
Seed 2.0 Mini doubao-seed-2-0-mini-260428 | 0.030 USD | 0.297 USD | 256,000 | older than 30 days |
Seed 2.0 Pro doubao-seed-2-0-pro-260215 | 0.475 USD | 2.37 USD | 256,000 | older than 30 days |
Seed 2.1 Pro doubao-seed-2-1-pro-260628 | 0.891 USD | 4.45 USD | 256,000 | older than 30 days |
Seed 2.1 Turbo doubao-seed-2-1-turbo-260628 | 0.445 USD | 2.23 USD | 256,000 | older than 30 days |
Seed Character doubao-seed-character-260628 | 0.119 USD | 0.297 USD | 256,000 | older than 30 days |
Seed Evolving doubao-seed-evolving | 0.891 USD | 4.45 USD | 256,000 | older than 30 days |
GLM-5.2 glm-5-2-260617 | 1.19 USD | 4.16 USD | 1,000,000 | older than 30 days |
GLM-5.3-Flash glm-5-3-flash-260828 | 0.119 USD | 0.416 USD | 1,000,000 |
Sources of this page
- models.dev/api.json, read
Paid links
No link in this directory is a paid link or an ad, and no listing is paid for. The order and the contents of every list come from the sources named on this page.