diff --git a/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-claude-code.png b/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-claude-code.png new file mode 100644 index 00000000..908ba078 Binary files /dev/null and b/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-claude-code.png differ diff --git a/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-cli.png b/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-cli.png new file mode 100644 index 00000000..6fe11550 Binary files /dev/null and b/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-cli.png differ diff --git a/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-codex.png b/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-codex.png new file mode 100644 index 00000000..8138a2f0 Binary files /dev/null and b/public/docs-static/img/agent-network/integrations/agent-network-configure-agent-kimi-codex.png differ diff --git a/public/docs-static/img/agent-network/integrations/agent-network-connect-kimi.png b/public/docs-static/img/agent-network/integrations/agent-network-connect-kimi.png new file mode 100644 index 00000000..e558780f Binary files /dev/null and b/public/docs-static/img/agent-network/integrations/agent-network-connect-kimi.png differ diff --git a/public/docs-static/img/agent-network/integrations/agent-network-kimi-models.png b/public/docs-static/img/agent-network/integrations/agent-network-kimi-models.png new file mode 100644 index 00000000..61530119 Binary files /dev/null and b/public/docs-static/img/agent-network/integrations/agent-network-kimi-models.png differ diff --git a/src/pages/agent-network/integrations/kimi.mdx b/src/pages/agent-network/integrations/kimi.mdx index 38cf171d..2c620aa3 100644 --- a/src/pages/agent-network/integrations/kimi.mdx +++ b/src/pages/agent-network/integrations/kimi.mdx @@ -34,6 +34,10 @@ through the endpoint, so pick it based on the tools you plan to connect (see bel encrypted server-side and never sent to callers. 5. Save the provider. +

+ connect Kimi (Moonshot AI) provider in NetBird Agent Network +

+ A provider forwards to a single upstream URL. If your team runs both OpenAI-shaped and Anthropic-shaped agents, connect two Kimi providers — one per upstream URL — and give @@ -52,6 +56,10 @@ their default per-token prices, which drive the cost figures in [Usage & Logs](/agent-network/usage-and-logs) — adjust them if your rates differ. See [Providers](/agent-network/providers) for details. +

+ Kimi catalog models kimi-k3 and kimi-k2-thinking with per-token prices +

+ ## Create a Policy By default nothing is allowed — a policy must connect a source group to the Kimi provider @@ -94,6 +102,10 @@ Claude Code doesn't prompt for a key — NetBird supplies the real one. `ANTHROPIC_MODEL` and `ANTHROPIC_SMALL_FAST_MODEL` point both of Claude Code's model slots at Kimi K3, so no Anthropic model names leak into requests. +

+ NetBird Configure Your Agent modal showing the Claude Code settings.json configuration for Kimi +

+ ## Use with Codex Codex speaks the OpenAI shape, so it needs the Kimi provider whose upstream URL is @@ -114,6 +126,10 @@ wire_api = "chat" than the OpenAI Responses API. The `/v1` suffix is the OpenAI-compatible base path on your endpoint. +

+ NetBird Configure Your Agent modal showing the Codex config.toml configuration for Kimi with wire_api chat +

+ ## Use with Kimi CLI [Kimi CLI](https://github.com/MoonshotAI/kimi-cli) is Moonshot's own coding agent. Configure @@ -137,6 +153,10 @@ model = "kimi-k3" max_context_size = 1000000 ``` +

+ NetBird Configure Your Agent modal showing the Kimi CLI config.toml configuration +

+ ## Result Agents point at the NetBird endpoint with no key and call `kimi-k3` (or `kimi-k2-thinking`)