docs: document which start-image option each video model takes - #138
Open
dazzatronus wants to merge 1 commit into
Open
docs: document which start-image option each video model takes#138dazzatronus wants to merge 1 commit into
dazzatronus wants to merge 1 commit into
Conversation
dazzatronus
force-pushed
the
derk/rename-start-src
branch
2 times, most recently
from
September 7, 2026 04:59
d4ffbd2 to
369b44a
Compare
dazzatronus
force-pushed
the
derk/rename-start-src
branch
from
September 7, 2026 05:35
369b44a to
5d2ab8c
Compare
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.
Video models that animate a starting image take it under one of two option keys, and the documentation now says which. The fal models —
seedance-2.0-image-to-videoandseedance-2.5-image-to-video— takeoptions.startSrc, pairing with the existingendSrc. The original image-to-video models —shotstack-itv-*andray-*— keepoptions.inputSrc, the key they launched with. The models endpoint reports the key each model accepts.Documentation only.
optionsisadditionalProperties: trueand has never enumerated either key, so no generated client carries a typed field and there is no contract to migrate — two description hunks invideoasset.yaml, one in theImageToVideoAssetdeprecation notice, and the smoke test's example value. The changelog entry keeps its original wording.Verify:
node tests/smoke.cjs— 71 passing.