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

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