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.
