永不再被克洛德码率限制封杀:无缝路线通向ChatGPT

2026年8月9日1 次浏览来源:Dev.to阅读原文

正文保留英文原文(机翻易破坏代码与排版),标题/摘要已提供中文

Ever had your coding momentum ruined by Claude Code’s usage limits?

I built an open-source solution: claude-gpt [1.1].

This lightweight local proxy enables you to keep working in Claude Code after hitting limits by routing requests to GPT models via your existing ChatGPT subscription [1.1].

How It Works 🛠️ By leveraging , claude-gpt acts as an intermediary, translating complex Anthropic API calls into OpenAI formats [1.1].

Model Switching: Use the command (e.g., or ) to switch seamlessly without restarting your workspace [1.1].

Live Translation: Handles tools, system prompts, and streaming [1.1]. ⚡ Quick Setup (Windows) With Node.js (v18+) installed, run the following in PowerShell: ⚠ Terms of Service & Safe Mode 🛡️ ToS Alert: Default usage involves accessing OpenAI’s internal Codex backend, which carries potential account risk [1.1].

Official API Option: Set and provide your to use the official, compliant API [1.1].

Feedback & Contributions 💬 Check out the code, contribute, or open an issue on GitHub. 👉 Check out the GitHub Repo here [1.1]

分享