ByteDance Seed: Seedream 3.0
bytedance-seed/seedream-3.0
Access Seedream 3.0 AI image generation using Puter.js API.
Get StartedModel Card
Cost Per Image $0.018
per generation
Configuration 1MP
resolution
Release Date May 14, 2025
Code Example
Use Seedream 3.0 in your app with the Puter.js AI API — no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.txt2img("A serene mountain landscape at sunset", {
model: "bytedance-seed/seedream-3.0"
}).then(image => {
document.body.appendChild(image);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2img("A serene mountain landscape at sunset", {
model: "bytedance-seed/seedream-3.0"
}).then(image => {
document.body.appendChild(image);
});
</script>
</body>
</html>
More AI Models From ByteDance Seed
Find other ByteDance Seed models →
Seed 2.0 Lite
Seed 2.0 Lite is ByteDance's mid-tier general-purpose LLM that balances strong performance with cost efficiency, scoring 93 on AIME 2025 and 2233 on Codeforces while supporting text, image, and video understanding plus tool-calling capabilities. It serves as the default production-grade model in the Seed 2.0 family, handling roughly 95% of enterprise workloads at about half the cost of the flagship Pro variant. It supports a 256K context window and is positioned as a high-performance alternative for tasks like code review, document processing, information synthesis, and agent-based workflows.
ChatSeed 2.0 Mini
Seed 2.0 Mini is ByteDance's most lightweight and inference-efficient model in the Seed 2.0 family, released in February 2026 and optimized for low-latency, high-concurrency, and cost-sensitive applications. It features a 256K context window, multimodal capabilities (text, image, video), and a unique 4-level reasoning effort system. Despite being the smallest variant, it delivers strong benchmark scores (AIME 2025: 87.0, SWE-Bench: 67.9) at an extremely competitive price of $0.1/M input tokens.
ChatSeed 1.6
Seed 1.6 is a general-purpose multimodal AI model by ByteDance featuring adaptive deep thinking, a 256K context window, and a sparse Mixture-of-Experts architecture with 230B total parameters (23B active per forward pass).
Frequently Asked Questions
You can access Seedream 3.0 by ByteDance Seed through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required.
Yes, it is free if you're using it through Puter.js. With the User-Pays Model, you can add Seedream 3.0 to your app at no cost — your users pay for their own AI usage directly, making it completely free for you as a developer.
| Price | |
|---|---|
| Per image | $0.018 |
Seedream 3.0 was created by ByteDance Seed and released on May 14, 2025.
Yes — the Seedream 3.0 API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Get started with Puter.js
Add Seedream 3.0 image generation to your app without worrying about API keys or setup.
Read the Docs View Tutorials