From 73b64e53ff9020a7c56a19785367c5b27f3ca05e Mon Sep 17 00:00:00 2001 From: Emin Askerov Date: Tue, 23 Dec 2025 11:21:57 +0100 Subject: [PATCH] Add azure_ai/gpt-oss-120b model pricing details (#18317) Added pricing and configuration details for the azure_ai/gpt-oss-120b model, including costs and capabilities. --- model_prices_and_context_window.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index ea7e13c5487..d72dd9a6d26 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1357,6 +1357,20 @@ "litellm_provider": "azure", "mode": "chat" }, + "azure_ai/gpt-oss-120b": { + "input_cost_per_token": 1.5e-7, + "output_cost_per_token": 6e-7, + "litellm_provider": "azure_ai", + "max_input_tokens": 131072, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "source": "https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/", + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_response_schema": true, + "supports_tool_choice": true + }, "azure/eu/gpt-4o-2024-08-06": { "deprecation_date": "2026-02-27", "cache_read_input_token_cost": 1.375e-06,