From ed53b82e5dd2e48fd6e252e4a690fbad728ee040 Mon Sep 17 00:00:00 2001 From: Yigit Konur <9989650+yigitkonur@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:05:18 -0800 Subject: [PATCH] Adding Azure OpenAI o3-mini costs & specs (#8166) --- model_prices_and_context_window.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 80c70fc58f..bc6d796f44 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -945,6 +945,18 @@ "output_cost_per_second": 0.0001, "litellm_provider": "azure" }, + "azure/o3-mini": { + "max_tokens": 100000, + "max_input_tokens": 200000, + "max_output_tokens": 100000, + "input_cost_per_token": 0.0000011, + "output_cost_per_token": 0.0000044, + "cache_read_input_token_cost": 0.00000055, + "litellm_provider": "azure", + "mode": "chat", + "supports_vision": true, + "supports_prompt_caching": true + }, "azure/o1-mini": { "max_tokens": 65536, "max_input_tokens": 128000,