VARIANT · Bytedance / Seedance

seedance-2-mini API

Bytedance / Seedance

Gebruik seedance-2-mini uit de Seedance-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.

Operationeel · video · Commercieel toegestaan
runapi.ai
curl -X POST https://runapi.ai/api/v1/seedance/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "seedance-2-mini",
  "prompt": "Generate a 10-second product reveal video: a smartphone emerges from smoke with cinematic lighting and ambient bass."
}'
import { SeedanceClient } from "@runapi.ai/seedance";

const client = new SeedanceClient();
const result = await client.textToVideo.run({
    model: "seedance-2-mini",
    prompt: "Generate a 10-second product reveal video: a smartphone emerges from smoke with cinematic lighting and ambient bass.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Seedance\SeedanceClient;

$client = new SeedanceClient();
$result = $client->textToVideo->run([
        'model' => 'seedance-2-mini',
        'prompt' => 'Generate a 10-second product reveal video: a smartphone emerges from smoke with cinematic lighting and ambient bass.',
]);
require "runapi/seedance"

client = RunApi::Seedance::Client.new
result = client.text_to_video.run(
    model: "seedance-2-mini",
    prompt: "Generate a 10-second product reveal video: a smartphone emerges from smoke with cinematic lighting and ambient bass."
)
npx skills add runapi-ai/seedance -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/seedance v1
Wissel variant
OVERVIEW

seedance-2-mini biedt de ideale balans tussen kwaliteit en kosten binnen de Seedance-familie.

  • Prijs per call in USD
  • Mislukte generaties worden niet gefactureerd
  • Streaming wanneer ondersteund door het model
  • Modelskill-setup
PRICING

Prijzen

Mislukte generaties worden niet in rekening gebracht
Text to video
$0.19-$0.57 / second
Pricing input mode: standard · Output resolution: 480p $0.19
Pricing input mode: standard · Output resolution: 720p $0.41
Pricing input mode: reference · Output resolution: 480p $0.27
Pricing input mode: reference · Output resolution: 720p $0.56
SPECIFICATIEBLAD

Technische details

Model-ID seedance-2-mini
Provider Bytedance
Modaliteit video
Taaktype asynchronous
Facturatie-eenheid second
API endpoint /api/v1/seedance/text_to_video
Commerciële licentie Ja — inbegrepen via API
Catalogusstatus Operationeel
SKILLS

Snelstart — seedance-2-mini

Zelfde structuur · variant vastgelegd in model

# Install the model skill for app development workflows
npx skills add runapi-ai/seedance -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Seedance skill for this app:

1. Add runapi-ai/seedance with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
HOE HET WERKT

Gebruik seedance-2-mini in vier stappen

01

Installeren

Installeer de modelskill voor deze modelreeks.

02

Configureren

Zet het modelveld op de volledige model-ID die op deze pagina staat.

03

Aanroepen

Stuur een getypeerde request met je prompt, inputs en callback-instellingen.

04

Ontvangen

Lees de task-response, webhook-callback of cached output-URL van RunAPI.

DIFFERENCES

Wat is er anders aan seedance-2-mini

VS SEEDANCE-1.5-PRO

Compact 2.x variant with frame and multimodal reference inputs

First audio+video in one pass; lip-sync, multilingual dialogue

VS SEEDANCE-2.0

Compact 2.x variant with frame and multimodal reference inputs

Up to 9 ref images + 3 video + 3 audio; 15-sec multi-shot

VS SEEDANCE-2.0-FAST

Compact 2.x variant with frame and multimodal reference inputs

Same 2.0 capabilities, tuned for faster iteration

USE CASES

Ideaal voor

Advertenties en social content

Genereer clips voor productlanceringen en korte ads op basis van een tekstbriefing, waardoor je de productie van weken terugbrengt naar uren.

E-learning

Zet lesmateriaal om in geanimeerde uitlegvideo's op schaal, zonder camera of crew.

Creator workflows

Maak virale short-form content voor social platforms direct vanuit een prompt.

FAQ

Veelgestelde vragen over seedance-2-mini

Is de model-ID stabiel tussen versies?

RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.

Wat is de rate limit voor deze variant?

Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.

Kan ik later van variant wisselen?

Ja — variant is een flag. Wissel door de modelparameter aan te passen.

Ondersteunt het streaming?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

Waar meld ik kwaliteitsproblemen?

Open een issue in de publieke GitHub-repo of mail support.

NU BEGINNEN

Begin met bouwen met Seedance.