[New model] Add openai/computer-use-preview cost tracking / pricing (#10422)

* add computer-use-preview

* fix computer-use-preview
This commit is contained in:
Ishaan Jaff 2025-04-29 17:49:11 -07:00 committed by GitHub
parent f1d6ac4af6
commit e06e7078da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 44 additions and 4 deletions

View file

@ -602,6 +602,26 @@
"supports_vision": true,
"supports_prompt_caching": true
},
"computer-use-preview": {
"max_tokens": 1024,
"max_input_tokens": 8192,
"max_output_tokens": 1024,
"input_cost_per_token": 3e-6,
"output_cost_per_token": 12e-6,
"litellm_provider": "azure",
"mode": "chat",
"supported_endpoints": ["/v1/responses"],
"supported_modalities": ["text", "image"],
"supported_output_modalities": ["text"],
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_response_schema": true,
"supports_vision": true,
"supports_prompt_caching": false,
"supports_system_messages": true,
"supports_tool_choice": true,
"supports_reasoning": true
},
"o3": {
"max_tokens": 100000,
"max_input_tokens": 200000,
@ -1551,8 +1571,8 @@
"max_tokens": 1024,
"max_input_tokens": 8192,
"max_output_tokens": 1024,
"input_cost_per_token": 0.000003,
"output_cost_per_token": 0.000012,
"input_cost_per_token": 3e-6,
"output_cost_per_token": 12e-6,
"litellm_provider": "azure",
"mode": "chat",
"supported_endpoints": ["/v1/responses"],

View file

@ -602,6 +602,26 @@
"supports_vision": true,
"supports_prompt_caching": true
},
"computer-use-preview": {
"max_tokens": 1024,
"max_input_tokens": 8192,
"max_output_tokens": 1024,
"input_cost_per_token": 3e-6,
"output_cost_per_token": 12e-6,
"litellm_provider": "azure",
"mode": "chat",
"supported_endpoints": ["/v1/responses"],
"supported_modalities": ["text", "image"],
"supported_output_modalities": ["text"],
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_response_schema": true,
"supports_vision": true,
"supports_prompt_caching": false,
"supports_system_messages": true,
"supports_tool_choice": true,
"supports_reasoning": true
},
"o3": {
"max_tokens": 100000,
"max_input_tokens": 200000,
@ -1551,8 +1571,8 @@
"max_tokens": 1024,
"max_input_tokens": 8192,
"max_output_tokens": 1024,
"input_cost_per_token": 0.000003,
"output_cost_per_token": 0.000012,
"input_cost_per_token": 3e-6,
"output_cost_per_token": 12e-6,
"litellm_provider": "azure",
"mode": "chat",
"supported_endpoints": ["/v1/responses"],