jtsang4/claude-to-chatgpt
A proxy service that converts Anthropic Claude API calls to OpenAI Chat API format for compatibility.

Velocity · 7d
+1.2
★ / day
Trend
→steady
star history
This project enables developers to call Anthropic Claude models using the OpenAI Chat API interface. It acts as a translation layer, converting request and response formats between the two providers. The service supports streaming responses and can be deployed via Cloudflare Workers or Docker, making it useful for applications that want to switch between LLM providers without changing their API integration code.