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.

ChatMiniMax1M tokensGratis

minimax/minimax-m3:free

Contexto
1M tokens
Máx. completion
943,718
Tools
JSON
Lanzamiento
2026-05-31

Llámalo desde Geek Hub

El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-m3:free",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es 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. MiniMax M3 (free) corre en el API de Geek Hub (compatible con OpenAI). Id: minimax/minimax-m3:free.
¿MiniMax M3 (free) es gratis?
Sí. El precio listado es cero: no se cobran tokens de prompt ni de completion. Los endpoints gratis tienen rate limit.
¿Cuál es el contexto de MiniMax M3 (free)?
MiniMax M3 (free) tiene una ventana de 1M tokens. Soporta hasta 943,718 tokens de completion.
¿MiniMax M3 (free) soporta tool calling y structured outputs?
MiniMax M3 (free) acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó MiniMax M3 (free)?
MiniMax M3 (free) se lanzó el 31 de mayo de 2026.

Más modelos de MiniMax