Cohere · endpoint
/v1/classify deprecation: shutdown date & replacement
- Provider
- Cohere
- Name
- Classify endpoint
- Type
- endpoint
- Announced
- Shutdown
- Not announced
- Replacement
- —
- Source
- Official Cohere notice
Deprecation effective September 15, 2025; shutdown date not stated.
How to migrate off /v1/classify
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "/v1/classify" . - Follow the provider’s migration notes in the official notice.
- Re-run your evals or a sample of real prompts — output style, token usage and pricing can change between APIs.
- Check config outside code too: environment variables, feature flags, prompt-management tools, and fine-tuned model references.
- Deploy before the shutdown date, and add the CI scanner so it cannot come back.
Also shutting down on Not announced (Cohere)
Questions
Is /v1/classify deprecated?
Yes. Cohere has deprecated /v1/classify. It is deprecated; the shutdown date has not been announced.
When does /v1/classify shut down?
Cohere has not announced a shutdown date yet.
What should I use instead of /v1/classify?
Cohere has not named a specific replacement. Check the official source for current models.
What happens to requests to /v1/classify after the shutdown?
Requests using the retired model ID fail with an error, so any code still calling it breaks. Update and deploy before the shutdown date.