MiniMax: minimax-m3:free
MiniMax-M3 is a multimodal foundation model from MiniMax. It supports text, image, and video inputs with text output, a 1M-token context window, and is suited for long-horizon agentic work, coding, and tool use. It is built on MiniMax Sparse Attention (MSA), which replaces full attention with KV-block selection to cut per-token compute at long context — roughly 1/20 the cost of the previous generation at 1M tokens, with substantially faster prefill and decode while retaining quality across most tasks. Trained as a native multimodal model on interleaved data and tuned for multi-turn, production-like collaboration via an interactive user-simulator framework, the model is oriented toward sustained, multi-step tasks rather than single-turn execution.
价格
快速统计
性能
支持的参数
所有提供方:为该模型提供服务的每个上游都支持。部分提供方:取决于处理请求的上游。默认值:未设置时发送的值。
| 参数 | 提供方 | 默认值 |
|---|---|---|
| frequency_penalty | 部分提供方 | 默认不发送 |
| include_reasoning | 所有提供方 | - |
| logit_bias | 部分提供方 | - |
| logprobs | 部分提供方 | - |
| max_tokens | 所有提供方 | - |
| min_p | 部分提供方 | - |
| presence_penalty | 部分提供方 | 默认不发送 |
| reasoning | 所有提供方 | - |
| repetition_penalty | 部分提供方 | 默认不发送 |
| response_format | 部分提供方 | - |
| seed | 部分提供方 | - |
| stop | 部分提供方 | - |
| structured_outputs | 部分提供方 | - |
| temperature | 所有提供方 | 1 |
| tool_choice | 部分提供方 | - |
| tools | 部分提供方 | - |
| top_k | 部分提供方 | 默认不发送 |
| top_logprobs | 部分提供方 | - |
| top_p | 所有提供方 | 0.95 |
常见问题
minimax-m3:free 每百万 Token 多少钱?
输入价格 $0.00 / 百万 Token,输出价格 $0.00 / 百万 Token。按 Token 计费,不按批次大小取整。
如何通过 API 访问 minimax-m3:free?
向 UnoRouter 的 /v1/chat/completions 端点发送请求,指定 model=minimax-m3:free。任意 OpenAI 兼容客户端库均可使用。鉴权采用标准 Bearer Token。
minimax-m3:free 的上下文窗口是多少?
minimax-m3:free 支持 512K Token 的上下文窗口,由您的提示词和模型响应共同占用。