Skip to main content

Volcano Engine

Fased supports Volcano Engine ARK model endpoints, including coding aliases used by onboarding. Volcano Engine uses API-key auth in Fased. No OAuth/device sign-in path is exposed for this provider.
ProviderAuth envNotes
volcengineVOLCANO_ENGINE_API_KEYStandard ARK endpoint
volcengine-codingVOLCANO_ENGINE_API_KEYCoding endpoint
volcengine-planVOLCANO_ENGINE_API_KEYCompatibility alias for coding endpoint
Example default models:
{
  agents: { defaults: { model: { primary: "volcengine-plan/ark-code-latest" } } },
}
Run fased models list --all --provider volcengine-plan to inspect the bundled catalog. Normal setup shows the current curated Volcano Engine routes:
RouteModels
volcenginedoubao-seed-2-0-pro-260215, doubao-seed-2-0-lite-260215, doubao-seed-2-0-code-preview-260215, deepseek-v3-2-251201, glm-4-7-251222
volcengine-coding / volcengine-planark-code-latest, doubao-seed-2.0-code, doubao-seed-2.0-pro, doubao-seed-2.0-lite, doubao-seed-code, minimax-m2.5, glm-4.7, deepseek-v3.2, kimi-k2.5
Older runtime models remain compatible when already configured, but they are not first-run defaults.