GLM 5 Turbo

Zhipu Ai chatreasoningtool_use Long

API ID: z-ai/glm-5-turbo-20260315

Input Price
$1.20
/1M tokens
Output Price
$4.00
/1M tokens
Cached Input
$0.24
Save 80%

About GLM 5 Turbo

GLM 5 Turbo is a mid-range general-purpose model from Zhipu Ai with ultra-long context (203k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#1060 lowest price among 1240 Chat models

Model Specifications

Context Length
203k
Max Output
131k
Release Date
2026-03-15
Capabilities
chat reasoning tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$1.74
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$54.00
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$75.00
/month
500 analyses/day, ~2k tokens each

Zhipu Ai Model Lineup

Compare all models from Zhipu Ai to find the best fit

Model Input Output Context Capabilities
GLM 5 Turbo Current Free Free 203k chat reasoning tool_use
GLM 4 9B Free Free 32k chat
GLM 4 9B Free Free 32k chat
GLM 4 32B Free Free 33k chat
GLM 4 32B Free Free 33k chat
GLM 4.1V 9B Thinking Free Free 66k chat vision reasoning

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen-Max
Input: $1.04
Output: $4.16
Context: 33k
Google Gemini 3.5 Flash (batch)
Input: $0.75
Output: $4.50
Context: 1.0M
OpenAI OpenAI GPT Mini Latest
Input: $0.75
Output: $4.50
Context: 400k
OpenAI GPT-5.4 Mini
Input: $0.75
Output: $4.50
Context: 400k

๐Ÿš€ Quick Start

Get started with GLM 5 Turbo API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="z-ai/glm-5-turbo-20260315",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)