All models · Pricing · API docs
minimax-m2.5 API
MiniMax M2.5 — agentic coding (SWE-bench ~80%) · premium wallet model · pay per token from balance · ⚠ third-party provider: requests are processed by an external upstream
- Type: LLM · chat · agentic coding · pay-as-you-go
- Context: 205k
- Access: Wallet · pay per token
- Endpoint: /v1/chat/completions, /v1/responses
Requests to this model are processed outside Russia.
How to connect: change one line — base_url. Get an sk- key in the dashboard.
curl https://api.neuraldeep.ru/v1/chat/completions \
-H "Authorization: Bearer $NEURALDEEP_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"minimax-m2.5","messages":[{"role":"user","content":"Hello"}]}'