This repository was archived by the owner on Jul 17, 2026. It is now read-only.
feat: add jimeng-4.7 image model and Seedance 2.0 variants (mini/fast-vip/vip) - #171
Open
CNQQC wants to merge 1 commit into
Open
feat: add jimeng-4.7 image model and Seedance 2.0 variants (mini/fast-vip/vip)#171CNQQC wants to merge 1 commit into
CNQQC wants to merge 1 commit into
Conversation
…-vip/vip) Image: - Add jimeng-4.7 (high_aes_general_v43) to IMAGE_MODEL_MAP and IMAGE_MODEL_MAP_ASIA - Allow intelligent_ratio for jimeng-4.7 Video (CN, Seedance 2.0 family): - Add jimeng-video-seedance-2.0-mini -> dreamina_seedance_40_mini - Add jimeng-video-seedance-2.0-fast-vip -> dreamina_seedance_40_vision - Add jimeng-video-seedance-2.0-vip -> dreamina_seedance_40_pro_vision - Map their benefit_type in getVideoBenefitType(); the 40_pro_vision branch is ordered before 40_pro/40_vision because the VIP req_key contains all three substrings Docs: update model lists and intelligent_ratio notes in README.md / README.CN.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The official Jimeng site has shipped several models that this wrapper did not yet map. This PR adds them.
Image
jimeng-4.7→high_aes_general_v43(added toIMAGE_MODEL_MAPandIMAGE_MODEL_MAP_ASIA)jimeng-4.7added to theintelligent_ratioallow-listVideo (China site, Seedance 2.0 family)
jimeng-video-seedance-2.0-minidreamina_seedance_40_miniseedance_20_mini_720p_outputjimeng-video-seedance-2.0-fast-vipdreamina_seedance_40_visionseedance_20_fast_720p_outputjimeng-video-seedance-2.0-vipdreamina_seedance_40_pro_visionseedance_20_pro_720p_outputThe pre-existing
jimeng-video-seedance-2.0(dreamina_seedance_40_pro) maps to the site's base "Seedance 2.0" and is unchanged.Docs
intelligent_rationote in bothREADME.mdandREADME.CN.md.Testing
jimeng-4.7: verified end-to-end — valid 2048×2048 PNG.seedance-2.0-miniandseedance-2.0-fast-vip: verified end-to-end via/v1/videos/generations— valid MP4 output.seedance-2.0-vip: request accepted by the backend and generation started (req_key confirmed valid).Model ids were obtained from the
aigc_draft/generaterequestmodel_id/benefit_typefields.