7 views
-/https://github.com/berriai/litellm/issues/24202
GitHub ยท issue

#24202 Missing eu./us. regional Bedrock model entries in model_prices_and_context_window.json

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

## Description

Several Claude models in `model_prices_and_context_window.json` are missing `eu.` and `us.` regional prefix entries for AWS Bedrock. This causes LiteLLM to report $0 pricing (and break budget enforcement) when these models are used with European or US regional Bedrock endpoints.

Only the two newest models (`claude-opus-4-6-v1`, `claude-sonnet-4-6`) have `eu.`/`us.` entries. All older models are missing them:

| Model | `anthropic.` | `eu.` | `us.` | `apac.` | |---|---|---|---|---| | `claude-opus-4-6-v1` | โœ… | โœ… | โœ… | โ€” | | `claude-sonnet-4-6` | โœ… | โœ… | โœ… | โ€” | | `claude-opus-4-5-20251101-v1:0` | โœ… | โŒ | โŒ | โŒ | | `claude-sonnet-4-5-20250929-v1:0` | โœ… | โŒ | โŒ | `au.` only | | `claude-sonnet-4-20250514-v1:0` | โœ… | โŒ | โŒ | โœ… | | `claude-haiku-4-5-20251001-v1:0` | โœ… | โŒ | โŒ | โœ… |

## Impact

When using e.g. `bedrock/eu.anthropic.claude-sonnet-4-20250514-v1:0`, LiteLLM cannot find a matching entry in the cost map, so: - `input_cost_per_token` and `output_cost_per_token` default to `0.0` - `/model_group/info` reports $0 pricing for these models - Per-user and per-key budget enforcement is ineffective (spend is always $0) - The LiteLLM dashboard shows incorrect cost data โ€ฆ

GitHub resolver

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

Refresh page
vote history (1 events)
#0 of 0 ยท 31d18h10m4s ago โ€” entered ยท #import:https:::github.com:berriai:litellm post #2681
The right issue is harder because it requires tracing the telemetry integration, choosing a compatible attribute-serialization strategy, and validating behavior across instrumentation paths and SDK constraints. The left issue is primarily a bounded metadata update with focused validation.
discussed in #import:https:::github.com:berriai:litellm

ranked child groups

no voted pairs yet in this scope

cli
src
spread
search