Port Omni Flash text-to-video to migrated Flow API - #41
Open
Bl0ck154 wants to merge 1 commit into
Open
Conversation
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
Ports Gemini Omni 1.1 Flash text-to-video onto the migrated
flow.google.combatchexecute transport.The migrated editor submits Omni T2V through RPC
YhhmEf; duration is encoded in the model key (abra_t2v_4s,abra_t2v_6s,abra_t2v_8s,abra_t2v_10s). Completed media is resolved through the existing migratedas29slookup.This PR intentionally does not claim migrated support for Omni first-frame, start+end-frame, or reference-to-video. Those modes remain fail-fast until their new payloads are captured.
What changes
YhhmEfrequest builder/parser toflow_batch.pygenerate_omni_flash_text_video()for 4/6/8/10 second T2VPOST /api/flow/generate-video-omni-text/api/flow/check-omni-statusresolve migrated Omni media throughas29sLive verification
Verified against the current migrated Flow service with a real paid generation:
YhhmEfabra_t2v_4sas29sffprobe: 1280×720, H.264, 24 fps, exactly 4.000 sA rejected 4-second Veo lower-priority model probe returned
PUBLIC_ERROR_MODEL_ACCESS_DENIEDbefore generation; no blind model retries are part of this implementation.Validation
82 passedacrosstest_flow_batch.pyandtest_omni_flash.pygit diff --checkcleanThe branch is based directly on current upstream
main(ce37f4b) and contains only the generic migrated Omni T2V work.