Languagetext
GLM 5.1
智谱AI旗舰推理模型,支持200K上下文和128K输出,具备深度思考和工具调用流式输出能力
Input
Top p
01
Thinking
Temperature
02
Max completion tokens
1200000
Ready to generateAPI Reference
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.1",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'