Nomic Embed vs BGE-M3
Both are alternatives to OpenAI Embeddings API. Here's how they stack up — verified facts, no spin.
Nomic Embed
TOP PICKThe sovereign default — Apache-2.0, runs in Ollama, 8k context.
nomic-embed-text-v1.5 is the open model that made local embeddings boring: Apache-2.0 with the training recipe published, an 8,192-token context (longer than the OpenAI API's), Matryoshka dimensions to trade size for speed, and one-command serving through Ollama on hardware you already own.
BGE-M3
The multilingual workhorse — 100+ languages, MIT, three retrieval modes.
BAAI's M3 does dense, sparse, and multi-vector retrieval in one MIT-licensed model across 100+ languages — the open pick when your corpus isn't English or you want hybrid search signals without running two systems. At scale on a spot GPU it embeds for roughly $0.001 per million tokens.
Side by side
| Nomic Embed | BGE-M3 | |
|---|---|---|
| Sovereignty Score | 92 | 90 |
| Open source | Yes | Yes |
| Self-hostable | Yes | Yes |
| Local-first | Yes | Yes |
| License | Apache-2.0 | MIT |
| Pricing | Free — runs locally via Ollama or sentence-transformers; your hardware is the cost | Free (MIT) — GPU recommended for throughput; ~$0.001/1M tokens at spot-GPU scale |
Nomic Embed is Macrostack's recommended OpenAI Embeddings API alternative, so it's our pick here.
Nomic Embed
Strengths
- +Truly open: Apache-2.0 including the training recipe
- +8,192-token context — longer than the API default
- +One-command local serving through Ollama, CPU-friendly
Trade-offs
- −English-focused — the multilingual variant is weaker
- −You own the serving and monitoring
- −Benchmark ceiling sits below the premium hosted models
BGE-M3
Strengths
- +100+ languages in a single model
- +Dense + sparse + multi-vector retrieval built in
- +MIT license with strong community adoption
Trade-offs
- −Heavier to serve than small English models
- −Wants a GPU for production throughput
Facts verified 2026-07-19. Licenses and pricing change — spotted something out of date? That's a correction we want.