ryanlee-dev commited on
Commit
a62e328
·
verified ·
1 Parent(s): 74d2d10

Update README.md

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