Aider is an AI pair programming tool that works in your terminal. It supports OpenAI-compatible APIs natively.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.
Configuration
Recommended Models
| Model | Alias | Best For |
|---|---|---|
qwen-3.6-plus | best | Recommended — highest quality |
deepseek-v3 | — | Near-frontier, complex reasoning |
qwen-3-32b | — | Fast edits, math |
llama-3.3-70b | balanced | Great all-rounder |
deepseek-v4-pro | — | 1M context, top reasoning. Complex refactors and long-codebase tasks. |
deepseek-v4-flash | — | 1M context, value tier. Everyday completions where speed matters. |
Notes
- Aider uses the
openai/prefix for model names:openai/bestoropenai/qwen-3.6-plus. - Model aliases work with Aider:
--model openai/code. - For large codebases, use
gemini-2.5-flash(1M context) with aliaslong-context. - Kyma’s fallback system ensures requests never fail, even during provider outages.