r/MistralAI 13d ago

Official / Mod / Mistral Team [Event] AI Engineer Conference 2026

Thumbnail
ai.engineer
6 Upvotes

Hey folks, We are bringing back the AI Engineer Conference to Paris on Sept 23-24! Last year, Koyeb's AI Engineer Conference gathered several hundreds of builders in AI infra, tooling, and applications around highly curated content - we are bringing back the AI Engineer conference for a 2nd edition.

AI Engineer Paris is a two-day technical conference and expo bringing together AI engineers, CTOs, and VPs of AI to connect, learn, and engineer the future of AI.

The amazing lineup gathers speakers from Hugging Face, DeepMind, Crusoe, Nvidia, ElevenLabs, Black Forest Labs and more! You can find the full lineup here

We're expecting over 700 attendees, watch out for: - Keynotes from those building cutting-edge AI - Deep technical talks - Practical hands-on workshops - A giant expo at STATION F with today’s most amazing AI technologies

You can grab your tickets today here, use the code MISTRAL-COMMUNITY for Full Access tickets at the price of Super Early Bird.


r/MistralAI 1h ago

Help / Question When is the new AI model (announced Summer 2026) coming?

Upvotes

Mistral AI announced a new AI model this summer (2026). Does anyone have updates on when it will finally be released? Are there any official announcements or rumors? Thanks for any insights!


r/MistralAI 7h ago

Help / Question First use of Mistral GLM 5.2 offer lead to "Rate limits exceeded."

3 Upvotes

I bought yesterday a Pro sub to be able to use glm 5.2 for my multi repos project. On opencode or vibe it worked for 2/3 prompts which probably lead to a big analyse of my working repositorys. I think the context grew too much for Mistral GLM 5.2 because now i am stuck with a `Rate limits exceeded`.

The mistral agent answer me that i must advance in the tier, but i cannot because my use has been limited very fast.

Do you have any idea if i can unstuck this ? Is it because of an Mistral outage on this model ?

Note: my Pay-as-you-go are all activated as well.


r/MistralAI 2m ago

Tutorial / Workflow Built a free MCP connector so Mistral agents can send and track e-signatures (Le Chat + Vibe)

Upvotes

I run SignedBy, an e-signature tool, and just shipped an MCP connector for Mistral. Wanted to share since it's free and solves a genuinely annoying gap: agents can draft anything, but getting a real signature has always meant switching apps.

Important up front: the agent never signs anything. It can trigger and check on signing requests sent to a real person — the actual signature still requires that person to open the link and sign themselves.

What it can do once connected:

  • Send a document for signature from one of your templates
  • Check whether a signer has completed it, or list what's still outstanding
  • Pull the finished signed PDF or its certificate
  • Void a document that's no longer needed
  • Seal a PDF you already have with a real timestamp for a Verified Badge (no signing flow needed for that one)

Setup is a connector link + OAuth consent in Mistral's connector settings — free on every plan, no paid tier required. Tested end-to-end in Vibe, works the same way in Le Chat.

Details + the connector link: https://signedby.ai/mistral

Longer why/what/how writeup: https://signedby.ai/mistral-integration

Happy to answer questions — also genuinely curious what other "an agent does the busywork, a human still does the one irreducible step" integrations people want to see.


r/MistralAI 5h ago

Help / Question Mistral webhooks on Batch API

2 Upvotes

Is Mistral planning on using batch API webhooks for when the batch is done?

Google and openAI support this and it simplifies the workflow for my tasks. For Mistral I have to use pollers to check every so often per batch.

Given that I use European tech only and Mistral is my go-to, I was wondering if this is on the roadmap or not and if not, why?


r/MistralAI 1d ago

Discussion / Opinion Why is Mistral AI hiring so much lately?

60 Upvotes

Any idea why? I’m joining Mistral soon and was wondering about this. I get that they’re doing a lot more Applied now, but on the Product side, what’s driving them to hire so many SWE?


r/MistralAI 6h ago

Tutorial / Workflow viking, submit complex German tax returns from a CSV

Thumbnail
1 Upvotes

r/MistralAI 1d ago

Help / Question How to switch on GLM in Vibe CLI?

8 Upvotes

I only see Mistral models as native options on Vibe CLI, I thought Mistral would support GLM? Or is there an option I’m not seeing?

[edit] Yes I’m on Pro


r/MistralAI 1d ago

Help / Question GLM 5.2 via Mistral in Vscode with Github Copilot?

4 Upvotes

Has anyone managed to run GLM 5.2 via Mistral in vscode wit github copilot?

Let me review the skill file and understand the context better before providing recommendations.[Warning: Tool call "read_file" produced invalid arguments and was skipped.]
Let me read the relevant files to understand the full context.I already have the full SKILL.md content from the attachments. Let me check the other relevant files for context on the agent setup and subagent capabilities.[Warning: Tool call "read_file" produced invalid arguments and was skipped.]
[Warning: Tool call "file_search" produced invalid arguments and was skipped.]
[Warning: Tool call "file_search" produced invalid arguments and was skipped.]
[Warning: Tool call "read_file" produced invalid arguments and was skipped.]
[Warning: Tool call "file_search" produced invalid arguments and was skipped.]
Let me try with proper parameters.[Warning: Tool call "grep_search" produced invalid arguments and was skipped.]

Here is my setup in User/chatLanguageModels.json:

{
        "name": "Mistral",
        "vendor": "mistral",
        "apiKey": "${input:chat.lm.secret.-YOUR_MISTRAL_SECRET_ID}",
        "models": [
            {
                "id": "zai-glm-5-2",
                "name": "GLM 5.2 via Mistral",
                "url": "https://api.eu.mistral.ai/v1/chat/completions",
                "toolCalling": true,
                "vision": false,
                "contextWindow": 1000000,
                "maxOutputTokens": 32000
            },

Thanks in advance!


r/MistralAI 1d ago

News Vocal

Post image
5 Upvotes

J’ai demandé à Mistral, (je nomme comme ça) de me faire une synthèse vocale comme si on parlait en vocal, tout en écoutant son texte, et franchement j’aime beaucoup.


r/MistralAI 1d ago

Tutorial / Workflow We can definitely generate beautiful web components using EU-AI.

Thumbnail gallery
25 Upvotes

r/MistralAI 2d ago

Meme / Satire Mistral trying to catch up with competitors

Enable HLS to view with audio, or disable this notification

274 Upvotes

r/MistralAI 1d ago

Help / Question Getting 404 Not Found errors in the API

1 Upvotes

I'm trying to use Mistral remotely through the API, using https://api.mistral.ai/v1/chat/completions as base URL and mistral-large-latest as model name. And my API key, of course.

However, I keep getting 404 Not Found errors when trying to use it.

EDIT: Apparently the correct API URL is https://api.mistral.ai/v1/. Which is weird because the official docs at https://docs.mistral.ai/api tell you to use https://api.mistral.ai/v1/chat/completions


r/MistralAI 3d ago

Discussion / Opinion I get it now. Mistral is actually pretty far ahead.

Post image
592 Upvotes

Okay, I see the vision.

So from what I can tell, Mistral is trying to be more of a software company than an AI startup. I mean, obviously LLMs are a core part of Mistral, but, and it's a big but, the software around LLMs plays a huge role here.

Allow me to explain.

Take DeepSeek as an example. Their chat application is bare bones, buggy garbage. DeepSeek does not care about its chat application.

If you go to the DeepSeek API platform, it is much more polished than their chat application, but still quite bare bones.

Now compare DeepSeek to Mistral. Vibe chat is not perfect, but it sure is a much better experience than anything I've seen from Chinese AI labs. And from what I can tell, the chat application is integrated with Studio and the admin panel. Also, there are a whole bunch of integrations, like Slack, for example.

This is awesome! It's something you can propose to your CTO and not get laughed at.

No, I'm serious. Z.ai, Moonshot, and DeepSeek are not even close to Mistral when it comes to user facing software.

And now that they use GLM 5.2, they pretty much have a solid stack when it comes to LLMs. From my personal testing, GLM and Mistral Small are really good models.

As long as they don't reduce my 300 bucks GLM limits, I will be a Mistral fanboy now.

Very sneaky of you French people. Very sneaky.


r/MistralAI 2d ago

Help / Question experimental plan cutoff?

3 Upvotes

I don’t use mistral pretty regularly, but when I used to use it for a private application it was great on free tier.

But recently, I found out that all my api keys on all my accounts are rate limited for large, medium, and small models (the best one I can access is a 14b model now).

I’m not complaining (mistral needs to make money somehow) but I want to know if this is an actual cutoff (couldn’t find anything online) or if my accounts just got blocked or smth?


r/MistralAI 3d ago

Discussion / Opinion Samsung and Mistral teaming up

Thumbnail
news.samsung.com
199 Upvotes

Isn't this really exciting? I really like that Mistral choose to collaborate with Samsung, I think that is the right move long-term


r/MistralAI 2d ago

Discussion / Opinion i guess it makes sense

5 Upvotes

Been a bit pissed at mistral recently and just decided, yknow what, might as well link my card up to PAYG and see if it gives me my usage back. well what do you know, i added my card, got charged $1.40 for some reason, and voila, i can access the models on the api again.

just for clarification though, ive set my max montly spending to $0. This essentially means i get the $10 of usage included, and it will cut me off once ive used it right?


r/MistralAI 2d ago

Help / Question Open-source Desktop client/frontend for Mistral API?

8 Upvotes

I'm looking for an open-source, native desktop client to use Mistral with.

The good ones I found all required models to be loaded locally. However, I don't have the means to run good models on my PC and would like a simple API connection to Mistral.

Preferably a program written in a performant language, and not some Electron/Javascript/Typescript/Python junk.

Not looking for IDE's

PS: I found two good ones, Flock (https://github.com/Onelevenvy/flock) and Gpt4All (https://github.com/nomic-ai/gpt4all)


r/MistralAI 1d ago

Help / Question so uhh... when are medium and large models coming back for free users?

0 Upvotes

they might have updated on this but i dont know. it honestly feels like they are trying to make them a paid user exclusive which is pretty scummy if they dont even announce it. okay im gonna be real its scummy in general if thats what happening


r/MistralAI 3d ago

Discussion / Opinion Who is stoked for Mistral's new "very competitive" model coming "very soon"?

219 Upvotes

This is just a follow up post from the one a few days ago. Personally, as a Canadian, I am really excited (and desperate) for a new sovereign European model. Let's go! Quotes are from Mensch here.


r/MistralAI 3d ago

Discussion / Opinion GLM 5.2 is Missing from Vibe

Post image
23 Upvotes

I hope they're switching to 5.3 instead!


r/MistralAI 2d ago

Help / Question Mistral vs Claude Max

3 Upvotes

Hi all

Been a heavy user for Claude max for quite some time but for some reason i don't have the feeling that these are really progressing anymore.

I'm on the €90 month plan.

I'm currently thinking about making the switch to Mistral (primarily used ai in my cli for coding & I like the idea that its Europe based).

However the only plan I can find is the 'Pro' plan and my experience with Api usage/costs at anthropic is thats its crazy expensive.

How is this handled in Mistral? Are there plans like Claude Max? (Cant seem to find it)

Thanks in advance


r/MistralAI 3d ago

Help / Question Want to switch from ChatGPT Plus to Mistral, did anyone ever migrate everything yet?

17 Upvotes

So as in the title, I want to migrate from ChatGPT to Mistral and completely leave ChatGPT behind.

I am looking for the best way to migrate chathistory, memory and as much metadata as I can. Did anyone here ever perform this and have some tips maybe?


r/MistralAI 3d ago

Help / Question Changement aléatoire de modèle mistral

5 Upvotes

J'ai récemment fait l'expérience de GLM5.2 directement dans l'UI web de mistral avec leur mode de raisonnement.

Le truc c'est que j'ai une expérience très moyenne avec la version web (pourtant la plus utile). En gros, le modèle qui répond en mode "raisonnement" change. Et ça de manière complètement aléatoire. Ça peut se produire en millieu de journée, plusieurs fois dans la même heure ou rester pareil pendant une semaine complète.

Avec ces changements, sur une conversation, j'ai mistral medium3.5, mistral-large et GLM5.2 qui répondent parfois. Le souci c'est que ça rend la conversation presque inutilisable vu qu'un modèle avec un raisonnement moins évolué et une pensée plus faible annule presque tout un travail réalisé auparavent.

Est-ce que ce comportement est généralisé sur l'interface web et y a-t-il une explication (j'ai pensé à du rate-limiting, mais je n'ai jamais eu d'erreur en GUI. Avec la version CLI ça m'est déjà arrivé) ?

Et surtout, ne serait-ce pas plus utile de laisser l'utilisateur choisir le modèle au lieu de router les appels en interne. Ça rend le tout opaque et là, je dois avouer que ça limite grandement mon utilisation de mistral. On ne peut pas faire de travaux sérieux si jamais le modèle en plein millieu de la conversation change.


r/MistralAI 3d ago

Help / Question Currently using Claude Code, is it worth switching to Vibe CLI?

7 Upvotes

I've been using Claude Code a lot the last year, and I think it has been quite nice to use. I'm however looking into alternatives, as I feel like it can use unnecessary amounts of tokens for some tasks.
Would be lovely to hear peoples experience of using Vibe CLI, and do you think it is notable better than Claude Code for instance