Kling Video O1
OpenAI logo

Kling Video O1

kling-video-o1
OpenAI

Pricing

  • Input Tokens: $2 /M tokens
  • Output Tokens: $0 /M tokens
  • Cache Read: $0 /M tokens

Image Generation

Quality
standard
std
$0.0845
pro
$0.1127

Input Modalities

  • Text
  • Vision
  • Video

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://shkq.org/v1",
)

response = client.chat.completions.create(
    model="kling-video-o1",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

How much does Kling Video O1 cost?

On AIHubMix, Kling Video O1 costs $2 per million input tokens.