---
title: "MiniMax-M2.7-highspeed API — cennik i specyfikacja MiniMax | RunAPI"
url: "https://runapi.ai/pl/models/minimax/m2.7-highspeed.md"
canonical: "https://runapi.ai/pl/models/minimax/m2.7-highspeed.md"
locale: "pl"
model: "MiniMax"
provider: "MiniMax"
variant_id: "MiniMax-M2.7-highspeed"
sdk_model_id: "MiniMax-M2.7-highspeed"
modality: "text"
price_from_cents: 2
billing_unit: "1K tokens"
status: "active"
---

# MiniMax MiniMax-M2.7-highspeed API

Korzystaj z %{variant} z rodziny %{model} przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.

## Pricing

**$0.020** per 1K tokens

Nieudane generacje nie są rozliczane

## Spec sheet

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

## Request example

```json
{
  "model": "MiniMax-M2.7-highspeed",
  "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-M2.7-highspeed"`.

## FAQ

### Czy identyfikator modelu jest stały między wersjami?

RunAPI utrzymuje stały identyfikator modelu i obsługuje zgodne odświeżenia wersji bez zmiany kształtu żądania.

### Jaki jest limit rate limit dla tej warianty?

Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Czy mogę później zmienić wariant?

Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model.

### Czy obsługuje streaming?

Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end.

### Gdzie zgłaszać problemy z jakością?

Otwórz issue w publicznym repo na GitHubie albo napisz do supportu.


## Related

Other MiniMax variants:

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