Replies: 2 comments 3 replies
-
Do other providers have a video_Generation endpoint?
etc.? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can see google has one - https://cloud.google.com/vertex-ai/generative-ai/docs/video/generate-videos But they also began doing image generation on gemini via the generate content endpoint If Nova Reel / Luma Ray 2 - support text input -> b64 output, should it just be via |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Bedrock has support for video generation using Nova Reel and Luma Ray 2 models; however, OpenAI does not have a video generation endpoint on its API. Is there a way to support this feature using LiteLLM? Ideally this would not only be a pass through feature but one that's in the client.
Let's open it up for discussion. I would default to looking at the
image_generation
endpoint as inspiration. I don't think we needn
, but the rest of the fields seem reasonable to start with.Beta Was this translation helpful? Give feedback.
All reactions