Kling V3 Omni
OpenAI logo

Kling V3 Omni

kling-v3-omni
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
4k
$0.4225

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-v3-omni",
    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 V3 Omni cost?

On AIHubMix, Kling V3 Omni costs $2 per million input tokens.