From abe4c8fe4ced3ff2cd2f365564ff61a1172abb9e Mon Sep 17 00:00:00 2001 From: Cole McIntosh <82463175+colesmcintosh@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:56:36 -0600 Subject: [PATCH] feat: add gpt-4o-audio-preview model configuration to model_prices_and_context_window.json (#11560) --- model_prices_and_context_window.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index c976c316c8..888097582d 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -439,6 +439,23 @@ "supports_system_messages": true, "supports_tool_choice": true }, + "gpt-4o-audio-preview-2025-06-03": { + "max_tokens": 16384, + "max_input_tokens": 128000, + "max_output_tokens": 16384, + "input_cost_per_token": 2.5e-06, + "input_cost_per_audio_token": 4.0e-5, + "output_cost_per_token": 1e-05, + "output_cost_per_audio_token": 8.0e-5, + "litellm_provider": "openai", + "mode": "chat", + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_audio_input": true, + "supports_audio_output": true, + "supports_system_messages": true, + "supports_tool_choice": true + }, "gpt-4o-mini-audio-preview": { "max_tokens": 16384, "max_input_tokens": 128000,