From b10cd13fd29f9845efa045d8d45ccef8862e89e4 Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Mon, 8 Dec 2025 01:18:54 -0600 Subject: [PATCH] correct model type (#17635) --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index ad52342451..fde60a9237 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -16671,7 +16671,7 @@ "input_cost_per_image_token": 2.5e-06, "input_cost_per_token": 2e-06, "litellm_provider": "openai", - "mode": "chat", + "mode": "image_generation", "output_cost_per_image_token": 8e-06, "supported_endpoints": [ "/v1/images/generations", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index ad52342451..fde60a9237 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -16671,7 +16671,7 @@ "input_cost_per_image_token": 2.5e-06, "input_cost_per_token": 2e-06, "litellm_provider": "openai", - "mode": "chat", + "mode": "image_generation", "output_cost_per_image_token": 8e-06, "supported_endpoints": [ "/v1/images/generations",