feat: add SiftQ H3 video at $0.015/sec (768P) and $0.025/sec (2K) - #509
Open
futurestudyspace wants to merge 1 commit into
Open
feat: add SiftQ H3 video at $0.015/sec (768P) and $0.025/sec (2K)#509futurestudyspace wants to merge 1 commit into
futurestudyspace wants to merge 1 commit into
Conversation
Add an independent MiniMax-H3 V2-compatible SiftQ provider with the lowest H3 rates currently documented in OpenMontage: $0.015/sec at 768P and $0.025/sec at 2K, about 81% below MiniMax official list pricing. Include exact cost reconciliation, provider and skill pricing guidance, environment and README documentation, contract coverage, and the official SiftQ PNG logo for skill UI metadata.
futurestudyspace
force-pushed
the
feat/siftq-video-provider
branch
from
August 17, 2026 03:56
7ce5579 to
de9e056
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.
Summary
Add an independent SiftQ provider for MiniMax-H3 V2-compatible video generation.
SiftQ offers the lowest-priced H3 route currently documented in OpenMontage: $0.015/sec at 768P and $0.025/sec at 2K. A 15-second 2K generation is estimated at $0.375.
The provider has its own identity, API key, base URL, request mapper, polling flow, error handling, documentation, and tests. It does not import, wrap, or rename the existing MiniMax provider.
Related issue
N/A — no issue was opened because this is a focused provider integration and the contribution rules do not require a prior issue.
Changes
siftq_videoprovider usingSIFTQ_API_KEYhttps://siftq.com/api/minimax/as the default compatible V2 endpointfirst_last_frame_to_videothroughvideo_selectorTesting
377 passedpip check: no broken requirementsgit diff --check: passedA live paid API request was not run because no runtime
SIFTQ_API_KEYwas available in the implementation environment.Out of scope
OpenMontage does not currently expose task listing, cancellation, callbacks, or H3 Context IR through its public video tool contract, so this provider does not advertise those capabilities.
Checklist