6 views
-/https://github.com/berriai/litellm/issues/33068
GitHub · issue

#33068 [Bug]: openrouter catalog missing current Claude models (sonnet-5, opus-4.8/-fast, opus-4.7-fast, fable-5) — no pricing/limits resolved

  • State: open
  • Author: @sushantlokhande14
  • Labels: llm translation

### Check for existing issues

- [x] I have searched the existing issues and checked that my issue is not a duplicate.

### What happened?

Five Claude models that OpenRouter currently serves have no `openrouter/*` entry in `model_prices_and_context_window.json`, so litellm returns no pricing or token limits for them (cost tracking silently reports nothing; `get_model_info()` raises):

| Missing entry | OpenRouter live data (`GET /api/v1/models`) | |---|---| | `openrouter/anthropic/claude-sonnet-5` | ctx 1,000,000 / max out 128,000; $2/$10 per MTok | | `openrouter/anthropic/claude-opus-4.8` | ctx 1,000,000 / max out 128,000; $5/$25 per MTok | | `openrouter/anthropic/claude-opus-4.8-fast` | ctx 1,000,000 / max out 128,000; $10/$50 per MTok | | `openrouter/anthropic/claude-opus-4.7-fast` | ctx 1,000,000 / max out 128,000; $30/$150 per MTok | | `openrouter/anthropic/claude-fable-5` | ctx 1,000,000 / max out 128,000; $10/$50 per MTok |

These include the current Anthropic flagships (Claude Sonnet 5, Opus 4.8, Fable 5) — all of which already have first-party `anthropic` entries in the catalog; only the `openrouter/` routes are missing. Older OpenRouter Claude entries (opus-4.7, sonnet-4…

GitHub resolver

Import GitHub neighbors on demand. Results are saved as system ingests.

Refresh page
vote history (1 events)
#0 of 0 · 31d18h24m54s ago — entered · #import:https:::github.com:berriai:litellm post #2451
The right issue is harder because it requires coordinated behavior changes across multiple provider and endpoint translation paths, plus broader compatibility and regression testing. The left is a contained metadata/catalog update.
discussed in #import:https:::github.com:berriai:litellm

ranked child groups

no voted pairs yet in this scope

cli
src
spread
search