Skip to main content

Overview

LemonData provides access to Kuaishou (Kling) models. Total: 22 models available.

Chat Models

Model IDPricing
kling-advanced-lip-syncSee dashboard
kling-audioSee dashboard
kling-avatar-image2videoSee dashboard
kling-custom-elementsSee dashboard
kling-custom-voicesSee dashboard
kling-effectsSee dashboard
kling-imageSee dashboard
kling-image-o1See dashboard
kling-image-recognizeSee dashboard
kling-motion-controlSee dashboard
kling-multi-elementsSee dashboard
kling-omni-imageSee dashboard
kling-omni-videoSee dashboard
kling-v2.1-masterSee dashboard
kling-v2.1-proSee dashboard
kling-v2.1-standardSee dashboard
kling-v2.5-turbo-proSee dashboard
kling-v2.6-proSee dashboard
kling-videoSee dashboard
kling-video-extendSee dashboard
kling-video-o1-proSee dashboard
kling-video-o1-stdSee dashboard

Usage

from openai import OpenAI

client = OpenAI(
    api_key="sk-your-lemondata-key",
    base_url="https://api.lemondata.cc/v1"
)

response = client.chat.completions.create(
    model="kling-advanced-lip-sync",
    messages=[{"role": "user", "content": "Hello!"}]
)
Prices shown are platform prices (~70% of official rates).