<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>BUZZ AI Gateway — Engineering Blog</title>
<link>https://buzzai.cc/blog/</link>
<atom:link href="https://buzzai.cc/blog/feed.xml" rel="self" type="application/rss+xml"/>
<description>Practical notes on multi-vendor LLM gateways, prompt caching, zero-retention forwarding, and operating Claude / GPT / Gemini under a single key.</description>
<language>en</language>
<lastBuildDate>Fri, 29 May 2026 00:00:00 +0000</lastBuildDate>
<generator>BUZZ blog manual feed</generator>

<item>
<title><![CDATA[Claude Opus 4.8 Is Live on BUZZ: Model ID, Pricing, and Migration Notes]]></title>
<link>https://buzzai.cc/blog/claude-opus-4-8-on-buzz</link>
<guid isPermaLink="true">https://buzzai.cc/blog/claude-opus-4-8-on-buzz</guid>
<pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[Claude Opus 4.8 is now routable through BUZZ. The model identifier is claude-opus-4-8 (hyphens, not dots). Covers pay-per-token pricing, per-model prompt cache warm-up after the version bump, OpenAI SDK and Claude Code usage, and a zero-change upgrade path from claude-opus-4-7.]]></description>
</item>
<item>
<title><![CDATA[Claude Opus 4.8 已在 BUZZ 上线:模型名、价格与迁移指南]]></title>
<link>https://buzzai.cc/blog/zh/claude-opus-4-8-on-buzz</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/claude-opus-4-8-on-buzz</guid>
<pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[Claude Opus 4.8 现已可通过 BUZZ 调用。模型标识符是 claude-opus-4-8(连字符,不是小数点)。涵盖按量计费价格、版本升级后按模型隔离的 prompt 缓存预热、OpenAI SDK 与 Claude Code 调用方式,以及从 claude-opus-4-7 零改动升级路径。]]></description>
</item>
<item>
<title><![CDATA[Choosing an AI Gateway: BUZZ vs OpenRouter vs Helicone vs LiteLLM]]></title>
<link>https://buzzai.cc/blog/ai-gateway-comparison-buzz-openrouter-helicone</link>
<guid isPermaLink="true">https://buzzai.cc/blog/ai-gateway-comparison-buzz-openrouter-helicone</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A practical, side-by-side decision guide for picking an AI gateway. Compares BUZZ, OpenRouter, Helicone, and LiteLLM across model breadth, pricing, privacy and retention, observability, and self-host versus managed deployment.]]></description>
</item>
<item>
<title><![CDATA[AI 网关怎么选:BUZZ vs OpenRouter vs Helicone vs LiteLLM]]></title>
<link>https://buzzai.cc/blog/zh/ai-gateway-comparison-buzz-openrouter-helicone</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/ai-gateway-comparison-buzz-openrouter-helicone</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[一份能落地的 AI 网关选型对比。从模型覆盖、价格、隐私与留存、可观测性、自托管 vs 托管五个维度,横向比较 BUZZ、OpenRouter、Helicone、LiteLLM 四种方案,帮你的团队挑出真正合适的那一个。]]></description>
</item>
<item>
<title><![CDATA[How to Point Claude Code at a Custom Endpoint: Complete ANTHROPIC_BASE_URL Reference]]></title>
<link>https://buzzai.cc/blog/anthropic-base-url-claude-code-guide</link>
<guid isPermaLink="true">https://buzzai.cc/blog/anthropic-base-url-claude-code-guide</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A complete reference for ANTHROPIC_BASE_URL and Claude Code custom endpoint setup. Covers ANTHROPIC_AUTH_TOKEN vs ANTHROPIC_API_KEY, settings.json, shell exports, macOS, Linux, Windows, and verification commands for any custom proxy claude code workflow.]]></description>
</item>
<item>
<title><![CDATA[ANTHROPIC_BASE_URL 完整指南:Claude Code 切换自定义端点]]></title>
<link>https://buzzai.cc/blog/zh/anthropic-base-url-claude-code-guide</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/anthropic-base-url-claude-code-guide</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[ANTHROPIC_BASE_URL 与 ANTHROPIC_AUTH_TOKEN 完整指南。Claude Code 配置自定义端点的两种方式:settings.json 与 shell export 对比,macOS / Linux / Windows 全平台步骤,以及验证生效的实测命令。]]></description>
</item>
<item>
<title><![CDATA[Anthropic Prompt Caching in Production: A Practical Cost-Reduction Playbook]]></title>
<link>https://buzzai.cc/blog/anthropic-prompt-caching-playbook</link>
<guid isPermaLink="true">https://buzzai.cc/blog/anthropic-prompt-caching-playbook</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A production playbook for Anthropic prompt caching. Covers how cache_control works, real cost math for 5-minute and 1-hour TTLs, Python SDK patterns for system prompts, tools, multi-turn messages, long documents, and how the BUZZ gateway forwards every cache directive without modification.]]></description>
</item>
<item>
<title><![CDATA[Anthropic Prompt Caching 生产实践:一份能省钱的工程手册]]></title>
<link>https://buzzai.cc/blog/zh/anthropic-prompt-caching-playbook</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/anthropic-prompt-caching-playbook</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[Anthropic Prompt Caching 生产环境实战手册。讲清 cache_control 字段怎么用、5 分钟和 1 小时 TTL 的成本算账、Python SDK 在 system prompt / tools / 多轮对话 / 长文档上的写法,以及 BUZZ 网关如何字节级透传所有缓存指令。]]></description>
</item>
<item>
<title><![CDATA[BUZZ vs Traditional Claude Relay Stations: Why Claude Code Users Are Switching]]></title>
<link>https://buzzai.cc/blog/buzz-vs-claude-relay-stations</link>
<guid isPermaLink="true">https://buzzai.cc/blog/buzz-vs-claude-relay-stations</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A nine-axis comparison of BUZZ AI Gateway against traditional Claude relay stations. Transparent forwarding, native prompt caching, full-fidelity tool use, and one-line Claude Code setup for serious developers.]]></description>
</item>
<item>
<title><![CDATA[BUZZ vs 传统 Claude 中转站:为什么 Claude Code 用户都在切换]]></title>
<link>https://buzzai.cc/blog/zh/buzz-vs-claude-relay-stations</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/buzz-vs-claude-relay-stations</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[对比 BUZZ AI Gateway 和传统 Claude 中转站(镜像站)。透明转发、Prompt Cache 原生支持、Function Calling 全保真、Claude Code 一行环境变量即开即用。9 个维度详解开发者怎么选。]]></description>
</item>
<item>
<title><![CDATA[Anthropic API Error Code Reference: 401, 403, 429, 500, 529 — Root Cause and Fix]]></title>
<link>https://buzzai.cc/blog/claude-api-error-codes</link>
<guid isPermaLink="true">https://buzzai.cc/blog/claude-api-error-codes</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A working engineer's reference for Anthropic API errors. Covers claude api 401 authentication_error, 403 permission_error, 404 not_found_error, 413 request_too_large, claude api 429 rate_limit_error, 500 api_error, and claude api 529 overloaded_error. Each with root causes, diagnosis, and fixes.]]></description>
</item>
<item>
<title><![CDATA[Claude API 错误码完全解读:401 / 403 / 429 / 500 / 529 排错指南]]></title>
<link>https://buzzai.cc/blog/zh/claude-api-error-codes</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/claude-api-error-codes</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[Claude API 全部错误码的根因分析和排错命令:401 authentication_error、403 permission_error、404 not_found_error、413 request_too_large、429 rate_limit_error、500 api_error、529 overloaded_error。附 cURL / Python / Node / Go 排错代码模板。]]></description>
</item>
<item>
<title><![CDATA[Claude API Through a Gateway: A Practical Guide to Reliability, Pricing, and Zero-Retention Forwarding]]></title>
<link>https://buzzai.cc/blog/claude-api-gateway-guide</link>
<guid isPermaLink="true">https://buzzai.cc/blog/claude-api-gateway-guide</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A practical engineering guide to using the Anthropic Claude API through a gateway. Covers transparent forwarding, zero data retention, multi-vendor routing, prompt caching, streaming, tool use, and operational concerns.]]></description>
</item>
<item>
<title><![CDATA[用网关调 Claude API:可靠性、价格、零留存转发的工程实践]]></title>
<link>https://buzzai.cc/blog/zh/claude-api-gateway-guide</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/claude-api-gateway-guide</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[一份面向工程师的 Claude API 网关实践指南。讲透明转发、零数据留存、多上游路由、Prompt Cache、Streaming、Tool Use,以及生产环境真正会踩到的运维细节。]]></description>
</item>
<item>
<title><![CDATA[Cutting Claude Code Costs Without Losing Capability: Routing Through a Gateway]]></title>
<link>https://buzzai.cc/blog/claude-code-cheaper-with-gateway</link>
<guid isPermaLink="true">https://buzzai.cc/blog/claude-code-cheaper-with-gateway</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[Claude Code is powerful but expensive. Learn how routing the CLI through the BUZZ AI Gateway with one base_url change keeps every feature, including extended thinking, tool use, and prompt caching, while lowering per-token cost.]]></description>
</item>
<item>
<title><![CDATA[Claude Code 怎么用得便宜又不掉功能:走 BUZZ 网关的完整方案]]></title>
<link>https://buzzai.cc/blog/zh/claude-code-cheaper-with-gateway</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/claude-code-cheaper-with-gateway</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[Claude Code 强,但烧钱也快。把 CLI 接到 BUZZ AI 网关只要改一行 base_url:Extended Thinking、Tool Use、Prompt Cache 一个不掉,Token 单价低于官方,账单还转到 BUZZ。]]></description>
</item>
<item>
<title><![CDATA[Tool Use With Claude Through a Gateway: Streaming, Errors, and Cost Patterns]]></title>
<link>https://buzzai.cc/blog/claude-tool-use-gateway</link>
<guid isPermaLink="true">https://buzzai.cc/blog/claude-tool-use-gateway</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A practical engineering walkthrough of Claude tool use through a transparent gateway. Covers the tool_use and tool_result protocol, streaming deltas, error handling, retry boundaries, and the real cost of an agent loop.]]></description>
</item>
<item>
<title><![CDATA[通过网关跑 Claude Tool Use:流式、错误处理与一轮 Agent 循环的真实成本]]></title>
<link>https://buzzai.cc/blog/zh/claude-tool-use-gateway</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/claude-tool-use-gateway</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[一篇面向工程师的 Claude Tool Use 实战文章。讲清楚 tool_use / tool_result 协议、流式 SSE 增量重组、重试边界划分,以及一轮 agent 循环到底烧多少 token,全部基于透明转发网关 BUZZ。]]></description>
</item>
<item>
<title><![CDATA[One API Key for Claude, GPT, Gemini, and Grok: A Multi-Model Gateway in Practice]]></title>
<link>https://buzzai.cc/blog/one-key-claude-gpt-gemini</link>
<guid isPermaLink="true">https://buzzai.cc/blog/one-key-claude-gpt-gemini</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A practical, code-first walkthrough of running Anthropic Claude, OpenAI GPT, Google Gemini, and xAI Grok behind a single API key and base_url. Streaming, tool use, model routing, and the honest tradeoffs.]]></description>
</item>
<item>
<title><![CDATA[一把 Key 同时调 Claude / GPT / Gemini / Grok:多模型网关实战]]></title>
<link>https://buzzai.cc/blog/zh/one-key-claude-gpt-gemini</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/one-key-claude-gpt-gemini</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[一把 API Key、一个 base_url 同时跑 Claude、GPT、Gemini、Grok。Python 代码示例,流式、Tool Use、模型路由全保真,以及多模型网关的取舍。]]></description>
</item>
<item>
<title><![CDATA[Using the OpenAI SDK to Talk to Claude (and Gemini, and Grok)]]></title>
<link>https://buzzai.cc/blog/openai-sdk-claude-compatibility</link>
<guid isPermaLink="true">https://buzzai.cc/blog/openai-sdk-claude-compatibility</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A hands-on guide to calling Claude, Gemini, and Grok with the official OpenAI Python SDK. Set base_url to https://buzzai.cc/v1, change the model name, keep streaming and tool use intact.]]></description>
</item>
<item>
<title><![CDATA[用 OpenAI SDK 调用 Claude(以及 Gemini、Grok)]]></title>
<link>https://buzzai.cc/blog/zh/openai-sdk-claude-compatibility</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/openai-sdk-claude-compatibility</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[实战指南:把官方 OpenAI Python SDK 的 base_url 指到 https://buzzai.cc/v1,改一行模型名,就能用同一份代码调 Claude、Gemini、Grok。Streaming 和 Tool Use 全部保真。]]></description>
</item>
<item>
<title><![CDATA[Drop-in OpenAI to Claude Migration: A Per-Field Compatibility Matrix]]></title>
<link>https://buzzai.cc/blog/openai-to-claude-migration-matrix</link>
<guid isPermaLink="true">https://buzzai.cc/blog/openai-to-claude-migration-matrix</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A field-by-field reference for migrating OpenAI SDK code to Claude through an OpenAI-compatible gateway. Which chat.completions parameters survive, which mutate, and which are silently dropped.]]></description>
</item>
<item>
<title><![CDATA[一行 base_url 把 OpenAI 项目接到 Claude:字段级兼容矩阵 + 不兼容字段清单]]></title>
<link>https://buzzai.cc/blog/zh/openai-to-claude-migration-matrix</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/openai-to-claude-migration-matrix</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[OpenAI SDK 调 Claude 的完整字段兼容矩阵。chat.completions 转 messages 的网关原理,17 个字段一一标注完全兼容 / 部分兼容 / 不兼容。Python / Node / LangChain 迁移示例 + 5 个踩坑记录。]]></description>
</item>
<item>
<title><![CDATA[Why Your cache_creation_input_tokens Is Zero: 7 Prompt Cache Antipatterns]]></title>
<link>https://buzzai.cc/blog/prompt-cache-antipatterns</link>
<guid isPermaLink="true">https://buzzai.cc/blog/prompt-cache-antipatterns</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[Your cache_creation_input_tokens shows 0 and your bill is not going down. Seven concrete prompt cache antipatterns on the Anthropic Messages API, each with a broken example and the fix, plus a diagnostic walkthrough using cache_control ephemeral and the usage object.]]></description>
</item>
<item>
<title><![CDATA[Prompt Cache 命中率从 30% 拉到 90%:cache_control 7 个反模式与修复]]></title>
<link>https://buzzai.cc/blog/zh/prompt-cache-antipatterns</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/prompt-cache-antipatterns</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[cache_creation_input_tokens 显示 0 = 缓存压根没建。本文拆解 Anthropic Prompt Cache 的 7 个常见反模式:cache_control 放错位置、动态内容污染、4 断点用错、时间戳进 prompt、低于 1024 阈值、跨用户共享、网关剥字段。每个都给 ❌/✅ 修复代码。]]></description>
</item>
<item>
<title><![CDATA[Zero-Retention LLM Gateways: Why Enterprises Need Forwarders That Forget]]></title>
<link>https://buzzai.cc/blog/zero-retention-llm-gateway</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zero-retention-llm-gateway</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[A practical guide to zero-retention LLM gateways for enterprise teams. What 'zero retention' really means, why it matters for GDPR / SOC2 / HIPAA, and how to verify a vendor's claims before you ship production traffic.]]></description>
</item>
<item>
<title><![CDATA[零数据留存 LLM 网关:企业为什么需要会遗忘的转发器]]></title>
<link>https://buzzai.cc/blog/zh/zero-retention-llm-gateway</link>
<guid isPermaLink="true">https://buzzai.cc/blog/zh/zero-retention-llm-gateway</guid>
<pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
<description><![CDATA[面向企业团队的零留存 LLM 网关实战指南。]]></description>
</item>
</channel>
</rss>
