From ce1a2c3209ef46e6f48565e561739cb2579dcbb1 Mon Sep 17 00:00:00 2001 From: Ostap Bodnar <171420608+obod-mpw@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:18:46 +0200 Subject: [PATCH] add openai/dall-e base pricing entries (#19133) --- model_prices_and_context_window.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index a130aefa5d..ec55c251a7 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -7826,6 +7826,24 @@ "supports_tool_choice": true, "supports_vision": true }, + "dall-e-2": { + "input_cost_per_image": 0.02, + "litellm_provider": "openai", + "mode": "image_generation", + "supported_endpoints": [ + "/v1/images/generations", + "/v1/images/edits", + "/v1/images/variations" + ] + }, + "dall-e-3": { + "input_cost_per_image": 0.04, + "litellm_provider": "openai", + "mode": "image_generation", + "supported_endpoints": [ + "/v1/images/generations" + ] + }, "deepseek-chat": { "cache_read_input_token_cost": 2.8e-08, "input_cost_per_token": 2.8e-07,