Model
GLM 5.2
Available through the AssetMeld OpenAI-compatible API.
- Chat Completions ✓
- Responses ✓
- Streaming ✓
- Tools ✓
- Model ID
glm-5.2- Input price
- $0.200 per 1M metered tokens
- Output price
- $0.900 per 1M metered tokens
- Context window
- 131,072
- Cache pricing
- Cache read
- $0.300 per 1M metered tokens
- Cache write
- $0.050 per 1M metered tokens
- Verification
- Verified · cctest.ai + hvoy.ai
- Recent success rate
- Insufficient recent data
Integration snippet
response = client.chat.completions.create(
model="glm-5.2",
messages=[
{"role": "user", "content": "Hello"}
],
)