Kling V2.5 Turbo Pro
kling-v2-5-turbo-proKling 2.5 Turbo Pro: Unlock pro-level text-to-video and image-to-video creation with smooth motion, cinematic depth, and remarkable prompt adherence.
- Prijs
- US$Â 0,084/s
- Beeldverhoudingen
- 16:9, 9:16, 1:1
- Duur
- 5 of 10 s
- Invoer → Uitvoer
- Tekst + Afbeelding → Video
- Ontwikkelaar
- Kuaishou (Kling)
- Bijgewerkt
- 24 september 2026
Playground
Kling V2.5 Turbo Pro proberen
Invoer & resultaat
Deze uitvoering
US$ 0,42 · 42 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
a woman is dancing
Lengte: 0:05
Settings
- aspect_ratio
- 16:9
- duration
- 5
Prompt
A skilled parkour athlete sprints through the city, leaping and doing many flips over urban obstacles. FPV tracking shot, swoops and banks with him.
Lengte: 0:05
Settings
- aspect_ratio
- 16:9
- duration
- 5
Prompt
A woman doing an impressive breakdancing performance, including flips and intense spins. The camera is aggressive, precise moves with speed, ramps, and whip-like acceleration and deceleration.
Lengte: 0:05
Settings
- aspect_ratio
- 16:9
- duration
- 5
Over Kling V2.5 Turbo Pro
Kling V2.5 Turbo Pro is een model van Kuaishou (Kling) in de categorie Videogenerering. Op Railwail kost Kling V2.5 Turbo Pro US$Â 0,084 per videoseconde. Een standaardrun van 5 seconden kost US$Â 0,42. Ondersteunde beeldverhoudingen: 16:9, 9:16 en 1:1. Mogelijke lengtes: 5 of 10 s.
Prijzen
| Per seconde | US$Â 0,084 per videoseconde |
|---|---|
| Standaarduitvoering (5 s) | US$Â 0,42 per uitvoering |
- 1 credit = US$Â 0,01
Kostencalculator
Prijscalculator
Totaal
US$Â 42,00
4.200 credits
Per run
US$ 0,42 · 42 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": "kling-v2-5-turbo-pro",
"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": "kling-v2-5-turbo-pro",
"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: "kling-v2-5-turbo-pro",
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
kling-v2-5-turbo-pro- Ontwikkelaar
- Kuaishou (Kling)
- Categorie
- Videogenerering
- Invoer
- Tekst, Afbeelding
- Uitvoer
- Video
- Beeldverhoudingen
- 16:9, 9:16, 1:1
- Duur
- 5 of 10 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: 5 of 10end_imageType: AfbeeldingStandaard: –Toegestane waarden: –start_imageType: AfbeeldingStandaard: –Toegestane waarden: –aspect_ratioType: KeuzeStandaard: –Toegestane waarden: 16:9, 9:16 of 1:1
Tags
- replicate
- kwaivgi
- text-to-video
Gebruiksscenario's
Veelgestelde vragen
Wat is Kling V2.5 Turbo Pro?
Kling V2.5 Turbo Pro is een model van Kuaishou (Kling) in de categorie Videogenerering. Op Railwail kunt u het aanroepen met een API-sleutel via de Railwail-API.
Hoeveel kost Kling V2.5 Turbo Pro op Railwail?
Op Railwail kost Kling V2.5 Turbo Pro US$Â 0,084 per videoseconde. Een standaardrun van 5 seconden kost US$Â 0,42. 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 Kling V2.5 Turbo Pro?
Volgens het invoerschema kent Kling V2.5 Turbo Pro deze parameters: prompt, duration (5 of 10), end_image, start_image en aspect_ratio (16:9, 9:16 of 1:1).
Hoe snel is Kling V2.5 Turbo Pro?
Er zijn nog niet genoeg gemeten runs van Kling V2.5 Turbo Pro op Railwail om een uitvoeringstijd op te geven. Dit hangt af van de invoer, de instellingen en de belasting bij de provider.
Is Kling V2.5 Turbo Pro beter dan Google Veo 3.1?
Dat hangt van de taak af. Kling V2.5 Turbo Pro (Kuaishou (Kling)) en Google Veo 3.1 (Google DeepMind) zijn beide modellen in de categorie Videogenerering. De vergelijkingspagina toont hun prijzen en specificaties naast elkaar.
Kling V2.5 Turbo Pro en Google Veo 3.1 vergelijkenKan Kling V2.5 Turbo Pro een afbeelding als sjabloon gebruiken?
Ja. Stuur de afbeelding in de parameter end_image.
Hoe gebruik ik Kling V2.5 Turbo Pro via de API?
Maak een Railwail-API-sleutel aan en stuur uw aanvraag met de model-ID kling-v2-5-turbo-pro. 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
Kling V2.5 Turbo Pro via de API gebruiken
Één API-sleutel voor elk model op Railwail. Gebruik wordt afgerekend via vooraf gekochte credits, 1 credit = US$ 0,01.