Volcengine model

Doubao Seed 2.0 Mini

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

VolcenginePlatform curatedCatalog
StreamingJSON mode
Input price¥0.2 / 1M tokens
Output price¥2 / 1M tokens
Context length128k tokens
AvailabilityCatalog

Best use cases

  • Coding

OpenAI-compatible code example

Keep the OpenAI SDK style, set base_url to NextModel, and use the catalog model ID runtime-read-1779707059440-fccd.

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-read-1779707059440-fccd",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

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

Similar alternatives

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
View details
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
View details
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
View details

FAQ

Doubao Seed 2.0 Mini API questions

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.