fix: Cohere catalog omits active models returned by GET /v1/models - #5631
Open
github-actions[bot] wants to merge 1 commit into
Open
fix: Cohere catalog omits active models returned by GET /v1/models#5631github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds missing Cohere catalog entries that can be represented under the current schema, based on first-party docs and model cards.
Cohere’s live catalog still includes embed/rerank IDs that models.dev cannot express cleanly (vector/rerank outputs; see #572). This change covers the independently verifiable chat, ASR, and parse models only.
Changes
Lab metadata (
models/cohere/)tiny-aya-globaltiny-aya-earthtiny-aya-firetiny-aya-watercohere-transcribe-03-2026limit0/0 (peer ASR pattern)parse-v5.0Provider overrides (
providers/cohere/models/)tiny-aya-*(4)base_modelonly; cost omitted (no separate public per-token list)cohere-transcribe-03-2026base_modelonly; cost omitted (trial free / Model Vault hourly)parse-v5.0base_modelonly; cost omitted (page-billed, not $/MTok)Intentionally not added
embed-*/*-imageIDsrerank-*IDstext|audio|image|video|pdfonly; no vector/rerank output (issue + Seperate Embedding Category #572)Evidence
temperatureimage_urlonlyValidation
GET /v1/modelscall; nobun validaterun in this environment).limit0/0, optional cost).Review notes
release_date/last_updated: set to 2026-08-27 (verification day). Cohere marksparse-v5.0Live but does not publish a launch date in the docs checked. Prefer replacing with a first-party launch date when available.cohere-transcribe-arabic-07-2026: documented as Live on the models page but not in the issue missing list; not added here.Closes #5628
Automated by the issue fixer: https://github.com/anomalyco/models.dev/actions/runs/33050679728