Files
chatgpt-on-wechat/docs
octo-patch 7fa743f01a feat(minimax): add MiniMax-M3, set as default, drop M2.5/M2.1/M2
- Add MINIMAX_M3 = "MiniMax-M3" constant and put it first in MODEL_LIST
- Default MinimaxBot model: MiniMax-M2.7 -> MiniMax-M3
- Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as legacy options
- Drop MINIMAX_M2_5 / MINIMAX_M2_1 / MINIMAX_M2_1_LIGHTNING / MINIMAX_M2
- Update web console recommended/provider model lists
- Update README capability table and docs/models index (en/zh/ja)
- Update docs/models/minimax.mdx and coding-plan.mdx MiniMax section
- Update run.sh / run.ps1 installer default and menu hint
- Update zh CLI status sample output
- Update unit tests to assert new M3 default and constant

TTS (speech-2.*) and API base URL remain unchanged.
2026-06-01 21:30:38 +08:00
..
2026-06-01 16:02:55 +08:00
2026-02-27 16:03:47 +08:00
2026-06-01 16:02:55 +08:00
2026-06-01 16:02:55 +08:00
2026-05-28 10:49:52 +08:00

Documentation

This directory contains the Mintlify documentation site for the project.

Prerequisites

  • Node.js v20.17.0 or higher (LTS recommended)

Install the CLI (one-time, global)

npm i -g mint

Run the docs locally

From this docs/ directory:

mint dev

Then open http://localhost:3000 (or the port Mint reports if 3000 is in use).

The first run downloads the Mint preview framework (~90 MB) into ~/.mintlify/. Subsequent runs start instantly from the local cache.

More