# Cohere Embed Multilingual v2 — deprecation status

> 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.

## Facts

| Field | Value |
| --- | --- |
| Provider | Cohere |
| Model id | `embed-multilingual-v2.0` |
| Status | Retired |
| Deprecated | April 4, 2026 |
| Shutdown | April 4, 2026 (121 days ago) |
| Last verified | August 3, 2026 |

## Replacement

- **Embed v4** (`embed-v4.0`) · recommended — https://modeldeprecations.dev/cohere/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.
  - Parameters it accepts: https://modelparams.dev/models/cohere/embed-v4.0

```diff
- "model": "embed-multilingual-v2.0"
+ "model": "embed-v4.0"
```

## FAQ

### 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](https://docs.cohere.com/docs/deprecations) — accessed 2026-08-03

---

Canonical page: https://modeldeprecations.dev/cohere/embed-multilingual-v2.0
JSON: https://modeldeprecations.dev/api/v1/models/cohere/embed-multilingual-v2.0.json
