Language
INPUT / 1M$0.182
OUTPUT / 1M$0.572
ĐỌC CACHE / 1Mmodel này không hỗ trợ caching
CONTEXT200Ktoken mỗi request
Gọi model này
from openai import OpenAI

client = OpenAI(
    api_key="sk-ak-...",
    base_url="https://apikey.sh/v1",
)

resp = client.chat.completions.create(
    model="glm-5.1",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)
Thông số
Nhà cung cấpZhipu
NhómCân bằng
Context200K tokens
Output tối đa131.1K
Endpoint/v1/chat/completions
toolsreasoningstreaming