From ba76c4da3bb5df754fd4cc8dd2b25695348727b0 Mon Sep 17 00:00:00 2001 From: Reginaldo Date: Mon, 23 Feb 2026 23:15:49 -0300 Subject: [PATCH] docs: add Kimi Coding to supported vendors and examples --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 84d92115b..eeb94bd52 100644 --- a/README.md +++ b/README.md @@ -812,6 +812,7 @@ This design also enables **multi-agent support** with flexible provider selectio | **Google Gemini** | `gemini/` | `https://generativelanguage.googleapis.com/v1beta` | OpenAI | [Get Key](https://aistudio.google.com/api-keys) | | **Groq** | `groq/` | `https://api.groq.com/openai/v1` | OpenAI | [Get Key](https://console.groq.com) | | **Moonshot** | `moonshot/` | `https://api.moonshot.cn/v1` | OpenAI | [Get Key](https://platform.moonshot.cn) | +| **Kimi Coding** | `moonshot/` | `https://api.kimi.com/coding/v1` | OpenAI | [Get Key](https://www.kimi.com/code) | | **通义千问 (Qwen)** | `qwen/` | `https://dashscope.aliyuncs.com/compatible-mode/v1` | OpenAI | [Get Key](https://dashscope.console.aliyun.com) | | **NVIDIA** | `nvidia/` | `https://integrate.api.nvidia.com/v1` | OpenAI | [Get Key](https://build.nvidia.com) | | **Ollama** | `ollama/` | `http://localhost:11434/v1` | OpenAI | Local (no key needed) | @@ -884,6 +885,17 @@ This design also enables **multi-agent support** with flexible provider selectio } ``` +**Kimi Coding** + +```json +{ + "model_name": "kimi-k2.5", + "model": "moonshot/kimi-k2.5", + "api_base": "https://api.kimi.com/coding/v1", + "api_key": "sk-kimi-..." +} +``` + **Anthropic (with API key)** ```json