Add gpt-audio and gpt-audio-mini models to pricing#19509
Merged
Sameerlite merged 2 commits intoBerriAI:mainfrom Jan 22, 2026
Merged
Add gpt-audio and gpt-audio-mini models to pricing#19509Sameerlite merged 2 commits intoBerriAI:mainfrom
Sameerlite merged 2 commits intoBerriAI:mainfrom
Conversation
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)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1 task
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relevant issues
Fixes #19490
Pre-Submission checklist
make test-unitType
🐛 Bug Fix
Changes
Added missing
gpt-audioandgpt-audio-minimodels tomodel_prices_and_context_window.jsonwith correct pricing from OpenAI: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/batchsupported_modalities: text, audiosupported_output_modalities: text, audiosupports_function_calling: truesupports_native_streaming: true