Kling Image O1 API

kling-image/o1
Kling O1 dominates in reference-guided editing, offering unmatched control when modifying existing visuals with multi-image context.
Output
$0.0364 / gen (variable)

How to use Kling Image O1 API

Install any OpenAI-compatible SDK, point it at api.aimlapi.com/v1, and set the model to kling-image/o1.
import requests

r = requests.post(
    "https://api.aimlapi.com/v1/images/generations",
    headers={"Authorization": "Bearer " + AIMLAPI_KEY},
    json={
      "model": "kling-image/o1",
      "prompt": "A cat holding a sign that says hello"
    },
)
print(r.json())
const r = await fetch("https://api.aimlapi.com/v1/images/generations", {
  method: "POST",
  headers: {
    Authorization: `Bearer ${process.env.AIMLAPI_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "model": "kling-image/o1",
    "prompt": "A cat holding a sign that says hello"
  }),
});
console.log(await r.json());
curl -X POST https://api.aimlapi.com/v1/images/generations \
  -H "Authorization: Bearer $AIMLAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"kling-image/o1","prompt":"A cat holding a sign that says hello"}'

OpenAI-compatible — swap the base URL and it works with your existing SDK.

Kling Image O1 API Pricing

TypePrice
Output
$0.0364 / gen (variable)

Kling Image O1 Benchmarks

BenchmarkScoreWhat it measuresSourceRetrieved
Intelligence
15.2
Composite score across standardised reasoning, knowledge and problem-solving evaluations, measured independently by Artificial AnalysisSourceSeptember 12, 2026
Coding
39.7
Composite score across standardised coding evaluations, measured independently by Artificial AnalysisSourceSeptember 12, 2026

Kling Image O1 vs other models

ModelInputOutputContextBest for
$0.0364 / gen (variable)
Image generation at scale
$0.325 / 1M tokens
$78 / 1M tokens
128K tokens
Image generation at scale
$6.5 / 1M tokens
$39 / 1M tokens
Image generation at scale
Image generation at scale
$0.0195 / MP (variable)
Image generation at scale

Start building with Kling Image O1

Get API Key
1000+ models, one API.