Doubao

Doubao Seed 2.1 Pro

Chat
volcengine/doubao-seed-2.1-pro
CompareGet Started

Doubao-Seed-2.1-Pro is ByteDance Volcengine's flagship reasoning model with embedded thinking, delivering strong performance on complex tasks. Context: 256K tokens, output: 256K. Available via OpenAI and Anthropic protocols through Ofox.

Context Window
256K
Max Output Tokens
256K
Released
2026-06-23
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchVideo Input
Available Providers
VolcengineVolcengine
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

VolcengineVolcengine
Input Tokens
$0.884/M
Output Tokens
$4.42/M
Cache Read
$0.177/M
Cache Write
$0.0025/M
Web Search
$0.0012/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code Examples

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

Frequently Asked Questions

Doubao Seed 2.1 Pro on Ofox.ai costs $0.884/M per million input tokens and $4.42/M per million output tokens. Pay-as-you-go, no monthly fees.