Kuaishou

Kling o1

Video

All-purpose video generation guided by image and video references

from $0.080 / second Kling o1 API reference →
Model health Insufficient data
curl -X POST https://runapi.ai/api/v1/kling/image_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "kling-o1",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Create a 10-second video of a person walking through an autumn forest, leaves falling, cinematic camera pan."
}'
https://runapi.ai 2 endpoints
Playground

Try Kling o1

Pick any model and generate in seconds.

Try a Model Now

Pick any model and generate in seconds.

Model
Mode
Estimated: $0.07 / second
Generate

Sign in to generate with RunAPI.

Specifications

Technical details

Provider Kuaishou
Model ID kling-o1
Modality Video
Task types Asynchronous
API endpoint /api/v1/kling/text_to_video, /api/v1/kling/image_to_video
Billing unit second
Input parameters aspect_ratio, callback_url, duration_seconds, enable_sound, first_frame_image_url, last_frame_image_url, mode, model, preserve_reference_video_audio, prompt, reference_image_urls, reference_video_type, reference_video_url
Max duration 5s
Aspect ratios 16:9, 9:16, 1:1
Catalog status Operational
HOW IT WORKS

Use This Model in 3 Steps

  1. Get Your Key

    Sign up for free and create an API key for kling-o1 from the dashboard.

  2. Send a Request

    POST to /api/v1/kling/image_to_video with the kling-o1 model slug and your parameters.

  3. Get Results

    Poll the task or follow the callback to retrieve the completed kling-o1 result.

What this model offers

Flexible parameters

Configure 11 documented parameters, including aspect_ratio, duration_seconds, enable_sound, first_frame_image_url, last_frame_image_url.

Endpoint coverage

Exposes 2 public endpoint(s): text_to_video, image_to_video.

Webhook delivery

Asynchronous tasks accept a callback URL for completion notifications.

Usage-based billing

Metered by second with no subscription requirement.

Kling o1 Pricing

Endpoint
Resolution
Duration
Price
text_to_video
Not available
second
$0.05-$0.08 / second
  • Mode: pro: $0.07 / second
  • Mode: std: $0.05 / second
image_to_video
Not available
second
$0.05-$0.08 / second
  • Mode: pro: $0.07 / second
  • Mode: std: $0.05 / second
API REFERENCE

Endpoint Specification

Endpoint
POST /api/v1/kling/image_to_video
Model ID
kling-o1
Task Types
text_to_video, image_to_video
Max Duration
5 seconds
Resolutions
Unavailable
Aspect Ratios
16:9, 9:16, 1:1
Output Format
Unavailable
Avg Generation Time
Unavailable

Request parameters

mode

Optional string

Generation mode. (std, pro)

prompt

Required string

Video description; reference media with matching numbered markers.

aspect_ratio

Optional string

Output aspect ratio. (16:9, 9:16, 1:1)

callback_url

Optional string

Webhook URL for async notifications.

enable_sound

Optional boolean

Sound generation must remain disabled.

duration_seconds

Optional integer

Duration in seconds. (5)

reference_video_url

Optional string

Public HTTP(S) MP4 or MOV reference video URL; cannot be combined with last_frame_image_url.

last_frame_image_url

Optional string

Public HTTP(S) JPG, JPEG, or PNG final-frame image URL; cannot be combined with reference_image_urls or reference_video_url.

reference_image_urls

Optional array

Ordered public HTTP(S) JPG, JPEG, or PNG reference image URLs; cannot be combined with last_frame_image_url.

reference_video_type

Optional string

Use the video as a base edit or feature reference. (base, feature)

first_frame_image_url

Required string

Public HTTP(S) JPG, JPEG, or PNG first-frame image URL.

preserve_reference_video_audio

Optional boolean

Preserve the reference video's original audio.

USE CASES

Ad & social content

Generate product launch clips and short-form ads from a text brief, cutting production from weeks to hours.

E-learning

Convert lesson scripts into animated explainer videos at scale without a camera or crew.

Creator workflows

Produce viral short-form content for social platforms directly from a prompt.

FAQ

Frequently asked questions about Kling o1

How do I select kling-o1?

Pass the model ID shown in the quickstart.

What's the rate limit on this variant?

Per-key rate limits scale with your usage tier. The pricing page shows current limits. If you need higher throughput, contact support to discuss tier upgrades.

Can I switch variants later?

Yes. Variant is a parameter in the request. Switch by changing the model ID — no code changes, no re-authentication, no separate billing setup. All variants share the same API key and request shape.

Does it stream?

Where streaming is available, RunAPI streams end-to-end. LLM models support token-level streaming. Media models use async task polling or webhook callbacks for result delivery.

Where do I report quality issues?

Open an issue on the public GitHub repo or email support at [email protected]. Include the task ID and model ID so the team can investigate the specific generation.

Do I need a separate provider account?

No. Your RunAPI API key is enough to access this variant and every other model in the catalog. You do not need accounts with the underlying provider.

Building with a team?

We're here to help with enterprise setup, integrations, and technical questions.

Contact Us