aider talks to any OpenAI-compatible endpoint through two environment variables — no config file needed.
wk_live_… key (shown once).export OPENAI_API_BASE=https://gateway.webik.ai/v1
export OPENAI_API_KEY=wk_live_...
aider --model openai/auto/codeThe openai/ prefix tells aider to use its OpenAI-compatible client — the request goes
to WebikAI, not to OpenAI. Everything after the prefix is the WebikAI alias or model slug.
| auto/code | Coding route ranked under your policy |
| auto/cheap | Aggressively minimize cost |
| auto/frontier | Premium frontier route under your policy |
| z-ai/glm-5.2 | Pin an exact model (OpenRouter-style slug) |
Every response carries five x-webik-* headers naming the request id, the model and provider
that actually served it, the credential used (byok/managed), and whether a fallback fired. Requests
stop at your per-key and per-client budget caps — before forwarding, never after.
Full reference: docs · live scores: benchmarks · start free