Vision Languagetextimage
GLM-5.3-Flash
智谱AI GLM-5.3-Flash 原生多模态高效模型,支持100万Token上下文,面向编程、智能体和专业工作流。
Entrada
Top p
0.011
Reasoning
Temperature
01
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-flash",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 1,
"top_p": 0.95,
"max_completion_tokens": 4096
}'