Pricing
- Input Tokens: $2 /M tokens
- Output Tokens: $0 /M tokens
- Cache Read: $0 /M tokens
Image Generation
Input Modalities
Try this model
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-v1-5",
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 V1 5 cost?
How do I call Kling V1 5 via API?
Who created Kling V1 5?
More models from OpenAI
See all OpenAI models →- Input: $ 1 /M
- Output: $ 6 /M
- Web Search: $0.01/request
GPT-5.6 Luna is designed for cost-sensitive, high-volume workloads. It roughly corresponds to the nano model tier used in earlier GPT-5 families.
- Input: $ 5 /M
- Output: $ 30 /M
- Web Search: $0.01/request
GPT-5.6 Sol is OpenAI's flagship multimodal model, designed for complex reasoning, coding, and agentic workflows. It supports text and image inputs with an extensive context window of 1,050,000 tokens. Featuring thinking, tool use, and structured outputs capabilities, it is particularly strong at command-line and multi-step coding tasks.
- Input: $ 2.5 /M
- Output: $ 15 /M
- Web Search: $0.01/request
GPT-5.6 Terra is designed for workloads that balance intelligence and cost. It roughly corresponds to the mini model tier used in earlier GPT-5 families.
- Input: $ 2.5 /M
- Output: $ 15 /M
- Web Search: $0.01/request
GPT-5.6 Terra is designed for workloads that balance intelligence and cost. It roughly corresponds to the mini model tier used in earlier GPT-5 families.
- Input: $ 1.75 /M
- Output: $ 14 /M
- Web Search: $0.01/request
GPT-5.2,reasoning_effort=high
- Input: $ 21 /M
- Output: $ 168 /M
- Web Search: $0.01/request
GPT-5.2 pro is available in the Responses API only to enable support for multi-turn model interactions before responding to API requests, and other advanced API features in the future. Since GPT-5.2 pro is designed to tackle tough problems, some requests may take several minutes to finish. To avoid timeouts, try using background mode. GPT-5.2 pro supports reasoning.effort: medium, high, xhigh.
© 2023 - 2026 AIHubMix, LLC