20% off all GPT ๐ŸŽ‰ 30% off DeepSeekLearn more

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
Volcengine
Supported Protocols
openaianthropic

Providers

Volcengineprovider.type: "volcengine"
Input Tokens
$0.13/M
Output Tokens
$0.76/M
Cache Read
$0.03/M
Cache Write
$0.0024/M
Protocols
openai/v1/chat/completions/v1/responses
anthropic

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/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.