ChatGPT alternatives

Open-source ChatGPT alternatives.

By · tested and updated September 2026

Open-source AI can be attractive when you want more control, local deployment, lower marginal cost or customization. But it is not automatically easier or cheaper than hosted AI.

Short verdictMethod
Best forDevelopers, privacy-sensitive teams, regulated environments and companies with technical ownership
Check before payingLimits, data and workflow

Quick answer

Use open-source or local models when control matters enough to justify setup, evaluation, hosting, security and maintenance.

Do not read “open” as free-and-ready. Read the licence column: three different licence tiers appear in this family, and only one of them permits commercial use.

Decision map

What to check before choosing.

Best fit

Best fit

Developers, privacy-sensitive teams, regulated environments and companies with technical ownership.

Not ideal

Not ideal

Beginners who want a polished app with minimal setup.

Test prompt

Test prompt

Run your real task through a hosted model and a local model, then compare quality, speed, cost and maintenance burden.

Licence by licence

What you may actually do with each set of weights.

AreaUseful forWatch out for
Local privacyData can stay on your machine or infrastructure if configured correctly.Plugins, logs and connected tools can still leak information.
Cost controlSelf-hosting can reduce variable API costs at scale.GPU, engineering and monitoring costs are real.
CustomizationTeams can fine-tune, prompt-wrap or deploy specialized models.Custom models require evaluation and guardrails.
Offline or restricted environmentsLocal AI can work where cloud tools are not allowed.Quality may be lower than top hosted models for some tasks.
Developer learningGreat for understanding models, retrieval and inference.Not the fastest route for normal users who just want answers.

Verified open weights

Which weights you can actually download, and under what licence.

“Open source” is used loosely in AI writing. The licence column is the one that matters, and the three tiers below are not interchangeable. Read from Mistral model weights documentation on 2026-09-10.

ModelParametersLicence
Mistral 7B7.3BApache 2.0
Mixtral 8x7B46.7B total / 12.9B activeApache 2.0
Mixtral 8x22B140.6B total / 39.1B activeApache 2.0
Mistral Nemo12BApache 2.0
Ministral 8B8BMistral Research License
Mistral Large123BMistral Research License
Pixtral Large124BMistral Research License
Codestral22.2BMistral Non-Production License
Mistral's own documentation notes that these downloadable weights are not tuned for safety. That is the trade you are making: full control of the model and your data, and full ownership of the guardrails you now have to build yourself. It is a reasonable trade for a research team and a poor one for a small business that assumed “open” meant “free and ready”.

Before you self-host

Two questions that decide it.

First: does the licence allow your use? Apache 2.0 does, a Research License does not, and that answer costs nothing to establish and everything to get wrong.

Second: is control worth the running cost? At low volume, self-hosting is usually more expensive than an API, not less — and the safety tuning becomes your responsibility, as Mistral's own documentation states.

Sources

Where these claims come from.

Every figure on this page was read from the official documentation below on 2026-09-10. Prices, limits and model names change without notice — the source is authoritative, this page is not.

FAQ

Questions about open-weight models.

Which open models are genuinely open source?

Only the Apache 2.0 ones, strictly speaking: Mistral 7B (7.3B), Mixtral 8x7B (46.7B total / 12.9B active), Mixtral 8x22B (140.6B / 39.1B active) and Mistral Nemo (12B). Ministral 8B, Mistral Large (123B) and Pixtral Large (124B) ship under the Mistral Research License, and Codestral (22.2B) under a Non-Production License — those are downloadable, not open source (Mistral docs, checked 2026-09-10).

Can I run these commercially?

The Apache 2.0 models, yes. The Research License and Non-Production License models, no — that is precisely what those licences restrict. This is the distinction most “best open source AI” articles skip, and it is the one that creates legal exposure.

What hardware do I need?

Roughly, parameter count drives memory. A 7B model runs on a good consumer GPU; a 123B model does not. The active-parameter figures for the Mixtral models matter here: 8x22B has 140.6B total parameters but 39.1B active, which changes the compute story without changing the memory you need to hold it.

Are open models as good as ChatGPT?

For many everyday tasks the gap is smaller than the discourse suggests; at the frontier it is real. The honest framing is that you are not buying equivalent quality, you are buying control — over data, over hosting, over whether the model changes underneath you next week.

What is the catch with self-hosting?

Two things. The safety tuning is yours to build, as Mistral's own documentation states plainly. And the running cost is yours too: at low volume, self-hosting is usually more expensive than an API, not less. Self-host for control and data residency, not to save money.