MiniMax / minimax/minimax-m2.7-free

MiniMax M2.7 (Free) - access through LLMTR

This is the free tier of MiniMax M2.7. It is used for coding, document production, debugging, multi-step workflows and long-context assistant scenarios. On this row the context window is 196,608 tokens and a single response can be at most 196,608 tokens; the metered MiniMax M2.7 row serves the same model with a 204,800-token context because it runs on a different host. The row is subject to a shared daily usage quota; once exhausted, requests are refused with a 429 and nothing reaches your bill. Requests are processed by a third-party host outside Turkey. Choose the metered MiniMax M2.7 row if you need the wider context or unmetered access.

Technical specifications

Canonical IDminimax/minimax-m2.7-free
ProviderMiniMax
Context window196,608 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENSNot available
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENSNot available

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"minimax/minimax-m2.7-free","messages":[{"role":"user","content":"Hello"}]}'

Related models