mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
build(model_prices_and_context_window.json): fix o3-pro mode to 'responses'
This commit is contained in:
parent
c002e4cd4e
commit
e4ac1cdef2
2 changed files with 4 additions and 4 deletions
|
|
@ -749,7 +749,7 @@
|
|||
"output_cost_per_token_batches": 40e-06,
|
||||
"output_cost_per_token": 80e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": false,
|
||||
"supports_vision": true,
|
||||
|
|
@ -779,7 +779,7 @@
|
|||
"output_cost_per_token_batches": 40e-06,
|
||||
"output_cost_per_token": 80e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": false,
|
||||
"supports_vision": true,
|
||||
|
|
|
|||
|
|
@ -749,7 +749,7 @@
|
|||
"output_cost_per_token_batches": 40e-06,
|
||||
"output_cost_per_token": 80e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": false,
|
||||
"supports_vision": true,
|
||||
|
|
@ -779,7 +779,7 @@
|
|||
"output_cost_per_token_batches": 40e-06,
|
||||
"output_cost_per_token": 80e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": false,
|
||||
"supports_vision": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue