Skip to content

Commit 1c7453d

Browse files
committed
docs(providers): add Kenari provider page
Kenari is an Indonesian OpenAI-compatible gateway billed in Rupiah; one kn- key reaches Claude, GPT, DeepSeek, GLM, Kimi and more. Adds the provider page and registers it in index.json so it appears in the sidebar and the provider comparison table. Companion to the extension provider PR (Zoo-Code-Org/Zoo-Code#793).
1 parent 19ceceb commit 1c7453d

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

docs/providers/index.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"extension": true,
3737
"cloud": false
3838
},
39+
{
40+
"id": "providers/kenari",
41+
"title": "Kenari",
42+
"extension": true,
43+
"cloud": false
44+
},
3945
{
4046
"id": "providers/lmstudio",
4147
"title": "LM Studio",

docs/providers/kenari.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
description: Configure Kenari in Zoo Code to reach Claude, GPT, DeepSeek, GLM, Kimi and more through one OpenAI-compatible gateway billed in Indonesian Rupiah.
3+
keywords:
4+
- zoo code
5+
- kenari
6+
- ai provider
7+
- openai compatible
8+
- rupiah
9+
- indonesia
10+
- language models
11+
- api configuration
12+
sidebar_label: Kenari
13+
---
14+
15+
# Using Kenari With Zoo Code
16+
17+
Zoo Code supports accessing models through [Kenari](https://kenari.id), 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.
18+
19+
**Website:** [https://kenari.id](https://kenari.id)
20+
21+
---
22+
23+
## Getting an API Key
24+
25+
1. **Sign Up/Sign In:** Go to [kenari.id](https://kenari.id) and create an account or sign in.
26+
2. **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.
27+
28+
---
29+
30+
## Available Models
31+
32+
Zoo Code automatically fetches the available models from Kenari's public `/v1/models` endpoint, so the list stays current with no extension update.
33+
34+
Prices are listed in Rupiah in the [Kenari catalog](https://kenari.id/docs) rather than inside Zoo Code, because Kenari bills in IDR while the extension shows prices in USD.
35+
36+
---
37+
38+
## Configuration in Zoo Code
39+
40+
1. **Open Zoo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Zoo Code panel.
41+
2. **Select Provider:** Choose "Kenari" from the "API Provider" dropdown.
42+
3. **Enter API Key:** Paste your `kn-` key into the "Kenari API Key" field.
43+
4. **Select Model:** Choose your desired model from the "Model" dropdown.
44+
45+
---
46+
47+
## Tips and Notes
48+
49+
- **One key, many models:** A single `kn-` key reaches Claude, GPT, DeepSeek, GLM, Kimi and others through the same endpoint.
50+
- **Rupiah billing:** Usage is metered and billed in Indonesian Rupiah, with no foreign card required.
51+
- **OpenAI and Anthropic compatible:** Kenari serves both the OpenAI `/chat/completions` and Anthropic `/messages` shapes, so existing tooling works unchanged.
52+
53+
---
54+
55+
## Relevant resources
56+
57+
- [Kenari documentation](https://kenari.id/docs)
58+
- [OpenAPI specification](https://kenari.id/openapi.json)

0 commit comments

Comments
 (0)