Pricing
| Tier | Pricing | Cache Read |
|---|---|---|
Tier | Pricing | Cache Read |
| Input<=32K | $0.5634$2.5353 | $0.1127/M tokens |
| 32K<Input<=200K | $0.8446$3.0969 | $0.1689/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="alicloud-glm-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 Alicloud Glm 5 cost?
On AIHubMix, Alicloud Glm 5 costs $2 per million input tokens and $2 per million output tokens.
How do I call Alicloud Glm 5 via API?
Who created Alicloud Glm 5?
More models from AI21
See all AI21 models →Quality
OpenAI new model
Input:$ 2.2 /M
Output:$ 8.8 /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