128K contextTool callingReasoning

Pricing

USD per 1M tokens · as of 17 August 2026
Input$0.30
Output$1.20
Cached input$0.03

Flat rate — every request bills the same. Full catalog and comparisons on the pricing comparison page.

Where it fits

A flat-rate 1M-context generalist. Predictable bills on long-context workloads where other models meter by request shape.

Not sure? BiOS Adaptive routes to the best model per request, including this one.

Call it now — OpenAI-compatible
curl https://api.runbios.ai/v1/chat/completions \
  -H "Authorization: Bearer $BIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-m3",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'

Existing OpenAI SDK code works by changing the base URL to https://api.runbios.ai/v1 and the key. API overview