BGE-M3 vs Cohere Embed 4
Both are alternatives to OpenAI Embeddings API. Here's how they stack up — verified facts, no spin.
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.
Cohere Embed 4
The enterprise multilingual option with a 128k context.
Cohere's Embed 4 reads whole documents at once (128,000-token context), specializes in multilingual retrieval, and — unusually for hosted AI — deploys into AWS, Azure, or your own VPC for compliance-bound enterprises. $0.12 per million tokens.
Side by side
| BGE-M3 | Cohere Embed 4 | |
|---|---|---|
| Sovereignty Score | 90 | 36 |
| Open source | Yes | No |
| Self-hostable | Yes | No |
| Local-first | Yes | No |
| License | MIT | Proprietary hosted service |
| Pricing | Free (MIT) — GPU recommended for throughput; ~$0.001/1M tokens at spot-GPU scale | $0.12/1M tokens; private-deployment options for enterprise |
BGE-M3 edges it on the Sovereignty Score, but the right pick depends on the trade-offs below.
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
Cohere Embed 4
Strengths
- +128k-token context — embed entire documents
- +Multilingual strength
- +VPC/private deployment paths for compliance
Trade-offs
- −Six times the price of the small tiers
- −Hosted service with enterprise sales gravity
Facts verified 2026-07-19. Licenses and pricing change — spotted something out of date? That's a correction we want.