VARIANT · Bytedance / Seedance

seedance-2-mini API

Bytedance / Seedance

RunAPI üzerinden Seedance ailesinden seedance-2-mini kullanın. Çağrı başına fiyatlandırma, abonelik yok ve başarısız üretimler hiçbir zaman ücretlendirilmez.

Operasyonel · video · Ticari kullanım uygun
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
Varyantı değiştir
OVERVIEW

seedance-2-mini, Seedance ailesi içinde kalite ve maliyet arasında ideal dengeyi hedefler.

  • USD bazında çağrı başı fiyatlandırma
  • Başarısız üretimler ücretlendirilmez
  • Model destekliyorsa streaming
  • Model skill kurulumu
PRICING

Fiyatlandırma

Başarısız üretimler ücretlendirilmez
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
TEKNİK ÖZELLİKLER

Teknik detaylar

Model ID seedance-2-mini
Sağlayıcı Bytedance
Modality video
Görev türü asynchronous
Faturalama birimi second
API endpoint /api/v1/seedance/text_to_video
Ticari lisans Evet — API üzerinden dahil
Katalog durumu Operasyonel
SKILLS

Hızlı başlangıç — seedance-2-mini

Aynı yapı · varyant model içinde sabitlenmiş

# 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.
NASIL ÇALIŞIR

seedance-2-mini kullanmanın dört adımı

01

Kurulum

Bu model hattı için model skill’i kurun.

02

Yapılandır

Model alanını, bu sayfada görünen tam model ID’si olarak ayarlayın.

03

Çağır

İsteminiz, girişleriniz ve callback ayarlarınızla tiplenmiş bir istek gönderin.

04

Al

Görev yanıtını, webhook callback’ini veya RunAPI’den önbelleğe alınmış çıktı URL’sini okuyun.

DIFFERENCES

seedance-2-mini için fark ne?

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

KULLANIM SENARYOLARI

En uygun kullanım alanları

Reklam ve sosyal medya içerikleri

Metin brief’inden ürün lansmanı videoları ve kısa reklamlar üretin; prodüksiyonu haftalardan saatlere indirin.

E-öğrenme

Ders senaryolarını kamera ya da ekip olmadan ölçeklenebilir animasyonlu açıklayıcı videolara dönüştürün.

İçerik üretici iş akışları

Sosyal platformlar için viral kısa içerikleri doğrudan bir prompt ile üretin.

FAQ

seedance-2-mini hakkında sık sorulan sorular

Model ID sürümler arasında sabit kalıyor mu?

RunAPI, model ID'yi sabit tutar ve istek yapınızı değiştirmeden uyumlu sürüm yenilemelerini yönetir.

Bu varyantta hız limiti nedir?

Anahtar bazlı hız limitleri kullanım kademesine göre ölçeklenir. Güncel limitler için fiyatlandırma sayfasına bakın.

Daha sonra varyant değiştirebilir miyim?

Evet — varyant bir bayraktır. model parametresini değiştirerek geçiş yapın.

Streaming destekliyor mu?

Streaming उपलब्ध olduğunda RunAPI uçtan uca stream eder.

Kalite sorunlarını nereye bildirebilirim?

Herkese açık GitHub reposunda bir issue açın veya desteğe e-posta gönderin.

ŞİMDİ BAŞLAYIN

Seedance ile geliştirmeye başlayın.