From 688c0535f2d5ea49bdd03a3fa6c22385b0860ec9 Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 2 Jul 2026 08:43:22 -0400 Subject: [PATCH] docs(readme): fix intro - describe Z.AI as Claude API not Anthropic-compatible - Change description from 'Z.AI Anthropic-compatible API' to 'Z.AI Claude API' - Z.AI is Claude-native, not merely compatible (per plan.md) - No other changes needed - metrics, env defaults, and port were already correct Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df4c8b..53fd7fe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Production-grade LLM reverse proxy with token counting, adaptive rate limiting, ## What it is -zai-proxy sits in front of the Z.AI Anthropic-compatible API and adds the observability and reliability layer that bare API access lacks: +zai-proxy sits in front of the Z.AI Claude API and adds the observability and reliability layer that bare API access lacks: - **Token tracking** — counts input and output tokens on every request, using API-reported usage when available and tiktoken estimation as a fallback - **Adaptive rate limiting** — tracks upstream 429 responses with an EWMA ceiling estimator and automatically holds just below the limit, probing periodically to detect ceiling increases