Skip to content

Commit 9bc5317

Browse files
authored
Merge pull request #7 from doedja/docs/kenari-provider
docs(providers): add Kenari provider page
2 parents f6b6cd5 + 1c7453d commit 9bc5317

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
@@ -42,6 +42,12 @@
4242
"extension": true,
4343
"cloud": false
4444
},
45+
{
46+
"id": "providers/kenari",
47+
"title": "Kenari",
48+
"extension": true,
49+
"cloud": false
50+
},
4551
{
4652
"id": "providers/lmstudio",
4753
"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)