Using Kenari With Zoo Code
Zoo Code supports accessing models through Kenari, an Indonesian OpenAI-compatible AI gateway billed in Rupiah (IDR). One kn- API key reaches Claude, GPT, DeepSeek, GLM, Kimi and more over a single endpoint.
Website: https://kenari.id
Getting an API Key
- Sign Up/Sign In: Go to kenari.id and create an account or sign in.
- Create a Key: Open API keys in the dashboard and click Create key. The key is prefixed
kn-and is shown only once, so copy it right away. One key works for every model.
Available Models
Zoo Code automatically fetches the available models from Kenari's public /v1/models endpoint, so the list stays current with no extension update.
Prices are listed in Rupiah in the Kenari catalog rather than inside Zoo Code, because Kenari bills in IDR while the extension shows prices in USD.
Configuration in Zoo Code
- Open Zoo Code Settings: Click the gear icon () in the Zoo Code panel.
- Select Provider: Choose "Kenari" from the "API Provider" dropdown.
- Enter API Key: Paste your
kn-key into the "Kenari API Key" field. - Select Model: Choose your desired model from the "Model" dropdown.
Tips and Notes
- One key, many models: A single
kn-key reaches Claude, GPT, DeepSeek, GLM, Kimi and others through the same endpoint. - Rupiah billing: Usage is metered and billed in Indonesian Rupiah, with no foreign card required.
- OpenAI and Anthropic compatible: Kenari serves both the OpenAI
/chat/completionsand Anthropic/messagesshapes, so existing tooling works unchanged.