Back to Models
ByteDance Seed: Seed 1.6
bytedance-seed/seed-1.6Dec 23, 2025262.1K context32.8K max output$0.25/M in · $2.00/M outReasoning
Description
Seed 1.6 is a general-purpose model released by the ByteDance Seed team. It incorporates multimodal capabilities and adaptive deep thinking with a 256K context window.
Specifications
Provider
bytedance-seed
Context Length
262.1K
Max Output
32.8K
Modality
Inimagetextvideo
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-1.6",
"messages": [{"role": "user", "content": "Hello!"}]
}'