aider accepts an OpenAI-compatible endpoint, so it works with Zylo by setting one base URL, your key, and a model id — then you can call Claude, GPT, Gemini and DeepSeek from one key.
Last updated June 5, 2026
Paste these into aider. Swap the model for any Zylo model id.
Base URL: https://api.zyloai.net/v1 API Key: ZYLO_KEY Model id: claude-opus-4.8
aider routes OpenAI-compatible endpoints through the openai/ prefix. Set two env vars and pass the model:
export OPENAI_API_BASE="https://api.zyloai.net/v1" export OPENAI_API_KEY="ZYLO_KEY" aider --model openai/claude-opus-4.8
Set OPENAI_API_BASE to https://api.zyloai.net/v1 and OPENAI_API_KEY to your Zylo key, then run aider with --model openai/<zylo-model-id>.
aider uses the openai/ prefix to route a model through an OpenAI-compatible endpoint; the part after it is the Zylo model id.
Zylo works with any OpenAI-compatible tool.
One key, 40+ models, transparent per-token pricing and local payments.
Get free API key