Back to Models
GLM-5-Turbo
Activeglm-5-turboZhipu
Technical Specifications
Context Length200K tokens
Max Output131K tokens
Lowest Input Price$0.96/1M tokens
Lowest Output Price$3.20/1M tokens
Capabilities
chatcodefunction_calling
Pricing
Input$0.96/1M
Output$3.20/1M
Cached$0.23/1M
Code Examples
curl https://api.tokligence.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "glm-5-turbo",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use GLM-5-Turbo?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.