Pricing
| Pricing | Cache Read | Image Generation | Web Search |
|---|---|---|---|
Pricing | Cache Read | Image Generation | Web Search |
$20.000$80.000 | $20/M tokens | - | $0.01/request |
Input Modalities
- Text
- Vision
Output Modalities
- Text
Capabilities
- Thinking
- Tools
- Tool calling
- Structured outputs
Try this model
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://aihubmix.com/v1",
)
response = client.chat.completions.create(
model="o3-pro",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
What is O3 Pro?
What is the context length of O3 Pro?
How much does O3 Pro cost?
What modalities does O3 Pro support?
What capabilities does O3 Pro support?
How do I call O3 Pro via API?
Who created O3 Pro?
More models from OpenAI
- Input: $ 0.2 /M
- Output: $ 1.2 /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 sets a new standard for both intelligence and efficiency, achieving state-of-the-art results across coding, knowledge work, cybersecurity, and science while outperforming previous and competing frontier models with fewer tokens and at lower estimated cost.
- Input: $ 2 /M
- Output: $ 12 /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.
Developed by OpenAI, gpt-oss-20b-free is an open-weight 21B parameter model released under the Apache 2.0 license. This model utilizes a Mixture-of-Experts (MoE) architecture with 3.6B active parameters per forward pass. It supports an expansive context window of up to 131,072 tokens, making it well-suited for long-context tasks.
- Input: $ 2.5 /M
- Output: $ 10 /M
- Input Audio: $2.4/M tokens
GPT-4o Transcribe Diarize is an automatic speech recognition (ASR) model with built-in speaker diarization, meaning it can associate audio segments in a conversation with different speakers.
- Input: $ 2.5 /M
- Output: $ 10 /M
- Input Audio: $12.8/M tokens
The gpt-audio model is OpenAI's first officially released (generally available) audio model. It supports audio input and output and can be used in Chat Completions.
AIHubMix© 2023 - 2026 AIHubMix, LLC