diff --git a/docs/support-faq.md b/docs/support-faq.md
index eec3b06a..d5d43597 100644
--- a/docs/support-faq.md
+++ b/docs/support-faq.md
@@ -215,7 +215,7 @@ We keep it open so anyone can review and verify our security claims.
**Answer:**
- **Free tier:** GPT-OSS 120B, Llama 3.3 70B
- **Legacy Starter+ tier:** Gemma 4 31B (reasoning, vision), Qwen3-VL 30B (vision)
-- **Pro+ tier:** Kimi K2.5 (reasoning, vision)
+- **Pro+ tier:** Kimi K2.6 (reasoning, vision)
None of your data is transmitted to model providers - everything stays within secure enclaves.
diff --git a/frontend/public/llms-full.txt b/frontend/public/llms-full.txt
index 6e13354c..cfb016fd 100644
--- a/frontend/public/llms-full.txt
+++ b/frontend/public/llms-full.txt
@@ -53,7 +53,7 @@ Compared to ChatGPT, Claude, Gemini, Grok, and other AI services:
All plans include end-to-end encrypted AI chat. Bitcoin payments accepted with a 10% annual discount.
- **Free** ($0/month): end-to-end encryption, core AI features, search chat history, rename chats, GPT-OSS 120B and Meta Llama 3.3 70B
-- **Pro** ($20/month, most popular): All Free features plus generous usage, image upload, document upload (PDF/TXT/MD), voice recording (Whisper Large v3), powerful models including Gemma 4 31B and Kimi K2.5, live web search, API access
+- **Pro** ($20/month, most popular): All Free features plus generous usage, image upload, document upload (PDF/TXT/MD), voice recording (Whisper Large v3), powerful models including Gemma 4 31B and Kimi K2.6, live web search, API access
- **Max** ($100/month): All Pro features plus 20x more usage, priority support, early access to new features and models, API access
- **Team** ($30/month per seat): All Pro features plus 2x more usage per member, pooled chat credits across the team, priority support, unified billing, early access, API access. Minimum 2 seats.
@@ -61,7 +61,7 @@ All plans include end-to-end encrypted AI chat. Bitcoin payments accepted with a
All models run inside secure enclaves with zero data retention. None of your data is transmitted to the companies that created these models.
-**Kimi K2.5** (by Moonshot AI)
+**Kimi K2.6** (by Moonshot AI)
- 1 trillion total parameters, 32 billion active per query (Mixture of Experts architecture)
- 256K context window
- Best for: Advanced reasoning, coding, research, multi-step agentic tasks, image analysis
@@ -104,7 +104,7 @@ Chats sync automatically between web, desktop, and mobile devices using an encry
Upload files for AI analysis, summarization, or explanation. Supported formats: PDF, TXT, MD. Max file size: 10MB. One file per reply. Files are encrypted before upload and processed inside secure enclaves.
**Image Upload**
-Upload images (JPG, PNG, WEBP) for analysis, text extraction, translation, and visual understanding. Available with Gemma 4, Qwen3-VL, and Kimi K2.5.
+Upload images (JPG, PNG, WEBP) for analysis, text extraction, translation, and visual understanding. Available with Gemma 4, Qwen3-VL, and Kimi K2.6.
**Voice Input and Output**
Tap the microphone icon to speak naturally. Audio is encrypted before leaving your device. Speech-to-text uses Whisper (OpenAI's open-source model) running in a secure enclave. Maple responds with both text and natural speech. The natural speech is generated locally on-device. Zero audio retention.
@@ -163,7 +163,7 @@ All pricing is pay-as-you-go. Purchase credits in $10 increments.
|---|---|
| llama3-3-70b | $4 input / $4 output |
| gpt-oss-120b | $4 input / $4 output |
-| kimi-k2-5 | $4 input / $4 output |
+| kimi-k2-6 | $4 input / $4 output |
| qwen3-vl-30b | $4 input / $4 output |
### Getting Started
diff --git a/frontend/public/llms.txt b/frontend/public/llms.txt
index 7cd3f059..badbb2dc 100644
--- a/frontend/public/llms.txt
+++ b/frontend/public/llms.txt
@@ -26,7 +26,7 @@ Key differentiators from ChatGPT, Claude, Gemini, and Grok:
- [Model Guide](https://blog.trymaple.ai/maple-ai-model-guide-with-example-prompts/): Detailed guide to all available models with example prompts and use cases.
Available models (all running inside secure enclaves with zero data retention):
-- Kimi K2.5 (1T params, 32B active per query, MoE architecture, 256K context) — advanced reasoning, coding, research, image analysis
+- Kimi K2.6 (1T params, 32B active per query, MoE architecture, 256K context) — advanced reasoning, coding, research, image analysis
- Gemma 4 31B (256K context) — reasoning, long-context work, image analysis
- OpenAI GPT-OSS 120B (128K context) — creative chat, structured data
- Meta Llama 3.3 70B (128K context) — general reasoning, daily tasks (available on Free plan)
@@ -74,7 +74,7 @@ Security architecture: AWS Nitro Enclaves for backend processing, NVIDIA GPU TEE
- [One Year of Private AI](https://blog.trymaple.ai/one-year-of-private-ai-how-maple-ai-made-encryption-easy/): Retrospective on Maple's first year — 5x user growth, 90%+ paying customer retention, and the mission ahead.
- [Maple 2.0 - Now with Live Data](https://blog.trymaple.ai/maple-2-0-now-with-live-data/): Live web search, anonymous accounts, custom AI personality, and background processing.
-- [Kimi K2.5 in Maple AI](https://blog.trymaple.ai/kimi-k2-in-maple-ai-open-reasoning-that-competes-with-chatgpt-and-claude/): Open reasoning model that competes with GPT-5 and Claude Sonnet 4.5.
+- [Kimi K2.6 in Maple AI](https://blog.trymaple.ai/kimi-k2-in-maple-ai-open-reasoning-that-competes-with-chatgpt-and-claude/): Open reasoning model that competes with GPT-5 and Claude Sonnet 4.5.
- [Encrypted Voice in Maple](https://blog.trymaple.ai/speak-freely-encrypted-voice-arrives-in-maple/): Voice input and output with end-to-end encryption.
- [Document and Image Upload](https://blog.trymaple.ai/introducing-confidential-document-and-image-upload-in-maple-ai/): Confidential document and image analysis.
- [Introducing Maple Proxy](https://blog.trymaple.ai/introducing-maple-proxy-the-maple-ai-api-that-brings-encrypted-llms-to-your-openai-apps/): OpenAI-compatible encrypted API for developers.
diff --git a/frontend/src/components/Marketing.tsx b/frontend/src/components/Marketing.tsx
index 41eda516..5f9d4a0e 100644
--- a/frontend/src/components/Marketing.tsx
+++ b/frontend/src/components/Marketing.tsx
@@ -25,7 +25,7 @@ const AI_MODELS = [
{
src: "/badge-kimi-logo.png",
alt: "Moonshot",
- labels: ["Kimi K2.5"]
+ labels: ["Kimi K2.6"]
},
{ src: "/badge-zai-logo.png", alt: "Z.ai", labels: ["GLM 5.1"] },
{ src: "/badge-qwen-logo.png", alt: "Qwen", labels: ["Qwen3-VL"] },
diff --git a/frontend/src/components/ModelSelector.tsx b/frontend/src/components/ModelSelector.tsx
index 853063e3..d48c1147 100644
--- a/frontend/src/components/ModelSelector.tsx
+++ b/frontend/src/components/ModelSelector.tsx
@@ -54,14 +54,6 @@ export const MODEL_CONFIG: Record