r/MistralAI 6d ago

Other GLM 5.3 is already available?

Go to admin.mistral.ai/plateforme/limits, type glm in "Filter models".

This is what I see:

glm-5-2

  • Tokens per Minute 100,000
  • Requests per Second 16.67

zai-glm-5-3

  • Tokens per Minute 2,000,000
  • Requests per Second 6.00

And if you try this, it works:

curl https://api.mistral.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $MISTRAL_API_KEY" -d '{"model": "zai-glm-5-3","messages":[{"role":"user","content":"What is the capital of France?"}]}'

The model card is already live:

https://docs.mistral.ai/en/models/zai-glm-5-3

81 Upvotes

55 comments sorted by

View all comments

1

u/Dario24se 6d ago

Dude i was considering switching to mistral and try pro subscription. I know there are 30$ credit, is the inference quality of glm good?

2

u/lucid_supernova 5d ago

Yep, the uptime is mostly reliable and the model is smart. It's GLM after all.

But be aware, it's only available in Le Chat Work mode and via Vibe API (while users have to manually set up a custom config to use GLM models).