added new realtime model for openai (#12946)

This commit is contained in:
Jugal D. Bhatt 2025-07-25 08:27:39 +05:30 committed by GitHub
parent 6174609685
commit e63b163578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 36 additions and 0 deletions

View File

@ -1278,6 +1278,24 @@
"supports_system_messages": true,
"supports_tool_choice": true
},
"gpt-4o-realtime-preview-2025-06-03": {
"max_tokens": 4096,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 5e-06,
"input_cost_per_audio_token": 4e-05,
"cache_read_input_token_cost": 2.5e-06,
"output_cost_per_token": 2e-05,
"output_cost_per_audio_token": 8e-05,
"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-realtime-preview": {
"max_tokens": 4096,
"max_input_tokens": 128000,

View File

@ -1278,6 +1278,24 @@
"supports_system_messages": true,
"supports_tool_choice": true
},
"gpt-4o-realtime-preview-2025-06-03": {
"max_tokens": 4096,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 5e-06,
"input_cost_per_audio_token": 4e-05,
"cache_read_input_token_cost": 2.5e-06,
"output_cost_per_token": 2e-05,
"output_cost_per_audio_token": 8e-05,
"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-realtime-preview": {
"max_tokens": 4096,
"max_input_tokens": 128000,