Skip to content

MiniMax Agent learning map

MiniMax Agent is MiniMax's general-purpose agent workbench. The official launch post (Agent) calls it a general agent that can finish long-horizon tasks: plan an expert solution, break the work down, run sub-tasks, and deliver a result.

China entry: agent.minimaxi.com. International entry: agent.minimax.io.

This directory is not a MiniMax Code tutorial. The desktop coding agent lives at the official Code welcome page. This site tracks Code in issue #72.

Product landscape

The company site, the Agent site, and the docs site reuse several names. They are not one product with four skins. The core path here is MiniMax Agent (the web workbench).

MiniMax family
├── MiniMax Agent — general-purpose workbench (this directory)
│   ├── Web: agent.minimaxi.com / agent.minimax.io
│   ├── Lightning / Pro modes
│   ├── Skill marketplace /skills
│   └── On-site entries: MaxHermes, MaxClaw
├── MiniMax Code — desktop coding agent (#72, not expanded here)
├── MiniMax Design / Hub — multimodal creation canvas
├── Hailuo — video generation
├── MiniMax Audio — speech and music
├── Xingye / Talkie — character / community apps
└── Open Platform / Token Plan — API and billing
Official first-level entryWhat it isOfficial URLThis site
MiniMax AgentLong-horizon general agent workbenchagent.minimaxi.comStandalone pages in this directory
MiniMax CodeDesktop AI agent for a local project / terminal / browserCode welcomeOne row. Main tutorial is #72
MiniMax Design / HubMultimodal creation studio. EN About still says Hub; hub.minimaxi.com now loads Designdesign.minimaxi.com, hub.minimaxi.comOne row
HailuoText / image to videohailuoai.comOne row
MiniMax AudioSpeech and musicminimaxi.com/audioOne row
Xingye (星野)Immersive agent community (China)xingyeai.comOne row
TalkieXingye's overseas counterparttalkie-ai.comOne row
Open Platform / APIModel HTTP APIplatform.minimaxi.comOne row
Token PlanSubscription and quotaProduct nav on the company siteOne row
About / News / IRCompany pagesminimaxi.comOut of scope

Sources: www.minimaxi.com About, www.minimaxi.com/en Product / About, agent.minimaxi.com, docs/llms.txt. Opened 2026-08-19.

Names that collide:

  • MiniMax Agent ≠ MiniMax Code. Agent is the general workbench. Code is the desktop app. Changelog v3.0.33: "Desktop app officially renamed to MiniMax Code."
  • MiniMax Hub ≠ MiniMax Agent. EN About lists Hub next to Code / Audio / Talkie. Opening hub.minimaxi.com currently loads MiniMax Design.
  • Mini-Agent ≠ MiniMax Agent. MiniMax-AI/Mini-Agent is an open-platform sample, not this product.
  • MaxHermes / MaxClaw appear on the Agent home page. They are not company first-level products. See the glossary.

Model internals (MSA, attention, training) belong in Learn LLM. This directory does not explain them.

Quick decision: which surface?

What do I want to do?
├── Finish a long task in the browser (research, PPT, report, site, multimodal deliverable)
│   └── → MiniMax Agent (this directory)
│       ├── Q&A / light search / light code → Lightning
│       └── Long research / full-stack / PPT / report / site → Pro; turn on Agent Team when the work must split
├── Edit a local repo, inspect diffs, run a terminal
│   └── → MiniMax Code (official desktop docs; this site #72)
├── Only generate video
│   └── → Hailuo
├── Only speech / music
│   └── → MiniMax Audio
├── Character roleplay / community
│   └── → Xingye (China) / Talkie (overseas)
├── Storyboard-to-film canvas
│   └── → MiniMax Design (the domain may still say Hub)
└── Call models from my own software
    └── → Open Platform API

When MiniMax Agent is worth a try

Try it when:

  • You want a browser deliverable: research, slides, a report, a site — not a terminal session over a repo.
  • You already use a Claude.ai / Cowork-style workbench and want the China / MiniMax entry.
  • The job needs multimodal output or MCP. The launch post lists programming, multimodality, and MCP as design bars.

Wait when:

  • You need a local project, a terminal, and a git workspace — that is MiniMax Code.
  • You only need one video — use Hailuo.
  • You want a companion character — use Xingye / Talkie.
  • You need a copy-paste command / flag manual — there is no official Commands page for the Agent web workbench. This site only records wording we can open.

Learning path

StageReadGoal
1. Open itMiniMax Agent tutorialSign in and send the first task
2. Pick a modeLightning / Pro in the tutorial, then the CookbookShort Q&A stays off Pro
3. Skills and TeamCookbook + skill marketplaceWhen to install a skill; when to open Team
4. Look up entriesCheatsheetDomains, modes, sources
5. Untangle namesGlossaryAgent / Code / Hub / Design / Mini-Agent

Feature snapshot

Only capabilities with official wording.

CapabilityOne lineOfficial source
Long-horizon tasksPlan, split, deliver a final resultLaunch post
LightningFast Q&A / light search / light codeM2 post
ProDeep research / full-stack / PPT / reports / websitesM2 post
Agent TeamLead agent splits work; Leader / Worker / VerifierAgent Team
Skill marketplaceBrowse, install, create, or import from GitHubskills
ProgrammingComplex flows, simulated user tests, UI qualityLaunch post
MultimodalLong text / video / audio / image; built-in generationLaunch post
MCPBuilt-in MiniMax MCP; also lists GitHub / GitLab / Slack / FigmaLaunch post
Writing / voice / image / docs / translateConsumer feature pagefeatures

The driving model changes. The home page on 2026-08-19 showed MiniMax-M3. Internals: Learn LLM.

Resources

Built for frontend engineers · Powered by VitePress