API · Models
Video
Seedance v1.0 Pro Fast
Seedance 1.0 Pro Fast delivers top performance at an unbeatable price, balancing quality, speed, and cost. Built on Seedance 1.0 Pro’s core strengths, it’s faster and more cost-efficient for creators.
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-fast'),
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 | Video | — | — |