API · Models
Video

Seedance 2.0 Fast

Seedance 2.0 Fast is a new-generation multimodal video creation model, inheriting the core functions and advantages of Seedance 2.0, with faster speed.

Visionvideo 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-2.0-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

ModelTypeContextInput $/M
Seed 1.6Text256K0.25
Bytedance Seed 1.8Text256K0.25
Seedance 2.0Video
Seedance v1.0 ProVideo
Seedance v1.0 Pro FastVideo