Finding (backlog grooming)
`integrations/isolation/acq-kits/usai-provider/README.md:183` lists a Cohere row in the vendor→models.dev-provider mapping table:
```
| Cohere | `cohere` | — |
```
Per #386 (the USAi model-rename fix), `cohere_english_v3` was dropped — the gateway no longer lists any Cohere model. `catalog.json`'s `vendors` array confirms only 4 vendors remain: `anthropic`, `openai`, `google`, `meta`. This table row now documents a mapping with zero live consumers.
Low severity — doesn't break anything, just describes routing for a vendor that currently has no models. This table describes the OLD `sync-usai-models.mjs` monolith's routing (still live code, tracked separately by #363's cutover), not the new catalog pipeline, so it's a doc-accuracy nit independent of that migration.
Fix
Drop the Cohere row (or note it as "currently unused, kept for when/if a Cohere model returns").
AI-assisted (OpenCode), found during backlog grooming.
Finding (backlog grooming)
`integrations/isolation/acq-kits/usai-provider/README.md:183` lists a Cohere row in the vendor→models.dev-provider mapping table:
```
| Cohere | `cohere` | — |
```
Per #386 (the USAi model-rename fix), `cohere_english_v3` was dropped — the gateway no longer lists any Cohere model. `catalog.json`'s `vendors` array confirms only 4 vendors remain: `anthropic`, `openai`, `google`, `meta`. This table row now documents a mapping with zero live consumers.
Low severity — doesn't break anything, just describes routing for a vendor that currently has no models. This table describes the OLD `sync-usai-models.mjs` monolith's routing (still live code, tracked separately by #363's cutover), not the new catalog pipeline, so it's a doc-accuracy nit independent of that migration.
Fix
Drop the Cohere row (or note it as "currently unused, kept for when/if a Cohere model returns").
AI-assisted (OpenCode), found during backlog grooming.