glm-5Type
LLM
Input
$0.89 / 1M tokens
Output
$3.20 / 1M tokens
Context
128K
API Reference
Get API KeycURL
1curl https://smartoken.top/v1/chat/completions \2 -H "Authorization: Bearer $SMARTOKEN_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "glm-5",6 "messages": [7 {8 "role": "user",9 "content": "你好"10 }11 ],12 "stream": false13 }'