VARIANTE · MiniMax / MiniMax

MiniMax-M3 API

MiniMax / MiniMax

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.

Operacional · text · Uso comercial permitido
runapi.ai
# 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." }]
});
https://runapi.ai /v1/chat/completions
Trocar variante
VISÃO GERAL

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

PREÇOS

Gerações com falha não são cobradas
Chat completion
Input $0.15 / 1M tokens
Output $0.60 / 1M tokens
Cache read $0.03
FICHA TÉCNICA

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
MODELS

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 FUNCIONA

Como usar MiniMax-M3

01

Escolha o modelo

Selecione o modelo e a variante que combinam com o fluxo do seu app.

02

Envie o ID do modelo

Use este ID de variante no corpo da requisição.

03

Execute a tarefa

Envie a requisição e armazene o task ID retornado.

04

Colete a saída

Consulte ou receba o callback quando a tarefa terminar.

DIFERENÇAS

Comparativo de MiniMax-M3

VS MINIMAX-M2

1M context; 80.5% SWE-bench Verified; frontier open-weight coding + long context

230B / 10B active; 200K context; baseline M-series coding model

VS MINIMAX-M2.1

1M context; 80.5% SWE-bench Verified; frontier open-weight coding + long context

200K context; polyglot programming; 74% SWE-bench Verified

VS MINIMAX-M2.5

1M context; 80.5% SWE-bench Verified; frontier open-weight coding + long context

200K context; stronger agentic tool calling and search

CASOS DE USO

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.

FAQ

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.

COMEÇAR

Comece com MiniMax hoje.