MiniMax API (Hailuo / abab) logo

MiniMax API (Hailuo / abab)

MiniMax API (Hailuo / abab)

MiniMax is a Chinese AI startup providing multimodal model APIs: abab LLM, Hailuo video generation, speech synthesis, and music generation.

Use it when

Broad multimodal coverage (LLM + video + speech + music)

Watch for

English documentation uneven

First check

Sign up at platform.minimaxi.com → create API key → endpoints are model-specific: LLM /v1/text/chatcompletion_v2, video /v1/video_generation, TTS /v1/t2a_v2.

Auth
api_key
CORS
?
HTTPS
Yes
Signup
?
Protocol
REST
Pricing
paid

Uptime · 30-day window

Health history will appear here after the next daily check.
01

About this API

MiniMax was founded in 2021 by former SenseTime VP Yan Junjie. It is among China's top AI model startups, with backers including Alibaba, Tencent, and Sequoia. Product lines: abab LLM series (including the trillion-parameter MoE abab6.5), Hailuo video generation, Speech-01 multilingual TTS (with voice cloning), and Music-01 music generation. Its consumer apps Hailuo AI (domestic) and Talkie (overseas) have large user bases that feed model iteration. The platform.minimaxi.com developer platform exposes the full capability set — OpenAI-compatible endpoints coexist with proprietary Hailuo / TTS routes. Among Chinese model labs, MiniMax is a notable model-plus-app dual-track company.

02

What you can build

  • 1Chinese LLM apps (abab long-context + role-play)
  • 2Hailuo video generation (short-form / marketing)
  • 3Multilingual voice-clone TTS dubbing
  • 4Interactive storytelling / companion apps (MiniMax origin product)
03

Strengths & limitations

Strengths

  • Broad multimodal coverage (LLM + video + speech + music)
  • Hailuo video performance approaches Kling on public benchmarks
  • abab series has strong long-context support

Limitations

  • English documentation uneven
  • Some capabilities (music / advanced video) require enterprise vetting
  • Higher latency from overseas regions
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://www.minimaxi.com/<endpoint> \
  -H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.
05

Getting started

Sign up at platform.minimaxi.com → create API key → endpoints are model-specific: LLM /v1/text/chatcompletion_v2, video /v1/video_generation, TTS /v1/t2a_v2.

06

FAQ

Hailuo vs. Kling — which to pick?+

Visual quality is comparable; Kling has a slight edge in motion consistency, Hailuo feels more natural for character performance. Trialing both is common.

What architecture does abab6.5 use?+

Trillion-parameter-class MoE with long-context support, emphasizing inference efficiency. Exact active-params / routing details are not fully disclosed.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
api_key
Pricing
paid
Rate limit
按模型分别限速;RPM/TPM 随企业资质提升
Free tier quota
New accounts receive credit grants on signup that vary across LLM, video, and speech endpoints.
Protocols
REST
SDKs
python, javascript
08

Tags