Baltor Get started

Endpoints

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/v3 models.dev, read
Authentication
Authorization: Bearer, with the key in ARK_API_KEY models.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.

ModelInputOutputContextAs of
DeepSeek V4 Flash 0731 deepseek-v4-flash-ga-2607310.445 USD1.34 USD1,000,000 older than 30 days
DeepSeek V4 Pro 0813 deepseek-v4-pro-ga-2608131.34 USD4.01 USD1,000,000 older than 30 days
Seed 1.6 doubao-seed-1-6-2510150.119 USD1.19 USD256,000 older than 30 days
Seed 1.6 Flash doubao-seed-1-6-flash-2508280.022 USD0.223 USD256,000 older than 30 days
Seed 1.6 Vision doubao-seed-1-6-vision-2508150.119 USD1.19 USD256,000 older than 30 days
Seed 1.8 doubao-seed-1-8-2512280.119 USD1.19 USD256,000 older than 30 days
Seed 2.0 Code doubao-seed-2-0-code-preview-2602150.475 USD2.37 USD262,144 older than 30 days
Seed 2.0 Lite doubao-seed-2-0-lite-2604280.089 USD0.534 USD256,000 older than 30 days
Seed 2.0 Mini doubao-seed-2-0-mini-2604280.030 USD0.297 USD256,000 older than 30 days
Seed 2.0 Pro doubao-seed-2-0-pro-2602150.475 USD2.37 USD256,000 older than 30 days
Seed 2.1 Pro doubao-seed-2-1-pro-2606280.891 USD4.45 USD256,000 older than 30 days
Seed 2.1 Turbo doubao-seed-2-1-turbo-2606280.445 USD2.23 USD256,000 older than 30 days
Seed Character doubao-seed-character-2606280.119 USD0.297 USD256,000 older than 30 days
Seed Evolving doubao-seed-evolving0.891 USD4.45 USD256,000 older than 30 days
GLM-5.2 glm-5-2-2606171.19 USD4.16 USD1,000,000 older than 30 days
GLM-5.3-Flash glm-5-3-flash-2608280.119 USD0.416 USD1,000,000

Sources of this page