Open-Generative-AI/src/lib
octo-patch bf32a393cc feat: add MiniMax image-01 T2I model and document MiniMax provider support
- Add minimax-image-01 to t2iModels in src/lib/models.js and
  packages/studio/src/models.js (8 aspect ratios, up to 4 images per
  request, 1500-char prompt)
- Add minimax-image-01 entry to models_dump.json (t2i section)
- Update README: list MiniMax Image 01 in newly-added image models
  and call out existing MiniMax Hailuo 02/2.3 video model support
- Add scripts/test_minimax_provider.js: validates model registration
  and optionally runs a live API smoke test (MUAPI_KEY env var)

MiniMax Hailuo 02/2.3 T2V and I2V models were already present;
this commit brings MiniMax image generation to feature parity.
2026-04-22 23:41:38 +08:00
..
localInferenceClient.js feat: add local model inference via sd.cpp (Electron-only) 2026-04-22 17:47:17 +05:30
localModels.js feat: add local model inference via sd.cpp (Electron-only) 2026-04-22 17:47:17 +05:30
models.js feat: add MiniMax image-01 T2I model and document MiniMax provider support 2026-04-22 23:41:38 +08:00
muapi.js fix: send required name and prompt fields for AI Video Effects 2026-04-14 22:59:06 +05:30
pendingJobs.js Improve generation reliability and error handling 2026-03-10 10:17:44 +05:30
promptUtils.js feat: Integrate prompt tools into ImageStudio and CinemaStudio 2026-03-25 23:22:59 +05:30
uploadHistory.js Add image upload history, i2i/i2v model support with dynamic mode switching 2026-02-23 21:04:33 +05:30