GLM-5.3-Flash
Z.AI 更快、更低成本的模型,面向程式設計、智能體與多模態工作負載。
文本程式設計智能體
輸入
$0.15
每 100 萬 tokens
快取輸入
$0.03
每 100 萬 tokens
輸出
$0.50
每 100 萬 tokens
模型代碼
glm-5.3-flash試玩區
glm-5.3-flash暫無輸出
定價
| 模型 | 輸入 | 快取輸入 | 輸出 |
|---|---|---|---|
| GLM-5.3-Flash | $0.15 / 1M tokens | $0.03 / 1M tokens | $0.50 / 1M tokens |
價格以美元計,單位為每 100 萬 tokens。
README
GLM-5.3-Flash 是 Z.AI 更快、更低成本的模型,提供 100 萬 tokens 上下文窗口與最大 128K tokens 輸出,面向程式設計、智能體與多模態工作負載。
- GLM-5.3-Flash 是 Z.AI 更快、更低成本的模型,適合程式設計、智能體與多模態工作負載。
- 透過 Claude Messages 介面(POST /v1/messages)提供,與 GLM-5.3 相同的低摩擦接入方式。
- 對於重複提示詞、模板和策略上下文較多的場景,快取輸入價格有助於降低複用上下文的成本。
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
Z.AI's GLM-5.3 flagship model for coding, reasoning, and agentic 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.
