Languagetext
GLM-5.3
智谱AI GLM-5.3 旗舰推理模型,面向复杂软件工程和长程智能体任务,支持100万Token上下文。
Entrada
Top p
01
Reasoning
Temperature
02
Max completion tokens
1131072
Ready to generateReferencia de la 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.3",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 0.7,
"top_p": 1,
"max_completion_tokens": 4096
}'