Volcengine 模型

Doubao Seed 2.0 Mini

Doubao Seed 2.0 Mini is an admin-staged public catalog draft sourced from Runtime Switch Provider.

VolcenginePlatform curatedCatalog
StreamingJSON mode
输入价格¥0.2 / 1M tokens
输出价格¥2 / 1M tokens
上下文长度128k tokens
可用性Catalog

适用场景

  • Coding

OpenAI 兼容代码示例

保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID runtime-switch-1779705330544-d84f

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="runtime-switch-1779705330544-d84f",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

相似替代项

AnthropicCatalog

Claude Opus 4.7 is a premium reasoning and long-context candidate for teams that prioritize quality over lowest possible token cost.

$5 / 1M tokensInput$25 / 1M tokensOutput1MContext
Best forfrontier reasoning, large codebase review, strategy analysis
Routingconfigured
Tool callingJSON modeLong contextReasoning
OpenRouter if availableOpenRouter public Models API when available; curated fallback otherwise
查看详情
AnthropicCatalog

Claude Sonnet 4.5 is a high-quality option for code, agent workflows, long-context analysis, and complex instruction following.

$3 / 1M tokensInput$15 / 1M tokensOutput1MContext
Best forcoding agents, code review, complex writing
Routingconfigured
Tool callingJSON modeLong contextReasoning
OpenRouter if availableOpenRouter public Models API when available; curated fallback otherwise
查看详情
DeepSeekCatalog

DeepSeek R1 is a reasoning-oriented candidate often considered for Chinese reasoning, math, analysis, and cost-aware quality workflows.

$0.7 / 1M tokensInput$2.50 / 1M tokensOutput163.8kContext
Best forChinese reasoning, math, analysis
Routingconfigured
JSON modeLong contextReasoningStreaming
OpenRouter if availableOpenRouter public Models API when available; curated fallback otherwise
查看详情

FAQ

Doubao Seed 2.0 Mini API 常见问题

What does published status mean for Doubao Seed 2.0 Mini?

It means the model has passed admin approval and appears in the public catalog. It does not imply live routing behavior has changed.