Conversation
Three new NovitaRequestShape variants for the Kling v3.0 family:
- KlingV34kTextToVideo (renamed via serde to kling_v3_4k_text_to_video)
- KlingV34kImageToVideo (kling_v3_4k_image_to_video)
- KlingV3MotionControl (kling_v3_motion_control)
Body building:
- 4K T2V: forwards prompt, negative_prompt, aspect_ratio, duration,
cfg_scale, sound to /v3/async/kling-v3.0-4k-t2v
- 4K I2V: forwards prompt + remaps image_urls[0] -> image, plus
negative_prompt, duration, cfg_scale, sound, end_image
to /v3/async/kling-v3.0-4k-i2v
- Motion Control: forwards prompt + remaps image_urls[0] -> image
and video_urls[0] -> video, plus negative_prompt, model_name,
keep_original_sound, character_orientation
to /v3/async/kling-v3.0-motion-control
Multi-shot composition on 4K I2V (multi_prompt array) is not
surfaced — it's mutually exclusive with end_image upstream and we'd
want a separate variant when/if we ship it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
I have read the Contributor License Agreement (CLA) and hereby sign the CLA. You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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.
Three new NovitaRequestShape variants for Kling v3.0 family. Body building remaps image_urls[0]→image (and video_urls[0]→video for Motion Control) for parity with the Sora/Veo i2v shape.
Used by parent repo's Kling v3.0 model seed PR (RouterBase/RouterBase#TBD).
🤖 Generated with Claude Code