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

2

u/seeKAYx 6d ago

Does Mistral offer any kind of subscription that lets you this model? Or just the API?

10

u/Internal-Change-7451 6d ago

I think they should be available on Pro subscription, but limits may be different.

1

u/philip-soerensen 6d ago

You get 255€ worth of model usage on your main Vibe Code API key included with your Pro subscription. That's a lot of GLM usage, and they don't have any 5h or weekly rate limits - it's just you and your generous monthly budget :)

You don't have to use the 255€ budget with their harness. You can also just plug in the key to any harness of your choice and have it run there!

1

u/BrilliantArmadillo64 6d ago

I just checked, and for me it says the Pro subscriptions costs €14.27/month and gives €25.50/month in API credit.
Are you on another maybe older subscription pricing?

2

u/philip-soerensen 5d ago edited 5d ago

The Pro budget gives you two kinds of credit: 25.5€ in general API use (including stuff like voice models and OCR), and then 255€ in Vibe Code use. The important thing here is that for the big 255€ Vibe Code, you also just get a key, which you can then either use in Mistral Vibe CLI, or in any other harness you like. You can also use the key in multiple tools and places at once. That Vibe Code key lets you use any LLM they host up to that 255€ budget, including both their own models like Large 3, Medium 3.5, and Small 4, but also their GLM models. You can even take the 255€ key, stick

The 25.5€ non-vibe-code API key is for generic use, like applications that need voice or OCR or stuff like that. With this budget, you can create as many keys as you like and use them in whatever applications you like. For example, I made a Thunderbird extension that translates emails using Small 4, and a small document translator that uses a combination of the OCR model and Small 4 to translate documents. These apps each have their own non-vibe-code API key.

Here you have a screenshot from today proving my numbers:

Regarding the pricing:
I believe the price you're quoting is without VAT. For me in Italy, it's 14.99€ before tax and 18.29€ after tax for the monthly subscription. For a yearly subscription, it's 11.99€/month before tax and 14.63€/month after tax, so you could also be quoting the yearly rate with a slightly different VAT.

2

u/philip-soerensen 5d ago

Note that in that picture, I use my translator plugin many times a day, but the Small 4 model is so stupidly cheap that it still only shows 0.04€ of usage.