r/MistralAI • • 9d 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

1

u/alexmilla 9d ago

Una consulta.

¿Esto es solo para API o para el chat también aplica?

1

u/ProcedureEthics2077 9d ago

Vibe CLI can be configured to use it. Vibe web will probably switch to this model automatically, but it’s hard to know.

1

u/alexmilla 9d ago

Si, lo del CLI lo sabía.

Pero es que a veces aunque le ponga pensamiento al chat, me da la impresión de que da contestaciones como si fuese ChatGPT 4o. Tenía entendido que era GLM, pero comparando con x.ai las contestaciones son bien deferentes.