GPT-5.6 is here ๐ŸŽ‰ 20% off all GPT ๐ŸŽ‰ All July ๐Ÿ”ฅLearn more
Doubao

Doubao Seed 2.0 Mini

Chat
volcengine/doubao-seed-2.0-mini

Doubao-Seed-2.0-Mini is ByteDance's ultra-low-latency, high-concurrency model for cost-sensitive scenarios, with flexible reasoning deployment and performance comparable to Doubao-Seed-1.6. Context: 256K tokens, output: 32K. Available via OpenAI and Anthropic protocols.

Context Window
256K
Max Output Tokens
32K
Released
2026-02-14
Capabilities
VisionFunction CallingReasoningPrompt CachingVideo Input
Available Providers
VolcengineVolcengine
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

VolcengineVolcengine
Input Tokens
$0.06/M
Output Tokens
$0.56/M
Cache Read
$0.02/M
Cache Write
$0.0024/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Sign in to try Doubao Seed 2.0 Mini

Chat with this model right here.

Conversations live only in this page and are never stored.

Conversations are not saved โ€” leaving or refreshing this page clears them.

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="volcengine/doubao-seed-2.0-mini",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

Doubao Seed 2.0 Mini on Ofox.ai costs $0.06/M per million input tokens and $0.56/M per million output tokens. Pay-as-you-go, no monthly fees.