---
title: "MiniMax M3 (free)"
description: "Long-horizon agentic work over text, image and video. API identifier minimax-m3-free, 1,048,576-token context window"
canonical: "https://inference.boundless.network/models/minimax-m3-free"
---

# MiniMax M3 (free)

Long-horizon agentic work over text, image and video.

| | |
| --- | --- |
| API identifier | `minimax-m3-free` |
| Developer | MiniMax |
| Context window | 1,048,576 tokens |
| Supports | text, reasoning, tool-use, image input, vision, video input |
| Status | Serving |

## Rates

US dollars per 1M tokens, on-demand tier.

| Input | Cached input | Output |
| --- | --- | --- |
| $0 | $0 | $0 |

## Call it

Put `minimax-m3-free` in the `model` field. The same request works against the Anthropic Messages API — see [API Compatibility](https://inference.boundless.network/docs/api-compatibility).

```bash
curl https://api.inference.boundless.network/v1/chat/completions \
  -H "Authorization: Bearer $BOUNDLESS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-m3-free",
    "messages": [{
      "content": "Say hello",
      "role": "user"
    }]
  }'
```

Every model we serve is listed at [Models](https://inference.boundless.network/models); the rate card in full is on [Pricing](https://inference.boundless.network/docs/pricing).
