pub static MINIMAX: LlmPresetExpand description
MiniMax’s Token Plan, over its Anthropic-compatible endpoint.
MiniMax publishes both /v1 (OpenAI-compatible) and /anthropic/v1. The
Anthropic one is the preset because it is the only one that separates the
reasoning channel: over /v1 the M-series returns its whole trace inline in
message.content wrapped in <think> tags, which drep has to strip back
out. Both work; one of them needs no repair.