MiniMax: MiniMax-01
/v1/chat/completionsMiniMax-01 is a combines MiniMax-Text-01 for text generation and MiniMax-VL-01 for image understanding. It has 456 billion parameters, with 45.9 billion parameters activated per inference, and can handle a context of up to 4 million tokens.
Request body
Parameters supported by this model. Values, defaults, and limits are read from the model registry.
Model identifier. Set to minimax/minimax-01.
Default: minimax/minimax-01
Conversation messages in system, user, or assistant order.
Maximum number of tokens the model may generate in the response.
Range: −∞ to 1000192
Sampling temperature. Lower values are more deterministic; higher values are more creative.
Range: 0 to 2
Default: 1
Nucleus sampling threshold. Use this or temperature, but usually not both.
Range: 0 to 1
When true, returns incremental Server-Sent Events instead of one completed response.
Default: false
Response Schema
Fields returned by this model API response.
Generated completion choices.
Unique chat completion identifier.
Model that generated the response.
Token usage when available.
Model capabilities
Capabilities declared by the model registry.
Default: chat, vision
Maximum context window accepted by this model.
Default: 1000192 tokens
Execution mode declared by the model registry.
Default: sync

