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

Doubao Seed 2.0 Lite

Chat
volcengine/doubao-seed-2.0-lite

Doubao-Seed-2.0-Lite is ByteDance's balanced model for high-frequency enterprise workloads, offering strong performance beyond Doubao-Seed-1.8 at a competitive cost. It handles unstructured information processing, structured generation, and general-purpose chat. 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.13/M
Output Tokens
$0.76/M
Cache Read
$0.03/M
Cache Write
$0.0024/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Sign in to try Doubao Seed 2.0 Lite

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-lite",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

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