MiniMax
Modern .NET SDK for MiniMax generated from the provider's OpenAPI definition with AutoSDK.
Generated from the source spec
Built from MiniMax's OpenAPI definition so the SDK stays close to the upstream API surface.
Auto-updated
Designed for fast regeneration and low-friction updates when the upstream API changes without breaking compatibility.
Modern .NET
Targets current .NET practices including nullability, trimming, NativeAOT awareness, and source-generated serialization.
Docs from examples
Examples stay in sync between the README, MkDocs site, and integration tests through the AutoSDK docs pipeline.
Usage
1 2 3 | |
Create a video generation task
Submits a Hailuo video generation task and returns the task_id.
1 2 3 4 5 6 7 8 9 | |
Synthesize speech (T2A v2)
Uses T2A v2 to synthesize speech from text and returns a downloadable URL.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
Generate music
Generates an instrumental track with music-2.6 and returns a downloadable URL.
1 2 3 4 5 6 7 8 9 10 | |
MEAI AIFunction tools
Exposes MiniMax video, music, TTS, and voice-clone endpoints as MEAI AIFunctions so they can be attached to any IChatClient.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
Support
Bugs
Open an issue in tryAGI/MiniMax.
Ideas and questions
Use GitHub Discussions for design questions and usage help.
Community
Join the tryAGI Discord for broader discussion across SDKs.
Acknowledgments

This project is supported by JetBrains through the Open Source Support Program.