ryanlee-dev commited on
Commit
b868271
·
verified ·
1 Parent(s): 81b23f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -58,9 +58,10 @@ M3 is powered by [**MiniMax Sparse Attention (MSA)**](https://github.com/MiniMax
58
  - [MiniMax Agent](https://agent.minimax.io/)
59
  - [MiniMax API](https://platform.minimax.io/)
60
 
61
- M3 supports two reasoning modes:
62
- - **thinking** — for complex reasoning, agentic tasks, and long-horizon collaboration.
63
- - **non-thinking** — for latency-sensitive scenarios such as chat and code completion.
 
64
 
65
  ## Local Deployment
66
 
 
58
  - [MiniMax Agent](https://agent.minimax.io/)
59
  - [MiniMax API](https://platform.minimax.io/)
60
 
61
+ M3 supports three reasoning modes through the `thinking` parameter:
62
+ - **`enabled`** — Reasoning is always enabled.
63
+ - **`adaptive`** — M3 automatically determines when additional reasoning is beneficial.
64
+ - **`disabled`** — Reasoning is disabled to minimize latency and maximize throughput.
65
 
66
  ## Local Deployment
67