Video Generation

Kling AI

standard

Kling AI is an reliable video generation provider offering Image Generation, Video Generation, Video Lip-Sync and 7 more through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Kling AIOfficial docs

Specifications

CategoryVideo Generation
Auth Typejwt
Latency Tierstandard
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.klingai.com
SDK Package

Capabilities (10)

Image Generationimage.generate
Score: 82
Video Generationvideo.generate
Score: 91
Video Lip-Syncvideo.lipsync
Score: 88
Image to Videovideo.from-image
Score: 89
Video Extensionvideo.extend
Score: 88
Text-to-Videovideo.text-to-video
Score: 91
Image-to-Videovideo.image-to-video
Score: 89
Video Generation with Native Audiovideo.generate-with-audio
Score: 98DEFAULT
Video Effectsvideo.effects
Score: 85DEFAULT
Virtual Try-Onimage.virtual-tryon
Score: 95DEFAULT

Quick start

Use Kling AI through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "kling",
    "capability": "image.generate",
    "input": { "prompt": "Hello from Kling AI!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'kling',
  capability: 'image.generate',
  input: { prompt: 'Hello from Kling AI!' },
});

console.log(result.output);

Related Video Generation providers

RunPod

economy tier

Runway ML

premium tier

Mux

standard tier

Twelve Labs

standard tier

Luma AI

standard tier

Sync Labs

premium tier

Getting started →API reference →All capabilities →All providers →