docs: add Black Forest Labs video provider page - #920
Open
MaanavD wants to merge 1 commit into
Open
Conversation
Documents `black_forest_labs/flux-3-video` for the /videos endpoint: the four generation modes, keyframes, draft mode, proxy config, and per-second pricing. Adds the provider to the supported-providers table on the /videos page and to the sidebar.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
Would love feedback on this PR / suggested changes, especially the part about provider. |
MaanavD
marked this pull request as ready for review
August 17, 2026 22:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the Black Forest Labs video provider added in BerriAI/litellm.
docs/videos.mdcurrently listsopenai,azure,gemini,vertex_ai, andrunwaymlas supported providers, and every example on the page usesopenai/sora-2.Adds a provider page covering authentication, text-to-video, image-to-video, continuation and draft workflows, polling, keyframes, duration, resolution and audio options, error handling, and async usage. Also adds
black_forest_labsto the supported provider list and the provider table, and registers the page insidebars.js.Depends on the provider PR in BerriAI/litellm. Best merged after it.