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"