Kilo Code
Kilo Code's custom provider setting lets you supply any OpenAI-compatible base URL. Point it at Tempr Gateway and one provider entry gives you every model on your allowlist — Claude, GPT, Gemini, whatever you've configured — instead of switching providers per model.
-
Create a virtual key
In the Portal, create a Gateway virtual key. Keys are prefixed
tvk_and shown once at creation. -
Add a provider key
Gateway is BYOK: add a key for at least one provider from the supported list.
-
Add a custom provider
Open Kilo Code's settings (gear icon) → Providers tab → Custom provider. Set Base URL to
https://api.temprhq.io/v1and paste your virtual key as the API key (noBearerprefix — Kilo Code adds that automatically). -
Pick a model
Kilo Code fetches the available model list automatically from
GET /v1/models; choose one from your allowlist.
What's next
- Authentication & virtual keys — scoping keys with model allowlists, budgets, and rate limits.
- Models, limits & logs — how
GET /v1/modelspopulates the list Kilo Code fetches.