Skip to content

Commit c09a7d2

Browse files
committed
docs(moonshot): fix review feedback — entrypoint label, button disabled state, add kimi-k2-0711-preview
1 parent c944b2f commit c09a7d2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/providers/moonshot.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Zoo Code supports accessing models through the Moonshot AI API, featuring the Ki
3131

3232
## Base URL Selection
3333

34-
Moonshot provides two API endpoints depending on your region. Select the appropriate one in the **Moonshot Base URL** dropdown in Zoo Code settings:
34+
Moonshot provides two API endpoints depending on your region. Select the appropriate one in the **Moonshot Entrypoint** dropdown in Zoo Code settings:
3535

3636
| Endpoint | Base URL | Use Case |
3737
| ----------------- | ---------------------------- | ----------------------- |
@@ -48,6 +48,7 @@ Zoo Code supports the following Moonshot models. The model list is fetched dynam
4848

4949
| Model | Context | Max Output | Multimodal | Key Features |
5050
| -------------------------- | ------- | ---------- | -------------------- | ----------------------------------------------------- |
51+
| `kimi-k2-0711-preview` | 128K | 32K | Text only | MoE model, 1T total parameters, prompt caching |
5152
| `kimi-k2-0905-preview` | 256K | 16K | Text only | Default model. Agentic coding, prompt caching |
5253
| `kimi-k2-thinking` | 256K | 16K | Text only | Reasoning model with deep thinking support |
5354
| `kimi-k2-turbo-preview` | 256K | 32K | Text only | High-speed variant (up to 100 tokens/s) |
@@ -64,7 +65,7 @@ The models available in Zoo Code are fetched live from the Moonshot API:
6465
2. Click the **Refresh Models** button to fetch the current model list.
6566
3. The model dropdown will populate with all available models from your selected endpoint.
6667

67-
**Note:** An API key is required to fetch the model list. The Refresh Models button will show an error if no key is configured.
68+
**Note:** An API key is required to fetch the model list. The Refresh Models button is disabled until an API key is entered.
6869

6970
For the complete, up-to-date model list and pricing, see [Moonshot's API documentation](https://platform.moonshot.ai/docs).
7071

@@ -74,7 +75,7 @@ For the complete, up-to-date model list and pricing, see [Moonshot's API documen
7475

7576
1. **Open Zoo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Zoo Code panel.
7677
2. **Select Provider:** Choose "Moonshot" from the "API Provider" dropdown.
77-
3. **Select Base URL:** Choose the appropriate endpoint (`api.moonshot.ai` or `api.moonshot.cn`) from the "Moonshot Base URL" dropdown.
78+
3. **Select Base URL:** Choose the appropriate endpoint (`api.moonshot.ai` or `api.moonshot.cn`) from the "Moonshot Entrypoint" dropdown.
7879
4. **Enter API Key:** Paste your Moonshot API key into the "Moonshot API Key" field.
7980
5. **Refresh Models:** Click the **Refresh Models** button to fetch the available models.
8081
6. **Select Model:** Choose your desired model from the "Model" dropdown.

0 commit comments

Comments
 (0)