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
index 75c5fd29..3894c438 100644
Binary files a/public/docs-static/img/agent-network/integrations/agent-network-kimi-models.png 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 2c620aa3..346b8599 100644
--- a/src/pages/agent-network/integrations/kimi.mdx
+++ b/src/pages/agent-network/integrations/kimi.mdx
@@ -6,8 +6,8 @@ export const description =
# Kimi (Moonshot AI)
[Kimi](https://platform.moonshot.ai) is Moonshot AI's model family, headlined by **Kimi K3**,
-a frontier coding model with a 1M-token context window, alongside **Kimi K2 Thinking** for
-reasoning-heavy tasks. Connecting it behind NetBird gives your agents keyless access over the
+a frontier coding model with a 1M-token context window — and the only model Moonshot's
+platform currently serves to newer accounts. Connecting it behind NetBird gives your agents keyless access over the
tunnel: NetBird holds the Moonshot API key server-side, ties every request to a real identity
from your IdP, and applies your policies, limits, and audit on the way to Moonshot.
@@ -39,11 +39,11 @@ through the endpoint, so pick it based on the tools you plan to connect (see bel
- 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
- each a distinct model list (for example `kimi-k3` on the Anthropic-shaped provider and
- `kimi-k2-thinking` on the OpenAI-shaped one). NetBird routes requests to providers by
- model name, so two providers claiming the same model would route ambiguously.
+ A provider forwards to a single upstream URL, and NetBird routes requests to providers
+ by model name. Because Moonshot currently serves a single model (`kimi-k3`), two Kimi
+ providers would claim the same model and route ambiguously — so connect one Kimi
+ provider and pick the upstream URL for the API shape your agents use. Anthropic-shaped
+ agents (Claude Code, Kimi CLI) are the most common case.
@@ -51,13 +51,13 @@ through the endpoint, so pick it based on the tools you plan to connect (see bel
(and `https://api.moonshot.cn/anthropic`) instead.
-The catalog ships with **kimi-k3** (1M context) and **kimi-k2-thinking** (256K context) and
-their default per-token prices, which drive the cost figures in
+The catalog ships with **kimi-k3** (1M context) and its 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.
-
+
## Create a Policy
@@ -159,8 +159,7 @@ max_context_size = 1000000
## Result
-Agents point at the NetBird endpoint with no key and call `kimi-k3` (or `kimi-k2-thinking`)
-by name. NetBird enforces your policies, limits, and guardrails, then forwards the request
+Agents point at the NetBird endpoint with no key and call `kimi-k3` by name. NetBird enforces your policies, limits, and guardrails, then forwards the request
to Moonshot with the stored key. Every call is recorded in
[Usage & Logs](/agent-network/usage-and-logs) with the caller's identity, auth group, model,
tokens, cost, and status.