GLM-5.3
Z.AI 的 GLM-5.3 旗艦模型,面向程式設計、推理與智能體工作負載。
文本推理程式設計
輸入
$1.4
每 100 萬 tokens
快取輸入
$0.26
每 100 萬 tokens
輸出
$4.4
每 100 萬 tokens
模型代碼
glm-5.3試玩區
glm-5.3暫無輸出
定價
| 模型 | 輸入 | 快取輸入 | 輸出 |
|---|---|---|---|
| GLM-5.3 | $1.4 / 1M tokens | $0.26 / 1M tokens | $4.4 / 1M tokens |
價格以美元計,單位為每 100 萬 tokens。
README
GLM-5.3 是 Z.AI 最新旗艦文本模型,推理始終開啟,上下文視窗 100 萬 tokens、最大輸出 128K tokens。
- GLM-5.3 始終開啟推理(low / high / max),在複雜程式設計與長鏈路智能體任務上有顯著提升。
- 透過 Claude Messages 介面(POST /v1/messages)提供,與 GLM-5.2 相同的低摩擦接入方式。
- 對於重複提示詞、模板和策略上下文較多的場景,快取輸入價格有助於降低複用上下文的成本。
API
查看 API 文檔以獲取請求格式、參數說明和集成方式。
API
端點
POST /v1/messages認證
Authorization: Bearer YOUR_REACH_API_KEY anthropic-version: 2023-06-01 Content-Type: application/json
示例
curl -X POST "https://direct.reachapi.ai/v1/messages" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{
"model": "YOUR_MODEL_ID",
"messages": [
{
"role": "user",
"content": "Introduce ReachAPI in one sentence."
}
],
"max_tokens": 512,
"temperature": 0.2
}'相關模型
同一廠商的其他模型
GLM-5.3-Flash
Z.AI's faster, lower-cost model for coding, agentic, and multimodal workloads.
GLM-5.2
Z.AI's GLM-5.2 model for enterprise text generation, reasoning, and OpenAI-compatible API workloads.
DeepSeek-V4-Flash
DeepSeek's fast V4 model for cost-sensitive, OpenAI-compatible text and reasoning workloads.
DeepSeek-V4-Pro
DeepSeek's stronger V4 model for OpenAI-compatible reasoning, coding, and enterprise text workloads.
Kimi K3
Kimi's flagship reasoning model for long-horizon coding, visual understanding, and end-to-end knowledge work.
