From d109c2482f1fd2e5309f2a7f1f0836fde58491ee Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Tue, 20 Jan 2026 20:04:45 -0800 Subject: [PATCH] docs --- .../docs/tutorials/claude_code_max_subscription.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/tutorials/claude_code_max_subscription.md b/docs/my-website/docs/tutorials/claude_code_max_subscription.md index 534c31a0289..e0c766aedbd 100644 --- a/docs/my-website/docs/tutorials/claude_code_max_subscription.md +++ b/docs/my-website/docs/tutorials/claude_code_max_subscription.md @@ -2,13 +2,21 @@ import Image from '@theme/IdealImage'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# Claude Code + Max Plan Integration +# Using Claude Code Max Subscription {/* */} -Route your Claude Code Max subscription traffic through LiteLLM AI Gateway to add guardrails, track costs per user/key, set budgets, and apply rate limits - without changing how your developers use Claude Code. +Route Claude Code Max subscription traffic through LiteLLM AI Gateway. + +**Why Claude Code Max over direct API?** +- **Lower costs** — Claude Code Max subscriptions are cheaper for Claude Code power users than per-token API pricing + +**Why route through LiteLLM?** +- **Cost attribution** — Track spend per user, team, or key +- **Budgets & rate limits** — Set spending caps and request limits +- **Guardrails** — Apply content filtering and safety controls to all requests + -**Ideal for:** Organizations with power users already on Claude Code Max who need centralized visibility and control over usage. ## Quick Start Video