From aaa41d1e24e15a8bb8f6ac2242ab50f761374f3a Mon Sep 17 00:00:00 2001 From: Erv Walter Date: Sat, 21 Jun 2025 01:17:46 -0500 Subject: [PATCH] Update Azure o3 pricing to match OpenAI pricing ($2/$8 per 1M tokens) (#11937) * Initial plan for issue * Update Azure o3 pricing to match OpenAI pricing ($2/$8 per 1M tokens) Co-authored-by: ervwalter <768790+ervwalter@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ervwalter <768790+ervwalter@users.noreply.github.com> --- litellm/model_prices_and_context_window_backup.json | 6 +++--- model_prices_and_context_window.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index a262f9f9e7a..9d72f852de1 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -2160,9 +2160,9 @@ "max_tokens": 100000, "max_input_tokens": 200000, "max_output_tokens": 100000, - "input_cost_per_token": 1e-05, - "output_cost_per_token": 4e-05, - "cache_read_input_token_cost": 2.5e-06, + "input_cost_per_token": 2e-06, + "output_cost_per_token": 8e-06, + "cache_read_input_token_cost": 5e-07, "litellm_provider": "azure", "mode": "chat", "supported_endpoints": [ diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index a262f9f9e7a..9d72f852de1 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -2160,9 +2160,9 @@ "max_tokens": 100000, "max_input_tokens": 200000, "max_output_tokens": 100000, - "input_cost_per_token": 1e-05, - "output_cost_per_token": 4e-05, - "cache_read_input_token_cost": 2.5e-06, + "input_cost_per_token": 2e-06, + "output_cost_per_token": 8e-06, + "cache_read_input_token_cost": 5e-07, "litellm_provider": "azure", "mode": "chat", "supported_endpoints": [