feat: add StepFun, Xiaomi, and Qwen generation drivers#174
Open
bezko wants to merge 4 commits into
Open
Conversation
New drivers: - stepfun_tts: StepAudio 2.5 TTS (Chinese/English, included in plan) - stepfun_image: Step Image Edit 2 (instruction-based image editing) - xiaomi_tts: MiMo V2.5 TTS with voice cloning and voice design - qwen_image: Wanx image synthesis via DashScope (turbo + plus) All providers reviewed: - StepFun: TTS + image editing (stepaudio-2.5-tts, step-image-edit-2) - Xiaomi: TTS with voice clone/design (mimo-v2.5-tts variants) - Qwen/DashScope: image generation (wanx2.1-t2i) - Kimi/Moonshot: text-only, no generation APIs - Featherless: text-only LLM gateway - Sora: no longer available Sora driver removed (API discontinued).
New drivers: - stepfun_tts: StepAudio 2.5 TTS (Chinese/English, included in plan) - stepfun_image: Step Image Edit 2 (instruction-based image editing) - xiaomi_tts: MiMo V2.5 TTS with voice cloning and voice design - qwen_image: Wanx image synthesis via DashScope (turbo + plus) All providers reviewed: - StepFun: TTS + image editing (stepaudio-2.5-tts, step-image-edit-2) - Xiaomi: TTS with voice clone/design (mimo-v2.5-tts variants) - Qwen/DashScope: image generation (wanx2.1-t2i) - Kimi/Moonshot: text-only, no generation APIs - Featherless: text-only LLM gateway - OpenAI Sora: discontinued (no driver added) Co-authored-by: Mathieu <mathieu@kwot.in>
Co-authored-by: calesthio <celesthioailabs@gmail.com>
* docs: add provider viability review guidance * fix: use --props=<path> equals form for Remotion render On Windows, passing --props and the JSON path as two separate CLI arguments causes Remotion to mis-parse the value due to platform quote escaping, failing with "neither valid JSON nor a file path to a valid JSON file". Switch to the --props=<path> equals form, which Remotion recommends for file paths and which works consistently across platforms. Fixes calesthio#172 * chore: add issue templates and a pull-request template The repo had no .github issue or PR templates, so bug reports arrived with inconsistent detail and questions landed on the tracker instead of Discussions. Add GitHub community templates: - ISSUE_TEMPLATE/bug_report.yml: structured form (OS, pipeline, runtime, repro, expected vs actual, logs) - ISSUE_TEMPLATE/feature_request.yml: problem / solution / alternatives - ISSUE_TEMPLATE/config.yml: disables blank issues and routes questions, ideas, and show-and-tell to the existing Discussions categories - PULL_REQUEST_TEMPLATE.md: summary, linked issue, testing, checklist Additive only; no source changes. Closes calesthio#189 * fix: resolve skill loading warnings and correct video-toolkit naming * ci: add GitHub Actions validation pipeline --------- Co-authored-by: calesthio <celesthioailabs@gmail.com> Co-authored-by: 0xDevNinja <manmit0x@gmail.com> Co-authored-by: Harsh Dadiya Wappnet <harsh.dadiya@wappnet.com>
bprasun366
reviewed
Jun 27, 2026
bprasun366
left a comment
There was a problem hiding this comment.
Rrjfo jodhpur hunch hub hdgj unwritten hgssjk reduce hhsyjc. Uhgnk
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
Adds 4 new generation drivers to OpenMontage, covering 3 providers with TTS, image editing, and image generation capabilities.
New Drivers
stepfun_ttsSTEPFUN_API_KEYstepfun_imageSTEPFUN_API_KEYxiaomi_ttsXIAOMI_API_KEYqwen_imageDASHSCOPE_API_KEYProvider Review
All providers evaluated for TTS, image, and video generation:
discontinuedKey Features
StepFun TTS: Chinese/English, multilingual, $0 cost within plan
StepFun Image: Instruction-based editing (text+image input)
Xiaomi TTS: Voice cloning from reference audio, voice design from text description
Qwen Image: 10 style presets, multilingual, cost-effective
Files Changed
tools/audio/stepfun_tts.py— newtools/audio/xiaomi_tts.py— newtools/graphics/stepfun_image.py— newtools/graphics/qwen_image.py— newdocs/PROVIDERS.md— updated with all providers.env.example— added STEPFUN_API_KEY, XIAOMI_API_KEY, DASHSCOPE_API_KEY