J JJAPI

Kuaishou

Generate video with Kling β€” China's strongest text-to-video model.

Kling 1.5 / 1.0 β€” generate up to 10-second videos from text prompts or animate a single image. Quality competitive with Sora at fraction of cost.

Latest models as of 2026-05-23

See all models β†’

Why use JJAPI for this API

Text-to-video AND image-to-video

Animate a single still image or generate a video from a text prompt β€” same endpoint, same key.

No Kuaishou account

Kling's native UI requires Chinese phone verification. JJAPI bypasses this entirely.

Async with progress polling

Generations take 1-3 minutes. JJAPI returns a job ID; poll for status and download.

5 to 10 second clips

Generate 5s or 10s clips. Stitch in post-production for longer narratives.

example.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.jjapi.net/v1",
    api_key="sk-jjapi-...",
)

r = client.chat.completions.create(
    model="kling-2.5-pro",  # current as of 2026-05-23
    messages=[{"role": "user", "content": "Hi"}],
)
print(r.choices[0].message.content)

Frequently asked

Is Kling as good as Sora?

On most prompts blind comparison puts Kling 1.5 within 10-15% of Sora's quality. For real-world camera motion, Kling is often preferred.

Can I do image-to-video?

Yes β€” set `image_url` in your request and Kling will animate the still image with the motion described in your prompt.

How expensive is one video?

Roughly $0.30-0.60 for a 5-second clip depending on resolution. Pricing is transparent in your console.

Get my API key β†’