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.
Best Model for This
| Model | Why | Cost per agent step |
|---|---|---|
qwen-3-coder | Purpose-built for code, best accuracy | ~$0.03 |
kimi-k2.6 | Best tool calling, 262K context | ~$0.05 |
minimax-m2.5 | SWE-bench 80.2%, top agentic coding | ~$0.04 |
Quick Start
Tips & Best Practices
- Set
temperature=0— deterministic code generation reduces syntax errors and off-script behavior. - Include file context in system prompt — paste relevant file contents so the model knows your codebase structure.
- All active models support tool calling — check
supports_toolsin/v1/modelsif adding new models. - Limit execution environment — sandbox
run_pythonwith a timeout and restricted imports for production agents.
Cost Estimate
| Agent task | Steps | Model | Cost |
|---|---|---|---|
| Write + test a function | 2-3 steps | qwen-3-coder | ~$0.06–0.09 |
| Debug + fix a bug | 3-5 steps | kimi-k2.6 | ~$0.15–0.25 |
| Implement a feature | 5-10 steps | minimax-m2.5 | ~$0.20–0.40 |
Next Steps
- Tool Calling — complete function calling reference
- Agent Setup — connect Cline, Roo Code, and other agents
- Model Aliases — use
codeoragentas shorthand model IDs