Documentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Available models
| Model ID | Parameters | Context | Speed | Best For |
|---|---|---|---|---|
minimax-m2.5 | — | 196K | Medium | Agentic coding, SWE-bench |
minimax-m2.7 | — | 205K | Medium | Agentic coding, productivity, debugging |
Why MiniMax?
MiniMax models are strong for real-world engineering and productivity workflows. They excel at:- Multi-file code editing — understands project context across files
- Bug fixing — diagnoses and fixes real GitHub issues
- Agentic workflows — works well with tool use and multi-step coding tasks
- Long context — 196K tokens covers large codebases
Recommendation
- Use
minimax-m2.5when you want a proven SWE-bench-focused agentic coding model. - Use
minimax-m2.7when you want the newer MiniMax generation for agentic coding, debugging, and productivity workflows.