add gpt-4o-audio models to model cost map (#6306)

This commit is contained in:
Ishaan Jaff 2024-10-18 12:45:42 +05:30 committed by GitHub
parent c29853552b
commit 7724d5895c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_parallel_function_calling": true, "supports_parallel_function_calling": true,
"supports_vision": true, "supports_vision": true,
"supports_audio": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
"gpt-4": { "gpt-4": {
@ -37,6 +38,30 @@
"supports_vision": true, "supports_vision": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
"gpt-4o-audio-preview": {
"max_tokens": 16384,
"max_input_tokens": 128000,
"max_output_tokens": 16384,
"input_cost_per_token": 0.0000025,
"output_cost_per_token": 0.000010,
"litellm_provider": "openai",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_audio": true
},
"gpt-4o-audio-preview-2024-10-01": {
"max_tokens": 16384,
"max_input_tokens": 128000,
"max_output_tokens": 16384,
"input_cost_per_token": 0.0000025,
"output_cost_per_token": 0.000010,
"litellm_provider": "openai",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_audio": true
},
"gpt-4o-mini": { "gpt-4o-mini": {
"max_tokens": 16384, "max_tokens": 16384,
"max_input_tokens": 128000, "max_input_tokens": 128000,

View file

@ -10,6 +10,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_parallel_function_calling": true, "supports_parallel_function_calling": true,
"supports_vision": true, "supports_vision": true,
"supports_audio": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
"gpt-4": { "gpt-4": {
@ -37,6 +38,30 @@
"supports_vision": true, "supports_vision": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
"gpt-4o-audio-preview": {
"max_tokens": 16384,
"max_input_tokens": 128000,
"max_output_tokens": 16384,
"input_cost_per_token": 0.0000025,
"output_cost_per_token": 0.000010,
"litellm_provider": "openai",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_audio": true
},
"gpt-4o-audio-preview-2024-10-01": {
"max_tokens": 16384,
"max_input_tokens": 128000,
"max_output_tokens": 16384,
"input_cost_per_token": 0.0000025,
"output_cost_per_token": 0.000010,
"litellm_provider": "openai",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_audio": true
},
"gpt-4o-mini": { "gpt-4o-mini": {
"max_tokens": 16384, "max_tokens": 16384,
"max_input_tokens": 128000, "max_input_tokens": 128000,