---
title: "MiniMax-M3 API — MiniMax : tarifs et spécifications | RunAPI"
url: "https://runapi.ai/fr/models/minimax/m3.md"
canonical: "https://runapi.ai/fr/models/minimax/m3.md"
locale: "fr"
model: "MiniMax"
provider: "MiniMax"
variant_id: "MiniMax-M3"
sdk_model_id: "MiniMax-M3"
modality: "text"
price_from_cents: 1
billing_unit: "1K tokens"
status: "active"
---

# MiniMax MiniMax-M3 API

Utilisez %{variant} de la famille %{model} via RunAPI. Tarification à l&#39;appel, sans abonnement, et les générations échouées ne sont jamais facturées.

## Pricing

**$0.010** per 1K tokens

Les générations échouées ne sont pas facturées

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `MiniMax-M3` |
| Provider | MiniMax |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
| Status | active |

## Request example

```json
{
  "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."
    }
  ]
}
```

## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "MiniMax-M3"`.

## FAQ

### Comment sélectionner %{variant} ?

Passez l&#39;ID de modèle affiché dans le quickstart.

### Les tarifs sont-ils à l&#39;usage ?

Oui. Les tarifs sont mesurés par appel ou par unité.


## Related

Other MiniMax variants:

- [MiniMax-M2](https://runapi.ai/fr/models/minimax/m2.md) — `m2` · $0.010
- [MiniMax-M2.1](https://runapi.ai/fr/models/minimax/m2.1.md) — `m2.1` · $0.010
- [MiniMax-M2.5](https://runapi.ai/fr/models/minimax/m2.5.md) — `m2.5` · $0.010
- [MiniMax-M2.5-highspeed](https://runapi.ai/fr/models/minimax/m2.5-highspeed.md) — `m2.5-highspeed` · $0.020
- [MiniMax-M2.7](https://runapi.ai/fr/models/minimax/m2.7.md) — `m2.7` · $0.010
- [MiniMax-M2.7-highspeed](https://runapi.ai/fr/models/minimax/m2.7-highspeed.md) — `m2.7-highspeed` · $0.020
