Maxynetic Systems
To be released soon

GLM 5.1

Z.ai

GLM-5.1 delivers a major leap in coding capability, with particularly significant gains in handling long-horizon tasks. Unlike previous models built around minute-level interactions, GLM-5.1 can work independently and continuously on a single task for more than 8 hours—autonomously planning, executing, and improving itself throughout the process—ultimately delivering complete, engineering-grade results.

  • Language
  • Implicit caching
  • Reasoning
  • Tool use
Context
203K
Max output
64K
Input / 1M
$1.40
Output / 1M
$4.40

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass zai/glm-5.1 as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zai/glm-5.1",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • Input

    Per 1M prompt tokens

    $1.40

  • Output

    Per 1M completion tokens

    $4.40

  • Cache read

    Per 1M cached prompt tokens

    $0.260

A 1M-token prompt with 250K tokens of output costs about $2.50.

More from Z.ai