embed-english-v2.0
Embed English v2 (Cohere)
Yes — Embed English 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.
Cohere's 4096-dimension English embedder from 2022, and one of the first embedding APIs anybody built a vector database on. It was retired effective 4 April 2026 - the same date as the announcement, so there was no notice period at all, which for an embedding model means re-indexing your entire corpus with no warning.
The facts
| Provider | Cohere |
|---|---|
| Model id | embed-english-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
Cohere also names embed-english-v3.0. Either way the vectors are not comparable with v2.0's, so this is a full re-embed of every document you have stored, not a config change.
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-english-v2.0"
+ "model": "embed-v4.0"
Frequently asked questions
- When did Cohere Embed English v2 shut down?
- Cohere Embed English v2 shut down on April 4, 2026. API requests to it fail from that date onward.
- What replaces Cohere Embed English v2?
- Cohere recommends Embed v4 (`embed-v4.0`) as the replacement for Cohere Embed English v2. Cohere also names embed-english-v3.0. Either way the vectors are not comparable with v2.0's, so this is a full re-embed of every document you have stored, not a config change.
- Is Cohere Embed English v2 still available?
- No. Cohere Embed English 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 English v2 to embed-v4.0?
- Swap the model id in your API call: replace "embed-english-v2.0" with "embed-v4.0". Cohere also names embed-english-v3.0. Either way the vectors are not comparable with v2.0's, so this is a full re-embed of every document you have stored, not a config change.
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-english-v2.0)