Copy-paste setup

Use Zylo in aider

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

The three values

Paste these into aider. Swap the model for any Zylo model id.

Settings
Base URL:  https://api.zyloai.net/v1
API Key:   ZYLO_KEY
Model id:  claude-opus-4.8

aider setup

aider routes OpenAI-compatible endpoints through the openai/ prefix. Set two env vars and pass the model:

Shell
export OPENAI_API_BASE="https://api.zyloai.net/v1"
export OPENAI_API_KEY="ZYLO_KEY"

aider --model openai/claude-opus-4.8

Frequently asked questions

How do I point aider at Zylo's base URL?

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>.

Why the openai/ prefix in aider?

aider uses the openai/ prefix to route a model through an OpenAI-compatible endpoint; the part after it is the Zylo model id.

More integrations

Zylo works with any OpenAI-compatible tool.

Point aider at Zylo today

One key, 40+ models, transparent per-token pricing and local payments.

Get free API key