API · Models
Video
Seedance v1.0 Pro
A video generation model that supports multi-shot storytelling. It excels in semantic understanding and instruction following, producing smooth, detailed, and cinematic 1080P HD videos.
video generation
Context —·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/seedance-v1.0-pro'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- —
- Output $/M
- —
- Context window
- —
- Max output
- 0
- Supported parameters
- —
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 | — | — |
| Seedance 2.0 Fast | Video | — | — |
| Seedance v1.0 Pro Fast | Video | — | — |