mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
build(model_prices_and_context_window.json): add o1-pro pricing
This commit is contained in:
parent
220aa66f98
commit
78781a0a55
2 changed files with 84 additions and 0 deletions
|
|
@ -220,6 +220,48 @@
|
|||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"o1-pro": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00015,
|
||||
"output_cost_per_token": 0.0006,
|
||||
"input_cost_per_token_batches": 0.000075,
|
||||
"output_cost_per_token_batches": 0.0003,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_native_streaming": true,
|
||||
"supported_modalities": ["text", "image"],
|
||||
"supported_endpoints": ["/v1/responses", "/v1/batch"]
|
||||
},
|
||||
"o1-pro-2025-03-19": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00015,
|
||||
"output_cost_per_token": 0.0006,
|
||||
"input_cost_per_token_batches": 0.000075,
|
||||
"output_cost_per_token_batches": 0.0003,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_native_streaming": true,
|
||||
"supported_modalities": ["text", "image"],
|
||||
"supported_endpoints": ["/v1/responses", "/v1/batch"]
|
||||
},
|
||||
"o1": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
|
|
|
|||
|
|
@ -220,6 +220,48 @@
|
|||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"o1-pro": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00015,
|
||||
"output_cost_per_token": 0.0006,
|
||||
"input_cost_per_token_batches": 0.000075,
|
||||
"output_cost_per_token_batches": 0.0003,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_native_streaming": true,
|
||||
"supported_modalities": ["text", "image"],
|
||||
"supported_endpoints": ["/v1/responses", "/v1/batch"]
|
||||
},
|
||||
"o1-pro-2025-03-19": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00015,
|
||||
"output_cost_per_token": 0.0006,
|
||||
"input_cost_per_token_batches": 0.000075,
|
||||
"output_cost_per_token_batches": 0.0003,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "responses",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_native_streaming": true,
|
||||
"supported_modalities": ["text", "image"],
|
||||
"supported_endpoints": ["/v1/responses", "/v1/batch"]
|
||||
},
|
||||
"o1": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue