6 views
-/https://github.com/berriai/litellm/issues/33170
GitHub ยท issue

#33170 [Bug]: price map missing undated azure aliases azure/gpt-audio-mini and azure/gpt-realtime-mini

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

### What happened?

`model_prices_and_context_window.json` has no **undated** Azure aliases for the audio models:

- `azure/gpt-audio-mini` โ€” missing (only `azure/gpt-audio-mini-2025-10-06` exists) - `azure/gpt-realtime-mini` โ€” missing (only `azure/gpt-realtime-mini-2025-10-06` exists)

The OpenAI provider has undated aliases for both (`gpt-audio-mini`, `gpt-realtime-mini`), and Azure deployments are commonly created against the undated model name โ€” so `base_model: azure/gpt-audio-mini` (as the cost-tracking docs recommend) resolves to nothing. Depending on version/fallback path this yields either "model isn't mapped" or partial resolution where **text tokens bill at $0** while audio tokens bill correctly (observed on 1.92.0 in production; we carry per-deployment custom pricing as a workaround).

### Proposed fix

Add `azure/gpt-audio-mini` and `azure/gpt-realtime-mini` entries mirroring their `-2025-10-06` dated variants (input $0.60/M, output $2.40/M, audio $10/$20 per M), exactly as the undated OpenAI aliases mirror their newest dated variant. PR incoming.

### Version

ghcr.io/berriai/litellm:1.92.0; keys still absent on litellm_oss_daily_2026_07_13 (10d5804b3e)

GitHub resolver

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

Refresh page
vote history (1 events)
#0 of 0 ยท 31d17h38m6s ago โ€” entered ยท #import:https:::github.com:berriai:litellm post #3237
#31097 is harder because it likely spans dashboard UI, budget data flow, validation, persistence, and regression coverage, whereas #33170 is a narrowly scoped pricing-table data update with limited behavioral risk.
discussed in #import:https:::github.com:berriai:litellm

ranked child groups

no voted pairs yet in this scope

cli
src
spread
search