feat: Increase image-to-video reference image limit from 5 to 7#515
Merged
chenyme merged 1 commit intochenyme:mainfrom Apr 28, 2026
Merged
feat: Increase image-to-video reference image limit from 5 to 7#515chenyme merged 1 commit intochenyme:mainfrom
chenyme merged 1 commit intochenyme:mainfrom
Conversation
- update /v1/videos multipart input_reference[] handling - update chat-based video reference extraction - sync Chinese and English docs
|
参考图生视频方式生出来的视频人物都给拉长了 |
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.
Summary
将图生视频参考图上限从 5 张调整为 7 张,对其官方的多参考最多7张。
本次改动同时更新了 /v1/videos 的 multipart input_reference[] 处理逻辑,以及聊天消息里的图生视频参考图提取逻辑,保证两条入口行为一致,并同步更新中英文文档说明。
Testing
未运行自动化测试。
已人工检查以下内容:
/v1/videos 中 input_reference[] 的截断上限已从 5 改为 7
聊天消息中的图生视频参考图提取上限已从 5 改为 7
中英文文档中的参数说明已同步更新为 7 张
Related
无