ByteDance Models API: Seed Text & Seedream Image Generation
AIsa gives you access to ByteDance’s Seed model family — including text models and the Seedream 4.5 image generation model — through BytePlus, ByteDance’s official international API platform. One AIsa key covers all of them alongside every other model in the catalogue. ByteDance’s Seed team is the same research group behind the Doubao consumer AI app. Their models are optimised for strong multilingual reasoning, long-context comprehension, high-volume throughput, and — with Seedream — state-of-the-art text-to-image generation.Supported ByteDance models
| Model string | Type | Context window | Best for |
|---|---|---|---|
seed-1-6-250915 | Text | 131,072 tokens | General reasoning, multilingual, long-context tasks |
seed-1-6-flash-250715 | Text | 131,072 tokens | Fast, cost-efficient inference at scale |
seed-1-8-251228 | Text | 131,072 tokens | Agentic tasks, tool calling, enhanced reasoning |
seedream-4-5-251128 | Image | — | Text-to-image generation at up to 4K resolution |
See aisa.one/models for current rates on all ByteDance models.The date suffix in each model string is the release date in
YYMMDD format — useful when pinning a specific version for production stability.
Text models quickstart
All Seed text models use the standard chat completions endpoint and are fully OpenAI-compatible.Python
Node.js
Streaming
Text model guide
seed-1-6-250915 — general-purpose flagship
Seed 1.6 is ByteDance’s primary general-purpose text model. It delivers strong performance across reasoning, writing, and multilingual tasks with a 131K context window — enough for long documents, extended conversations, and mid-size codebases.
Use when you need:
- Reliable general-purpose text generation in English or Chinese
- Long-document summarisation, extraction, or Q&A
- A consistent, well-tested model for production workloads
seed-1-6-flash-250715 — speed and throughput
Seed 1.6 Flash is the fast variant of Seed 1.6, optimised for low latency and high-volume throughput. It’s the right choice when you’re processing thousands of requests per hour and response speed matters more than peak capability.
Use when you need:
- Sub-second response times on short-to-medium prompts
- High-concurrency classification, extraction, or tagging pipelines
- Minimum cost per token at Seed 1.6 quality levels
seed-1-8-251228 — agents and tool calling
Seed 1.8 is ByteDance’s most capable text model, with enhanced agentic capabilities: reliable multi-step tool calling, stronger structured output, and improved reasoning for complex tasks. If you’re building an agent that needs to plan, use tools, and verify its own output, Seed 1.8 is the right choice in this family.
Use when you need:
- Multi-step tool calling in an agentic loop
- Complex reasoning with verifiable intermediate steps
- The strongest reasoning capability in the ByteDance text model range
Image generation: seedream-4-5-251128
Seedream 4.5 is ByteDance’s state-of-the-art text-to-image generation model, released November 2025. It generates images up to 4K resolution with exceptional prompt adherence, accurate typography, and multi-reference image support — capabilities where it ranks in the top 10 globally on the LM Arena leaderboard.
Image generation uses the images.generate endpoint, not chat.completions.
Python
Node.js
Generating multiple images
Prompting tips for Seedream 4.5
Seedream 4.5 handles both natural language and structured prompt formats. A few patterns that work well:Choosing between ByteDance text models
| If you need… | Use |
|---|---|
| Best overall capability | seed-1-8-251228 |
| Lowest latency / highest throughput | seed-1-6-flash-250715 |
| Stable general-purpose production model | seed-1-6-250915 |
| Image generation | seedream-4-5-251128 |
JSON mode and structured output
All Seed text models support JSON mode:Data privacy
ByteDance Seed models are routed through BytePlus, ByteDance’s official international enterprise API platform. BytePlus enterprise service terms prohibit use of customer data for model training. For organisations with specific compliance or data residency requirements, contact us.What’s next
- All Chinese AI models — full model comparison table
- Qwen models — Alibaba’s 1M-context flagship with Key Account partner pricing
- DeepSeek V4 — 81% SWE-bench, 1M context, industry-leading cost
- Kimi K2.5 — 1T parameter MoE for agentic and visual coding tasks