Skip to content

Commit a5ce1cd

Browse files
add azure o3-pro pricing (#11990)
1 parent dd38e80 commit a5ce1cd

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed

litellm/model_prices_and_context_window_backup.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,6 +2156,66 @@
21562156
"supports_tool_choice": true,
21572157
"supports_native_streaming": true
21582158
},
2159+
"azure/o3-pro": {
2160+
"max_tokens": 100000,
2161+
"max_input_tokens": 200000,
2162+
"max_output_tokens": 100000,
2163+
"input_cost_per_token": 2e-05,
2164+
"output_cost_per_token": 8e-05,
2165+
"input_cost_per_token_batches": 1e-05,
2166+
"output_cost_per_token_batches": 4e-05,
2167+
"litellm_provider": "azure",
2168+
"mode": "chat",
2169+
"supported_endpoints": [
2170+
"/v1/chat/completions",
2171+
"/v1/batch",
2172+
"/v1/responses"
2173+
],
2174+
"supported_modalities": [
2175+
"text",
2176+
"image"
2177+
],
2178+
"supported_output_modalities": [
2179+
"text"
2180+
],
2181+
"supports_function_calling": true,
2182+
"supports_parallel_function_calling": false,
2183+
"supports_vision": true,
2184+
"supports_prompt_caching": false,
2185+
"supports_response_schema": true,
2186+
"supports_reasoning": true,
2187+
"supports_tool_choice": true
2188+
},
2189+
"azure/o3-pro-2025-06-10": {
2190+
"max_tokens": 100000,
2191+
"max_input_tokens": 200000,
2192+
"max_output_tokens": 100000,
2193+
"input_cost_per_token": 2e-05,
2194+
"output_cost_per_token": 8e-05,
2195+
"input_cost_per_token_batches": 1e-05,
2196+
"output_cost_per_token_batches": 4e-05,
2197+
"litellm_provider": "azure",
2198+
"mode": "chat",
2199+
"supported_endpoints": [
2200+
"/v1/chat/completions",
2201+
"/v1/batch",
2202+
"/v1/responses"
2203+
],
2204+
"supported_modalities": [
2205+
"text",
2206+
"image"
2207+
],
2208+
"supported_output_modalities": [
2209+
"text"
2210+
],
2211+
"supports_function_calling": true,
2212+
"supports_parallel_function_calling": false,
2213+
"supports_vision": true,
2214+
"supports_prompt_caching": false,
2215+
"supports_response_schema": true,
2216+
"supports_reasoning": true,
2217+
"supports_tool_choice": true
2218+
},
21592219
"azure/o3": {
21602220
"max_tokens": 100000,
21612221
"max_input_tokens": 200000,

model_prices_and_context_window.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,6 +2156,66 @@
21562156
"supports_tool_choice": true,
21572157
"supports_native_streaming": true
21582158
},
2159+
"azure/o3-pro": {
2160+
"max_tokens": 100000,
2161+
"max_input_tokens": 200000,
2162+
"max_output_tokens": 100000,
2163+
"input_cost_per_token": 2e-05,
2164+
"output_cost_per_token": 8e-05,
2165+
"input_cost_per_token_batches": 1e-05,
2166+
"output_cost_per_token_batches": 4e-05,
2167+
"litellm_provider": "azure",
2168+
"mode": "chat",
2169+
"supported_endpoints": [
2170+
"/v1/chat/completions",
2171+
"/v1/batch",
2172+
"/v1/responses"
2173+
],
2174+
"supported_modalities": [
2175+
"text",
2176+
"image"
2177+
],
2178+
"supported_output_modalities": [
2179+
"text"
2180+
],
2181+
"supports_function_calling": true,
2182+
"supports_parallel_function_calling": false,
2183+
"supports_vision": true,
2184+
"supports_prompt_caching": false,
2185+
"supports_response_schema": true,
2186+
"supports_reasoning": true,
2187+
"supports_tool_choice": true
2188+
},
2189+
"azure/o3-pro-2025-06-10": {
2190+
"max_tokens": 100000,
2191+
"max_input_tokens": 200000,
2192+
"max_output_tokens": 100000,
2193+
"input_cost_per_token": 2e-05,
2194+
"output_cost_per_token": 8e-05,
2195+
"input_cost_per_token_batches": 1e-05,
2196+
"output_cost_per_token_batches": 4e-05,
2197+
"litellm_provider": "azure",
2198+
"mode": "chat",
2199+
"supported_endpoints": [
2200+
"/v1/chat/completions",
2201+
"/v1/batch",
2202+
"/v1/responses"
2203+
],
2204+
"supported_modalities": [
2205+
"text",
2206+
"image"
2207+
],
2208+
"supported_output_modalities": [
2209+
"text"
2210+
],
2211+
"supports_function_calling": true,
2212+
"supports_parallel_function_calling": false,
2213+
"supports_vision": true,
2214+
"supports_prompt_caching": false,
2215+
"supports_response_schema": true,
2216+
"supports_reasoning": true,
2217+
"supports_tool_choice": true
2218+
},
21592219
"azure/o3": {
21602220
"max_tokens": 100000,
21612221
"max_input_tokens": 200000,

0 commit comments

Comments
 (0)