Language
text
GLM-5
GLM-5
Zhipu AI open-source MoE language model with 200K context, designed for high-throughput agentic workloads
输入
Temperature
Top_p
Max_tokens
准备开始生成API 参考
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "glm-5",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'