MiniMax-M3 API
Use MiniMax-M3 da família MiniMax via RunAPI. Preços por chamada, sem assinatura, e gerações com falha não são cobradas.
# Base URL
https://runapi.ai
# Endpoints
POST /v1/chat/completions
curl https://runapi.ai/v1/chat/completions \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "MiniMax-M3",
"messages": [
{
"role": "user",
"content": "Given this API spec, generate a typed client, write integration tests against a mock server, and iterate until they pass."
}
]
}'
from openai import OpenAI
client = OpenAI(
base_url="https://runapi.ai/v1",
api_key="your-runapi-key"
)
response = client.chat.completions.create(
model="MiniMax-M3",
messages=[{"role": "user", "content": "Given this API spec, generate a typed client, write integration tests against a mock server, and iterate until they pass."}]
)
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://runapi.ai/v1",
apiKey: "your-runapi-key"
});
const response = await client.chat.completions.create({
model: "MiniMax-M3",
messages: [{ role: "user", content: "Given this API spec, generate a typed client, write integration tests against a mock server, and iterate until they pass." }]
});
MiniMax MiniMax-M3 está disponível com a mesma autenticação RunAPI, fluxo de model skill e preços por uso.
- API key unificada
- Setup do model skill
- Referência de ID de modelo
- Gerações com falha não são cobradas
PREÇOS
FICHA TÉCNICA
| ID do modelo | MiniMax-M3 |
| Provedor | MiniMax |
| Modalidade | text |
| Tipo de tarefa | synchronous |
| Cobrança | 1K tokens |
| Endpoint | /v1/chat/completions |
| Comercial | Sim |
| Status | Operacional |
Model skill — MiniMax-M3
Instale o skill uma vez, depois use o ID do variant desta página durante o desenvolvimento.
| Endpoint | Protocol |
|---|---|
| /v1/chat/completions | OpenAI compatible |
Como usar MiniMax-M3
Escolha o modelo
Selecione o modelo e a variante que combinam com o fluxo do seu app.
Envie o ID do modelo
Use este ID de variante no corpo da requisição.
Execute a tarefa
Envie a requisição e armazene o task ID retornado.
Colete a saída
Consulte ou receba o callback quando a tarefa terminar.
Comparativo de MiniMax-M3
1M context; 80.5% SWE-bench Verified; frontier open-weight coding + long context
230B / 10B active; 200K context; baseline M-series coding model
1M context; 80.5% SWE-bench Verified; frontier open-weight coding + long context
200K context; polyglot programming; 74% SWE-bench Verified
1M context; 80.5% SWE-bench Verified; frontier open-weight coding + long context
200K context; stronger agentic tool calling and search
Onde usar esta variante
Chat
Use LLMs para chat e raciocínio.
Código
Gere e revise trabalho de implementação.
Automação
Conecte modelos a tarefas backend.
Perguntas frequentes sobre MiniMax-M3
Como seleciono MiniMax-M3?
Envie o ID de modelo mostrado no quickstart.
O preço é por uso?
Sim. O preço é medido por chamada ou unidade.