Back to Models

Z.ai: GLM 5 Turbo

z-ai/glm-5-turbo

Description

GLM-5 Turbo is a new model from Z.ai designed for fast inference and strong performance in agent-driven environments such as OpenClaw scenarios. It is deeply optimized for real-world agent workflows...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Z.ai: GLM 5 Turbo (z-ai/glm-5-turbo)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "z-ai/glm-5-turbo",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Z.ai: GLM 5 Turbo model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 1.2$ / 1M tokens
  • Output: 4$ / 1M tokens

Token Limits

  • Max Output: 131,072 tokens
  • Max Context: 202,752 tokens

Subscription Tiers

  • free
  • pro
  • ultimate