Skip to content

Add gpt-audio and gpt-audio-mini models to pricing#19509

Merged
Sameerlite merged 2 commits intoBerriAI:mainfrom
Chesars:add-gpt-audio-models
Jan 22, 2026
Merged

Add gpt-audio and gpt-audio-mini models to pricing#19509
Sameerlite merged 2 commits intoBerriAI:mainfrom
Chesars:add-gpt-audio-models

Conversation

@Chesars
Copy link
Collaborator

@Chesars Chesars commented Jan 21, 2026

Relevant issues

Fixes #19490

Pre-Submission checklist

  • N/A - JSON data only (no code changes requiring tests)
  • 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

Added missing gpt-audio and gpt-audio-mini models to model_prices_and_context_window.json with correct pricing from OpenAI:

Model Text Input Text Output Audio Input Audio Output
gpt-audio $2.50/1M $10.00/1M $32.00/1M $64.00/1M
gpt-audio-mini $0.60/1M $2.40/1M $10.00/1M $20.00/1M

Models added:

  • gpt-audio (alias)
  • gpt-audio-2025-08-28 (snapshot)
  • gpt-audio-mini (alias)
  • gpt-audio-mini-2025-10-06 (snapshot)
  • gpt-audio-mini-2025-12-15 (snapshot)

Fields included:

  • supported_endpoints: /v1/chat/completions, /v1/responses, /v1/realtime, /v1/batch
  • supported_modalities: text, audio
  • supported_output_modalities: text, audio
  • supports_function_calling: true
  • supports_native_streaming: true
  • And other capability flags

Fixes BerriAI#19490 - adds missing OpenAI audio models with correct pricing:

gpt-audio:
- Text: $2.50/$10.00 per 1M tokens (input/output)
- Audio: $40/$80 per 1M tokens (input/output)

gpt-audio-mini:
- Text: $0.60/$2.40 per 1M tokens (input/output)
- Audio: $10/$20 per 1M tokens (input/output)
@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 4:07pm

Request Review

- Fix audio token pricing for gpt-audio ($32/$64 per 1M, not $40/$80)
- Add gpt-audio-2025-08-28 snapshot (OpenAI returns this in responses)
- Add gpt-audio-mini-2025-10-06 and gpt-audio-mini-2025-12-15 snapshots
- Add missing fields: supported_endpoints, supported_modalities,
  supported_output_modalities, supports_native_streaming, etc.
@Sameerlite Sameerlite merged commit 967bc82 into BerriAI:main Jan 22, 2026
5 of 7 checks passed
@Chesars Chesars deleted the add-gpt-audio-models branch January 22, 2026 12:09
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.

[Bug]: cost tracking for gpt audio model not working

2 participants