From a2bc0c0f36ae3a1d7b8e34e760de6aeeb9af613c Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Mon, 14 Apr 2025 16:31:34 -0500 Subject: [PATCH] Fix cost for Phi-4-multimodal output token (#9880) --- model_prices_and_context_window.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 4480fbee90..d42762355c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -2669,7 +2669,7 @@ "max_output_tokens": 4096, "input_cost_per_token": 0.00000008, "input_cost_per_audio_token": 0.000004, - "output_cost_per_token": 0.00032, + "output_cost_per_token": 0.00000032, "litellm_provider": "azure_ai", "mode": "chat", "supports_audio_input": true,