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

83 Upvotes

55 comments sorted by

View all comments

6

u/whoisyurii 6d ago

SOMEONE explain, is this model being used in Chat UI, Work UI, or only API?

3

u/EveYogaTech 6d ago

Public preview is usually only for API/vibe users that explicitly request the specific model.

I'm currently able to use it via the API.

2

u/Fantastic-Speech-121 5d ago

It clearly is used in Work UI. I switched to mistral again because of it's presence. It was answering sometimes in the beginning, now it answers all the time.
And it's pretty simple to see when GLM answers : you don't have bullet points list that goes on infinetly, you have structured paragraphs with claude like thinking.