kling-image-o1
Kling · Per Request
kling-image-o1AvailableImageVideo GenerationImage Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.05 | $0.035 |
Best For
Video Generation
Generating and editing video content
Image Generation
Creating images, illustrations, and visual content
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "kling-image-o1",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does kling-image-o1 cost?
On LemonData, kling-image-o1 costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is kling-image-o1 best for?
kling-image-o1 excels at Image, Video Generation, Image Generation. Access it through LemonData's unified API with a single API key.
How to use kling-image-o1 API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.