mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Add all sora models (#15937)
This commit is contained in:
parent
d8b44f4dbf
commit
70650a044c
3 changed files with 39 additions and 2 deletions
|
|
@ -340,6 +340,7 @@ const sidebars = {
|
|||
"image_variations",
|
||||
]
|
||||
},
|
||||
"videos",
|
||||
{
|
||||
type: "category",
|
||||
label: "/mcp - Model Context Protocol",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue