From 70650a044c66dc266539cb0e9d8772e30ea4473e Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Sun, 26 Oct 2025 22:40:57 +0530 Subject: [PATCH] Add all sora models (#15937) --- docs/my-website/sidebars.js | 1 + ...odel_prices_and_context_window_backup.json | 20 ++++++++++++++++++- model_prices_and_context_window.json | 20 ++++++++++++++++++- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index b58c7e033f..4e217b939d 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -340,6 +340,7 @@ const sidebars = { "image_variations", ] }, + "videos", { type: "category", label: "/mcp - Model Context Protocol", diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 03992da5fe..2eced0d909 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -23951,7 +23951,25 @@ "output_cost_per_video_per_second": 0.10, "source": "https://platform.openai.com/docs/api-reference/videos", "supported_modalities": [ - "text" + "text", + "image" + ], + "supported_output_modalities": [ + "video" + ], + "supported_resolutions": [ + "720x1280", + "1280x720" + ] + }, + "openai/sora-2-pro": { + "litellm_provider": "openai", + "mode": "video_generation", + "output_cost_per_video_per_second": 0.30, + "source": "https://platform.openai.com/docs/api-reference/videos", + "supported_modalities": [ + "text", + "image" ], "supported_output_modalities": [ "video" diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 03992da5fe..2eced0d909 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -23951,7 +23951,25 @@ "output_cost_per_video_per_second": 0.10, "source": "https://platform.openai.com/docs/api-reference/videos", "supported_modalities": [ - "text" + "text", + "image" + ], + "supported_output_modalities": [ + "video" + ], + "supported_resolutions": [ + "720x1280", + "1280x720" + ] + }, + "openai/sora-2-pro": { + "litellm_provider": "openai", + "mode": "video_generation", + "output_cost_per_video_per_second": 0.30, + "source": "https://platform.openai.com/docs/api-reference/videos", + "supported_modalities": [ + "text", + "image" ], "supported_output_modalities": [ "video"