Use Kilo Code with WebikAI
Kilo Code takes an OpenAI-compatible custom provider across VS Code, JetBrains, and its CLI.
Point it at the WebikAI gateway and its model picker auto-fills from our /v1/models endpoint.
Setup
- Create an account, confirm your email, complete the four-question
onboarding, and copy your
wk_live_…key (shown once). - Add a supported provider credential for BYOK, fund the managed wallet, or do both for hybrid.
- Add a custom provider in Kilo Code's settings:
kilo code settings
Kilo Code Settings → Providers → Custom provider
Provider API: OpenAI Compatible
Base URL: https://gateway.webik.ai/v1
API Key: wk_live_...
Model: auto/codeOnce the base URL and key are in, Kilo queries /v1/models and shows a searchable picker
of WebikAI lanes and models — pick one or type an exact id.
Models to start with
| Alias | Routes to |
|---|---|
| auto/code | WebikAI lane ranked by coding evidence under your rules |
| auto/cheap | Aggressively minimize cost |
| auto/frontier | Frontier lane; frontier models currently require your own provider key |
| openai/gpt-5.6 | GPT-5.6 Sol alias; currently BYOK-only |
| z-ai/glm-5.2 | Pin an exact model (OpenRouter-style slug) |
Route receipts and spend controls
Every successful routed response carries the five x-webik-* receipt headers, and per-key or client spend caps can stop a request before it is forwarded. Label the key
by client to separate usage in reports.
Full reference: docs · live scores: benchmarks · start free