API · Models
Image
Seedream 5.0 Pro
Seedream-5.0-Pro, ByteDance's newest image generation model, delivers comprehensive upgrades for complex, lifelike image creation and editing, ushering in a new phase of controllable visual production. It stands out with precise editing control, robust commercial applicability and natural rendering results.
Image Gen
Context 0·Max out 0
Quickstart
import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';
const blackbox = createOpenAICompatible({
name: 'blackbox',
apiKey: process.env.BLACKBOX_API_KEY!,
baseURL: 'https://api.blackbox.ai/v1',
});
const result = streamText({
model: blackbox('blackboxai/bytedance/seedream-5.0-pro'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.04/img
- Output $/M
- —
- Context window
- 0
- Max output
- 0
- Supported parameters
- image-generation
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Seed 1.6 | Text | 256K | 0.25 |
| Bytedance Seed 1.8 | Text | 256K | 0.25 |
| Seedance 2.0 | Video | 0 | — |
| Seedance 2.0 Fast | Video | 0 | — |
| Seedance v1.0 Pro | Video | 0 | — |