OpenAI new model
Pricing
- Input Tokens: $15 /M tokens
- Output Tokens: $60 /M tokens
- Cache Read: $7.5 /M tokens
Input Modalities
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="o1-global",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
What is O1 Global?
OpenAI new model
How much does O1 Global cost?
How do I call O1 Global via API?
Who created O1 Global?
More models from AI21
See all AI21 models → Input:$ 2.2 /M
Output:$ 8.8 /M
Context:-
TTFT:-
Throughput:-
Input:$ 2 /M
Output:$ 2 /M
Context:-
TTFT:-
Throughput:-
Input:$ 2 /M
Output:$ 2 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.58 /M
Output:$ 1.68 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.58 /M
Output:$ 1.68 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.6 /M
Output:$ 2.5002 /M
Context:-
TTFT:-
Throughput:-
© 2023 - 2026 AIHubMix, LLC