embed-multilingual-v2.0
Embed Multilingual v2 (Cohere)
Yes — Embed Multilingual v2 is retired. Cohere deprecated it on April 4, 2026 and shut it down on April 4, 2026; API requests to it now fail. The recommended replacement is Embed v4.
The model that made cross-language retrieval practical for most teams - one vector space across 100-plus languages, years before that was table stakes. It was switched off on 4 April 2026 on the day it was announced, ending Cohere's entire v2.0 embedding generation in a single notice.
The facts
| Provider | Cohere |
|---|---|
| Model id | embed-multilingual-v2.0 |
| Released | — |
| Deprecated | April 4, 2026 |
| Shutdown | April 4, 2026 · 121 days ago |
| Status | Retired |
| Last verified | August 3, 2026 |
What to use instead
embed-multilingual-v3.0 is the other option Cohere names. v4.0 takes 128k of input against v2.0's 512 tokens, so chunking strategy is worth revisiting at the same time as the re-index.
What parameters embed-v4.0 accepts on modelparams.dev
Change the id
In most cases the migration is one string. Check the parameter differences before you ship — newer models drop older sampling knobs more often than they add them.
- "model": "embed-multilingual-v2.0"
+ "model": "embed-v4.0"
Frequently asked questions
- When did Cohere Embed Multilingual v2 shut down?
- Cohere Embed Multilingual v2 shut down on April 4, 2026. API requests to it fail from that date onward.
- What replaces Cohere Embed Multilingual v2?
- Cohere recommends Embed v4 (`embed-v4.0`) as the replacement for Cohere Embed Multilingual v2. embed-multilingual-v3.0 is the other option Cohere names. v4.0 takes 128k of input against v2.0's 512 tokens, so chunking strategy is worth revisiting at the same time as the re-index.
- Is Cohere Embed Multilingual v2 still available?
- No. Cohere Embed Multilingual v2 is retired and no longer served — it was shut down on April 4, 2026. Calls to it return an error.
- How do I migrate from Cohere Embed Multilingual v2 to embed-v4.0?
- Swap the model id in your API call: replace "embed-multilingual-v2.0" with "embed-v4.0". embed-multilingual-v3.0 is the other option Cohere names. v4.0 takes 128k of input against v2.0's 512 tokens, so chunking strategy is worth revisiting at the same time as the re-index.
Sources
- Cohere deprecations · docs.cohere.com · accessed August 3, 2026
Found something wrong? The data is one YAML file — edit it on GitHub.
This page, for machines
Drop the badge in a README so it turns red the day this model is retired:
[](https://modeldeprecations.dev/cohere/embed-multilingual-v2.0)