Skip to content

fix(pricing): correct audio token costs for gpt-4o-audio-preview models#19500

Merged
Sameerlite merged 1 commit intoBerriAI:mainfrom
Chesars:fix/audio-model-pricing
Jan 22, 2026
Merged

fix(pricing): correct audio token costs for gpt-4o-audio-preview models#19500
Sameerlite merged 1 commit intoBerriAI:mainfrom
Chesars:fix/audio-model-pricing

Conversation

@Chesars
Copy link
Collaborator

@Chesars Chesars commented Jan 21, 2026

Relevant issues

Related to #19490

Pre-Submission checklist

  • I have Added testing in the tests/litellm/ directory - N/A (data-only change to pricing JSON)
  • My PR passes all unit tests on make test-unit
  • My PR's scope is as isolated as possible, it only solves 1 specific problem

Type

🐛 Bug Fix

Changes

Update audio token pricing for gpt-4o-audio-preview and gpt-4o-audio-preview-2024-10-01 to match OpenAI's official pricing:

Model Field Before After
gpt-4o-audio-preview input_cost_per_audio_token 0.0001 ($100/1M) 4e-05 ($40/1M)
gpt-4o-audio-preview output_cost_per_audio_token 0.0002 ($200/1M) 8e-05 ($80/1M)
gpt-4o-audio-preview-2024-10-01 input_cost_per_audio_token 0.0001 ($100/1M) 4e-05 ($40/1M)
gpt-4o-audio-preview-2024-10-01 output_cost_per_audio_token 0.0002 ($200/1M) 8e-05 ($80/1M)

The previous values were 2.5x higher than OpenAI's actual pricing, causing incorrect cost calculations for audio token usage.

Update audio token pricing for gpt-4o-audio-preview and
gpt-4o-audio-preview-2024-10-01 to match OpenAI's official pricing:

- input_cost_per_audio_token: 0.0001 -> 4e-05 ($40/1M tokens)
- output_cost_per_audio_token: 0.0002 -> 8e-05 ($80/1M tokens)

The previous values were 2.5x higher than OpenAI's actual pricing.
@vercel
Copy link

vercel bot commented Jan 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
litellm Ready Ready Preview, Comment Jan 21, 2026 1:48pm

Request Review

@Sameerlite Sameerlite merged commit 36f3250 into BerriAI:main Jan 22, 2026
5 of 7 checks passed
@Chesars Chesars deleted the fix/audio-model-pricing branch January 22, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants