minimax-h3
v1.0.1
Published
Official JavaScript/TypeScript SDK for MiniMax H3 multimodal AI video generator with native stereo audio and 2K cinematic output.
Maintainers
Readme
MiniMax H3 SDK
Official Node.js / TypeScript SDK for MiniMax H3 — creating up to 15-second 2K cinematic AI videos with native stereo audio from multimodal references.
🎬 Explore Online Studio: Experience the web generator directly at https://miniultra.tech.
✨ Features
- Native 2K Video Output: Crisp, cinema-grade 2K video generation with 15s extended scenes.
- Stereo Audio Engine: Synchronized dual-channel audio rendered in a single diffusion pass.
- Multimodal Control: Upload text, image, and motion references for precise scene composition.
- Full TypeScript Support: Comprehensive type definitions included out of the box.
📦 Installation
npm install minimax-h3
# or
pnpm add minimax-h3
# or
yarn add minimax-h3🚀 Quick Start
1. Generate 2K Video with Stereo Audio
import { MiniMaxH3Client } from 'minimax-h3';
const client = new MiniMaxH3Client({
apiKey: process.env.MINIMAX_H3_API_KEY,
});
async function main() {
const task = await client.generateVideo({
prompt: 'A cinematic neon-lit samurai duel in a rainy Tokyo alleyway, water splashing with footsteps, ambient thunder, 2K resolution',
aspectRatio: '16:9',
resolution: '2k',
duration: 15,
enableStereoAudio: true,
});
console.log('MiniMax H3 task created:', task.taskId);
}
main();🔗 Links & Resources
- Official Web Platform: https://miniultra.tech
- Interactive Generator: https://miniultra.tech/#generator
- Customer Support: [email protected]
📄 License
MIT © MiniMax H3
