Seedance 1 Pro Fast
seedance-1-pro-fastA faster and cheaper version of Seedance 1 Pro
- Prijs
- US$Â 0,072/s
- Beeldverhoudingen
- 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, 9:21
- Duur
- 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 of 12 s
- Invoer → Uitvoer
- Tekst + Afbeelding → Video
- Ontwikkelaar
- ByteDance
- Bijgewerkt
- 24 september 2026
Playground
Seedance 1 Pro Fast proberen
Invoer & resultaat
Deze uitvoering
US$ 0,36 · 36 credits
Gefactureerd: 5 s
Voor accounts zonder aankoop: uitvoeringen boven 2 credits hebben een opwaardering nodig.
Nieuw hier?
10 gratis credits (US$Â 0,10) wanneer je je aanmeldt met Google
Bruikbaar 24 uur na aanmelding, tot 5 uitvoeringen per dag en maximaal 2 credits per uitvoering. Andere aanmeldmethoden starten zonder credits.
Examples
Prompt
high speed supercar driving on the beach at sunset
Lengte: 0:05
Settings
- aspect_ratio
- 16:9
- resolution
- 1080p
- duration
- 5
- fps
- 24
Prompt
high speed supercar driving on the beach at sunset
Lengte: 0:05
Settings
- aspect_ratio
- 16:9
- resolution
- 720p
- duration
- 5
- fps
- 24
Prompt
a tiger walks through a bamboo forest
Lengte: 0:05
Settings
- aspect_ratio
- 16:9
- resolution
- 480p
- duration
- 5
- fps
- 24
Over Seedance 1 Pro Fast
Seedance 1 Pro Fast is een model van ByteDance in de categorie Videogenerering. Op Railwail kost Seedance 1 Pro Fast US$Â 0,072 per videoseconde. Afhankelijk van de instellingen varieert de prijs van US$Â 0,018/s tot US$Â 0,072/s. Een standaardrun van 5 seconden kost US$Â 0,36. Ondersteunde beeldverhoudingen: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9 en 9:21. Mogelijke lengtes: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 of 12 s.
Prijzen
| resolution: 480p | US$Â 0,018 per videoseconde |
|---|---|
| resolution: 720p | US$Â 0,030 per videoseconde |
| resolution: 1080pStandaard | US$Â 0,072 per videoseconde |
| Standaarduitvoering (5 s) | US$Â 0,36 per uitvoering |
- 1 credit = US$Â 0,01
Kostencalculator
Prijscalculator
Totaal
US$Â 36,00
3.600 credits
Per run
US$ 0,36 · 36 credits
afgerekend als 5 s
Vaste prijs per run, bekend voordat de run start.
API
curl https://railwail.com/api/v1/videos/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-1-pro-fast",
"prompt": "A slow drone shot over a misty pine forest at sunrise"
}'
# Response: {"job_id": "...", "status": "queued", ...}
# Poll until status is completed, failed or cancelled:
curl https://railwail.com/api/v1/jobs/JOB_ID \
-H "Authorization: Bearer $RAILWAIL_API_KEY"import os
import time
import requests
API = "https://railwail.com/api/v1"
headers = {"Authorization": f"Bearer {os.environ['RAILWAIL_API_KEY']}"}
job = requests.post(
f"{API}/videos/generations",
headers=headers,
json={
"model": "seedance-1-pro-fast",
"prompt": "A slow drone shot over a misty pine forest at sunrise",
},
).json()
while True:
status = requests.get(f"{API}/jobs/{job['job_id']}", headers=headers).json()
if status["status"] in ("completed", "failed", "cancelled"):
break
time.sleep(5)
print(status["status"], status.get("output_url"))const API = "https://railwail.com/api/v1";
const headers = {
Authorization: `Bearer ${process.env.RAILWAIL_API_KEY}`,
"Content-Type": "application/json",
};
const job = await fetch(`${API}/videos/generations`, {
method: "POST",
headers,
body: JSON.stringify({
model: "seedance-1-pro-fast",
prompt: "A slow drone shot over a misty pine forest at sunrise"
}),
}).then((r) => r.json());
let status;
do {
await new Promise((r) => setTimeout(r, 5000));
status = await fetch(`${API}/jobs/${job.job_id}`, { headers }).then((r) => r.json());
} while (!["completed", "failed", "cancelled"].includes(status.status));
console.log(status.status, status.output_url);Video's worden asynchroon uitgevoerd: de eerste aanroep retourneert een job_id; query /api/v1/jobs/JOB_ID totdat de status completed is.
Specificaties
- Model-ID
seedance-1-pro-fast- Ontwikkelaar
- ByteDance
- Categorie
- Videogenerering
- Invoer
- Tekst, Afbeelding
- Uitvoer
- Video
- Beeldverhoudingen
- 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, 9:21
- Duur
- 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 of 12 s
- Facturering
- Vaste prijs, bekend voordat de uitvoering begint
- Catalogusitem bijgewerkt
- 24 september 2026
Invoerparameters
Invoeren en instellingen uit het invoerschema van het model. Het voorbeeld in de API-sectie toont welke daarvan de API accepteert.
promptVerplichtType: TekstStandaard: –Toegestane waarden: –durationType: KeuzeStandaard:5Toegestane waarden: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 of 12start_imageType: AfbeeldingStandaard: –Toegestane waarden: –aspect_ratioType: KeuzeStandaard: –Toegestane waarden: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9 of 9:21
Tags
- replicate
- bytedance
- text-to-video
Gebruiksscenario's
Veelgestelde vragen
Wat is Seedance 1 Pro Fast?
Seedance 1 Pro Fast is een model van ByteDance in de categorie Videogenerering. Op Railwail kunt u het aanroepen met een API-sleutel via de Railwail-API.
Hoeveel kost Seedance 1 Pro Fast op Railwail?
Op Railwail kost Seedance 1 Pro Fast US$Â 0,072 per videoseconde. Afhankelijk van de instellingen varieert de prijs van US$Â 0,018/s tot US$Â 0,072/s. Een standaardrun van 5 seconden kost US$Â 0,36. De prijs staat vast voordat de run begint. Gebruik wordt betaald met vooraf gekochte credits; 1 credit is gelijk aan US$Â 0,01.
Welke instellingen ondersteunt Seedance 1 Pro Fast?
Volgens het invoerschema kent Seedance 1 Pro Fast deze parameters: prompt, duration (2, 3, 4, 5, 6, 7, 8, 9, 10, 11 of 12), start_image en aspect_ratio (16:9, 4:3, 1:1, 3:4, 9:16, 21:9 of 9:21).
Hoe snel is Seedance 1 Pro Fast?
Er zijn nog niet genoeg gemeten runs van Seedance 1 Pro Fast op Railwail om een uitvoeringstijd op te geven. Dit hangt af van de invoer, de instellingen en de belasting bij de provider.
Is Seedance 1 Pro Fast beter dan Google Veo 3.1?
Dat hangt van de taak af. Seedance 1 Pro Fast (ByteDance) en Google Veo 3.1 (Google DeepMind) zijn beide modellen in de categorie Videogenerering. De vergelijkingspagina toont hun prijzen en specificaties naast elkaar.
Seedance 1 Pro Fast en Google Veo 3.1 vergelijkenKan Seedance 1 Pro Fast een afbeelding als sjabloon gebruiken?
Ja. Stuur de afbeelding in de parameter start_image.
Hoe gebruik ik Seedance 1 Pro Fast via de API?
Maak een Railwail-API-sleutel aan en stuur uw aanvraag met de model-ID seedance-1-pro-fast. Codevoorbeelden voor curl, Python en JavaScript staan in het API-gedeelte van deze pagina.
Vergelijkbare modellen
Alle in deze categorie- Google Veo 2Google DeepMind
Google's state-of-the-art video generation model. Simulates real-world physics with various visual styles.
- Google Veo 3 (Replicate)Google DeepMind
Google's Veo 3 served via Replicate. Text-to-video with native synchronized audio generation. High-fidelity motion and scene coherence in short clips.
- Google Veo 3.1Google DeepMind
Latest Veo with image-to-video and context-aware audio
Seedance 1 Pro Fast via de API gebruiken
Één API-sleutel voor elk model op Railwail. Gebruik wordt afgerekend via vooraf gekochte credits, 1 credit = US$ 0,01.