Claude Proxy is an open-source service that converts Claude API calls to OpenAI API format. It enables seamless integration of Claude with any application supporting OpenAI API, including streaming responses, tool calling, and dynamic routing. Operations teams benefit from easier adoption of Claude in existing workflows.
git clone https://github.com/yinxulai/claude-proxy.gitClaude Proxy is an open-source service that converts Claude API calls to OpenAI API format. It enables seamless integration of Claude with any application supporting OpenAI API, including streaming responses, tool calling, and dynamic routing. Operations teams benefit from easier adoption of Claude in existing workflows.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/yinxulai/claude-proxyCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a Claude Proxy service. Convert the following OpenAI API request to Claude API format and provide the response in OpenAI API format. Request: {API_REQUEST}. Ensure the response includes streaming support, tool calling capabilities, and dynamic routing if applicable.# API Conversion Results
## Request Conversion
```json
{
"model": "claude-2",
"messages": [
{
"role": "user",
"content": "What are the top 3 benefits of using Claude Proxy?"
}
],
"stream": true,
"tools": [
{
"type": "function",
"function": {
"name": "get_benefits",
"description": "Retrieve benefits of using Claude Proxy"
}
}
]
}
```
## Response Conversion
```json
{
"id": "chatcmpl-123",
"object": "chat.completion",
"created": 1712345678,
"model": "claude-2",
"choices": [
{
"index": 0,
"delta": {
"content": "The top 3 benefits of using Claude Proxy are:",
"tool_calls": [
{
"id": "toolcall-123",
"type": "function",
"function": {
"name": "get_benefits"
}
}
]
},
"finish_reason": null
}
]
}
```Smart ring for digital payments
Build and deploy AI models through APIs and tools
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power