Mistral Vibe: Le Chat Rebrands with Free Tier and AI Agents
Mistral's flagship chat product just got a new name, a new pricing ladder, and a pair of powerful agent modes — here is exactly what changed for free users and who should consider upgrading.
By Free AI News Editorial · · · 9 min read
If you have been using Le Chat as a free ChatGPT alternative, you may have noticed the name has changed. Mistral AI officially rebranded its consumer AI product to Vibe on May 28, 2026 — a move designed to signal something more than cosmetic: the company is betting that the future of AI assistants is agentic work automation, not just chat. For free users, the core access remains, but the pricing structure has been restructured around four tiers that now include enterprise-grade tooling at the paid end. This guide breaks down exactly what free tier users keep, what they miss out on, and whether any of the new paid tiers represent genuinely good value compared to the main competitors.
What Is Mistral Vibe and Why Did Le Chat Get a New Name?
Le Chat launched in February 2024 as a clean, fast European alternative to ChatGPT. For most of 2024 and 2025, it grew steadily as a freemium product powered by Mistral's open-weight models. The rename to Vibe is not a minor brand refresh — it accompanies the launch of two genuinely new capabilities that change the product category. Work Mode turns Vibe into an autonomous work agent that can connect to email, spreadsheets, cloud storage, and messaging tools. Code Mode adds a parallel coding agent able to write code, run tests, and open pull requests in isolated cloud environments.
The timing is deliberate. OpenAI, Anthropic, and Google have each released agent-capable products in 2026. Mistral is using the Vibe rebrand to stake a claim in that market as a privacy-conscious, European-headquartered alternative. According to The Decoder's coverage of the launch, existing Le Chat accounts, conversations, and settings carry over automatically — users do not need to re-register or migrate anything. The product is still accessible at chat.mistral.ai and via the iOS and Android apps.
According to the Wikipedia entry for Mistral Vibe, Mistral AI was founded in 2023 and has reached a valuation of over $14 billion. Unlike OpenAI or Anthropic, the company publishes open-weight versions of many of its models, which means the underlying technology behind Vibe can be self-hosted separately from the consumer product — a meaningful distinction for privacy-focused users.
What Does the Mistral Vibe Free Tier Actually Include?
The official product page at mistral.ai/products/vibe/ describes the free tier as covering "quick answers and simple tasks for everyday use." That deliberately vague language translates in practice to: standard model chat, basic web search queries, and short coding sessions — all subject to unspecified daily limits. Mistral has not published exact message caps for the free tier, which is consistent with how most major AI labs handle free access in 2026: limits exist but are soft and vary by traffic load.
What free users do not get: all-day coding sessions, deep reasoning mode, long-horizon Work Mode tasks, connector integrations (Google Workspace, Slack, GitHub), multi-file code agents, or the ability to schedule recurring automated workflows. The free tier is meaningfully usable for quick lookups, drafting short text, and light coding help — it is not designed for replacing paid productivity tools.
| Plan | Price | Who It Is For | Key Limits |
|---|---|---|---|
| Free | €0 / month | Casual users, first-time access | Limited messages, basic web search, short coding sessions |
| Student | €5.99 / month | Verified students (12-month term) | Full Pro features — same access, lower price |
| Pro | €14.99 / month | Professionals and heavy daily users | Unlimited messaging, all-day coding, Work Mode, deep reasoning |
| Team | €24.99 / user / month | Small to mid-size teams | 30 GB storage per user, admin controls, domain verification, data export |
| Enterprise | Custom pricing | Large organisations | Private deployments, custom model training, SAML SSO, audit logs, white-label |
Vibe combines chat, work automation, and coding into a single subscription — or a limited free tier. Photo: Unsplash
How Does Mistral Vibe Pricing Compare to ChatGPT Free and Claude Free?
The free tier landscape in mid-2026 is crowded. ChatGPT's free plan gives access to GPT-5.3 with roughly ten messages per five-hour window before throttling. Claude's free tier offers a limited number of standard messages daily. Gemini Free provides access to Gemini Flash. Against that backdrop, Mistral Vibe Free fits comfortably in the same tier — adequate for casual users, frustrating for anyone trying to use it as a daily work tool.
Where Mistral separates itself is at the paid tier. Vibe Pro at €14.99/month (approximately $16.50 USD) is cheaper than both ChatGPT Plus and Claude Pro, each priced at $20/month. The student plan at €5.99/month is the most aggressive pricing in the consumer AI market for a fully featured plan.
| Product | Free Tier | Paid Tier | Price (Paid) |
|---|---|---|---|
| Mistral Vibe | Basic chat, limited web search | Full agent (Work + Code Mode), deep reasoning | €14.99 / month |
| ChatGPT | GPT-5.3, ~10 msgs / 5 hrs | GPT-5.5, Sora, Codex, Agent Mode | $20 / month |
| Claude | Limited daily messages | Extended context, Projects | $20 / month |
| Gemini | Gemini Flash, standard queries | Gemini Advanced, deep research | $19.99 / month |
For a detailed breakdown of how AI free tiers have shifted across providers this year, see our Free Tier Tracker, which monitors pricing and limit changes across all major AI products. Also worth reviewing: our AI comparison hub for side-by-side feature tables.
What Can You Do in Mistral Vibe's Work Mode?
Work Mode is the feature that most clearly distinguishes Vibe from a standard chat interface. It connects to Google Workspace, Microsoft Outlook, SharePoint, Slack, and GitHub, and can carry out multi-step tasks across those services — not just retrieve information but act on it. Before starting any task, Vibe lays out a plan and waits for user sign-off, which gives users a chance to expand, adjust, or cancel before anything is sent or saved.
Practical use cases include: briefing a user on emails and calendar events from the past 24 hours, pulling figures from a connected spreadsheet and drafting a board-ready report, screening job applicants against a criteria document, and pushing finished documents to Notion or SharePoint. Mistral describes it as turning "a morning of admin into a single prompt." That framing is accurate for well-defined tasks; more ambiguous or nuanced work still requires careful prompt engineering.
Work Mode is also available on mobile — both iOS and Android — meaning the same task automation accessible on desktop is reachable from a phone. This is consistent with how Mistral has positioned Vibe: a product for people who want AI to actually do things, not just respond to them. The feature is exclusively available on paid plans; free tier users can access standard chat and basic web search, but Work Mode integrations require at minimum a Pro subscription.
Work Mode connects Vibe to email, calendar, and cloud tools — automating multi-step tasks with a plan-first approval flow. Photo: Unsplash
What Is Code Mode and the Open-Source Mistral-Vibe CLI?
Code Mode is the parallel product to Work Mode: an autonomous coding agent that can scaffold multi-file features, generate unit and integration tests, fix bugs, and open pull requests — all in isolated cloud environments without requiring the developer to keep a browser tab open. Async agents handle overnight coding tasks, which means a developer can describe a feature in the evening and find a pull request ready to review the next morning.
Alongside the Vibe product, Mistral also released an open-source CLI agent called mistral-vibe on GitHub. The CLI is a minimal, configurable coding agent that runs locally against Mistral's API endpoints. It includes a /teleport command that transfers running sessions and their full history between a local terminal and the cloud Vibe environment. Developers can create custom agent configurations — specifying which model to use, which tools to enable, and even custom system prompts — through a simple TOML configuration file.
The CLI is a notable move because it means developers can build and experiment with Mistral's coding agent capabilities without paying for Vibe Pro — as long as they have an API key and are comfortable with a terminal workflow. API usage is billed per token separately from subscription pricing, so the actual cost depends on usage volume. For hobbyist developers already using Mistral's API, the open-source CLI is effectively a free entry point to agentic coding. If you prefer GUI tools, check our free AI tools directory for browser-based coding alternatives.
Is the Mistral Vibe Student Plan Worth €5.99 per Month?
The student plan is a 60 percent discount on the standard Pro tier, bringing the price from €14.99 to €5.99 per month. Verified students — those with an active .edu email address or a national student verification credential — get full Pro access for 12 months, after which the plan must be renewed or transitions to the standard Pro rate. There is no feature degradation: the student plan runs the same models, the same Work Mode, and the same Code Mode as a full-price Pro subscription.
At €5.99/month — roughly $6.60 USD — this is the lowest price for a fully capable AI assistant among all major providers in mid-2026. ChatGPT Plus and Claude Pro both sit at $20/month with no student discount. Google One AI Premium, which bundles Gemini Advanced, costs $19.99/month with a limited student offer in some markets. For engineering, computer science, and data science students, the student plan delivers a fully agentic coding and research environment at a price comparable to a streaming subscription.
The main limitation to be aware of: API usage is separate from the subscription. If a student wants to build applications using Mistral's API endpoints directly — rather than through the Vibe interface — those token costs are billed in addition to the subscription fee. The student plan covers the Vibe product, not unlimited API credits.
Who Should Upgrade from the Mistral Vibe Free Tier to Pro?
The free tier is a legitimate entry point for people who use AI for occasional lookups, quick drafts, and light research. It does not require a credit card, and existing Le Chat users are already on it automatically. If that describes your usage, there is no urgent reason to upgrade.
Upgrade to Pro makes sense when:
- Daily productivity use — you are regularly drafting emails, building reports, or doing research that would benefit from Work Mode's integrations with Google Workspace, Outlook, or Slack.
- Software development — you want an AI agent that can write, test, and open pull requests in your repository without babysitting each step.
- Hitting free tier limits — if you regularly see rate-limit messages or model downgrades during a session, Pro removes those caps entirely.
- Overnight or async work — Code Mode's async agents can continue working after you log off, which is uniquely valuable for developers managing multiple projects.
- Privacy concerns — Mistral is a European company subject to GDPR, which some users prefer over US-based AI providers for sensitive work data.
For team use, the Team plan at €24.99/user/month adds 30 GB of per-user storage, admin controls, and domain verification — features that matter when multiple people need to share context and administrators need visibility into what the AI is doing with company data. Explore the latest AI pricing news for how Mistral Vibe fits into the broader 2026 landscape of AI cost changes.
🔑 Key Takeaways
- Mistral renamed Le Chat to Vibe on May 28, 2026, marking a pivot from chatbot to agentic work platform with Work Mode and Code Mode — all existing user data and conversations carried over automatically.
- The free tier remains available at no cost for basic chat and limited queries, making it accessible to anyone who used Le Chat for free, without a credit card requirement.
- Vibe Pro at €14.99/month is cheaper than ChatGPT Plus and Claude Pro (both $20/month), offering a competitive price point for full agent access including Work Mode integrations and all-day coding.
- The student plan at €5.99/month is the lowest price for a fully featured AI assistant in 2026, giving verified students the complete Pro experience at less than a third of what competitors charge.
- An open-source CLI agent called mistral-vibe is available on GitHub, letting developers run Mistral's coding agent locally against the API without a Vibe subscription — useful for builders who prefer a terminal workflow.
Frequently Asked Questions
Is Mistral Vibe free to use?
Yes. Mistral Vibe has a permanent free tier that requires no credit card. It covers basic chat, limited web searches, and short coding sessions. Free users are served by Mistral's standard models rather than the most advanced reasoning versions, and daily usage caps apply, though exact message counts are not publicly disclosed.
What is the difference between Mistral Vibe Free and Pro?
The free tier limits message volume and excludes all-day coding, deep reasoning, and the full Work Mode agent. Pro at €14.99/month removes those caps and adds long-horizon task automation, unlimited messaging, and priority access to the most capable models. The student plan at €5.99/month delivers identical Pro features at a 60 percent discount for verified students.
Why did Mistral rename Le Chat to Vibe?
Mistral renamed Le Chat to Vibe in May 2026 to signal a strategic pivot from chatbot to agentic work platform. The rebrand coincided with the launch of Work Mode for long-running multi-step tasks and Code Mode for autonomous software development, positioning Vibe as a direct competitor to OpenAI's ChatGPT and Anthropic's Claude.
What does Mistral Vibe Work Mode do?
Work Mode connects Vibe to Google Workspace, Outlook, SharePoint, Slack, and GitHub. It can draft emails from internal context, pull data from spreadsheets, build reports and presentations, and push completed documents to Notion or SharePoint. Before executing any task, Vibe presents a step-by-step plan for user approval.
Is there an open-source version of Mistral Vibe?
Yes. Mistral published a minimal CLI coding agent called mistral-vibe on GitHub. It is open source and allows developers to run a local coding agent against any Mistral API endpoint. The CLI includes a /teleport command that moves active sessions and their history between a local terminal and the cloud environment.
How does Mistral Vibe pricing compare to ChatGPT Plus?
Mistral Vibe Pro costs €14.99 per month, roughly $16.50 USD, compared to ChatGPT Plus at $20/month and Claude Pro at $20/month. The student plan cuts the price further to €5.99/month for verified students, making it less than a third of the cost of competing consumer AI subscriptions.