Back to Models
ByteDance Seed: Seed 1.6 Flash
bytedance-seed/seed-1.6-flashDec 23, 2025262.1K context32.8K max output$0.07/M in · $0.30/M outReasoning
Description
Seed 1.6 Flash is an ultra-fast multimodal deep thinking model by ByteDance Seed, supporting both text and visual understanding. It features a 256k context window and can generate outputs of up to 16k tokens.
Specifications
Provider
bytedance-seed
Context Length
262.1K
Max Output
32.8K
Modality
Inimagetextvideo
Outtext
Pricing
| Type | ≤128K | >128K |
|---|---|---|
| Input | $0.07 | $0.10 |
| Output | $0.30 | $0.80 |
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-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'