Pricing
| Tier | Pricing | Cache Read |
|---|---|---|
Tier | Pricing | Cache Read |
| Input<=16K | $0.17$0.5667 | $0.051/M tokens |
| 16K<Input<=32K | $0.2254$0.9016 | $0.0845/M tokens |
| 32K<Input | $0.2818$1.1272 | $0.1127/M tokens |
Input Modalities
- Text
Context length
- 256K tokens
Max output
- 128K tokens
Capabilities
- Thinking
- Streaming
- Tool calling
- Web search
- URL context
- Code interpreter
- Computer use
- File search
- Memory tool
- Structured outputs
- Citations
- Prompt caching
- Background mode
- Server-side sessions
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="hy3-preview",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
What is the context length of Hy3 Preview?
How much does Hy3 Preview cost?
What modalities does Hy3 Preview support?
How do I call Hy3 Preview via API?
Who created Hy3 Preview?
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