Kling 2.6 API-prijzen
Pay-as-you-go access through PiAPI.
Kling 2.6 Standard - 5sStandard
$0.20 /generatie
- The output will be 5 seconds long and processed under standard mode.
Kling 2.6 Pro - 5sPro
$0.33 /generatie
- The output will be 5 seconds long and processed under professional mode.
Klaar om te starten met de Kling 2.6 API?
Features
Capabilities from the production model page.
Native audiofunctie
Door de semantiek van geluid en dynamische beelden op elkaar af te stemmen ondersteunt de Kling 2.6 API natuurlijke stemgeneratie in Chinees en Engels, actiesoundeffects en omgevingsgeluiden.
Verbeterd semantisch begrip
De Kling 2.6 API beschikt over een verbeterd semantisch begrip van tekstbeschrijvingen, gesproken taal en complexe verhaallijnen.
Audiovisuele synchronisatie
De Kling Video 2.6 API biedt uitlijning op frame-niveau tussen visuele beweging en audioritme voor consistente audiovisuele samenhang.
Nauwkeurige generatie en controle van video
De Kling 2.6 AI API ondersteunt instelbare videoduur en beeldverhouding, met de mogelijkheid om maximaal 4 video's in een aanvraag te genereren.
T2V- en I2V-generatie
De Kling 2.6 API ondersteunt zowel text-to-video (T2V) als image-to-video (I2V) voor flexibele video-workflows.
Asynchrone API-calls
Onze API is ontworpen om asynchroon met een callbackfunctie te worden aangeroepen, zodat gebruikers taken kunnen indienen en na voltooiing bericht krijgen zonder programma's te onderbreken.
Get started
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "kling",
"task_type": "video_generation",
"input": {
"prompt": "White egrets fly over the vast paddy fields",
"version": "2.6",
"mode": "std",
"duration": 5,
"aspect_ratio": "16:9",
"enable_audio": false
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run kling-2-6 \ prompt="White egrets fly over the vast paddy fields" \ version=2.6 \ mode=std \ duration=5 \ aspect_ratio=16:9 \ enable_audio=false ✓ Task completed! https://img.theapi.app/ephemeral/…
Frequently asked questions
Wat is Kling 2.6?
Kling Video 2.6is de nieuwste versie van het Kling AI-videogeneratiemodel dat door Kuaishou is ontwikkeld. Het bevat native audiogeneratie, betere videokwaliteit, betere temporele consistentie en sterkere visuele prestaties dan eerdere versies.
Hoe krijg ik via API toegang tot Kling 2.6?
Gebruik de Kling 2.6 AI API-endpoints van PiAPI om prompts in te dienen en gegenereerde video's te ontvangen. De API ondersteunt text-to-video en image-to-video. Je kunt ook meer videobewerkingsmogelijkheden verkennen met Kling AI API.
Wat maakt Kling 2.6 anders dan andere Kling-versies?
Kling Video 2.6 AI biedt native audiogeneratie die eerdere Kling-modellenniet hadden, samen met betere videokwaliteit, verbeterde temporele consistentie, scherpere visuals, realistischer beweging en betere promptnauwkeurigheid.
Kan ik duur en resolutie regelen?
Ja, je kunt de duur (5s of 10s) van onze Kling 2.6 API regelen, samen met verschillende beeldverhoudingen voor diverse use cases.
Is Kling 2.6 gratis?
Je ontvangt gratis credits bij registratie om te gebruiken in onze PiAPI workspace.
Hoeveel kost de Kling 2.6 API?
Onze Kling 2.6 API kost $0.20 voor een video van 5 seconden in standard-modus en $0.33 voor een video van 5 seconden in professional-modus.
Is Kling 2.6 geschikt voor productiegebruik?
Ja, de Kling 2.6 API is ontworpen voor productiegebruik. Veel teams gebruiken deze voor contentcreatie, social media, advertising en creatieve projecten. De API ondersteunt asynchrone calls voor schaalbare workflows.
Ondersteunt Kling 2.6 motion control?
Ja, we ondersteunen Kling 2.6 motion control. Ervaar motion control AI met Kling 2.6 vandaag nog!
Kan ik NSFW-content genereren met Kling 2.6 API?
Raadpleeg onze NSFW policyvoor meer informatie en volg de richtlijnen.
Are there refunds?
No, we do not offer refunds. But when you first sign up for an account on PiAPI's Workspace, you are given free credits to try our playground and our API (specifically the Pay-as-you-go service) before making payments!
How can I get in touch with your team?
Please email us at support@piapi.ai - we'd love to talk more regarding our product offering!
More questions? See the API docs.
Our blog
Kling 2.6 API



