Back to Models
ByteDance Seed: Seed-2.0-Lite
bytedance-seed/seed-2.0-liteMar 10, 2026262.1K context131.1K max output$0.25/M in · $2.00/M outReasoning
Description
Seed-2.0-Lite is a versatile, cost‑efficient enterprise workhorse that delivers strong multimodal and agent capabilities while offering noticeably lower latency, making it a practical default choice for most production workloads across text, vision, and tools. Engineered for high-frequency visual understanding and agentic workflows, it's an ideal choice for deployment at scale with minimal latency.
Specifications
Provider
bytedance-seed
Context Length
262.1K
Max Output
131.1K
Modality
Intextimagevideo
Outtext
Pricing
| Type | ≤128K | >128K |
|---|---|---|
| Input | $0.25 | $0.50 |
| Output | $2.00 | $4.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "bytedance-seed/seed-2.0-lite",
"messages": [{"role": "user", "content": "Hello!"}]
}'