From 8733108ff7fbbe02f21c803194c0bb6c445a9c06 Mon Sep 17 00:00:00 2001 From: Praney Behl Date: Fri, 25 Jul 2025 10:47:39 +1000 Subject: [PATCH 1/2] Add CCProxy to Proxies & Model Integrations section Add CCProxy - a universal API translation proxy that enables Claude Code to work with any AI model including OpenAI, Gemini, Groq, OpenRouter and local models via Ollama. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07356a2..2ed0d16 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ A curated list of awesome tools, integrations, extensions, plugins, frameworks, - [**agentapi**](https://github.com/coder/agentapi): An HTTP API for Claude Code, Goose, Aider, and Codex. - [**anthropic-proxy**](https://github.com/maxnowack/anthropic-proxy): A proxy server that converts Anthropic API requests to OpenAI format and sends them to OpenRouter, used to use Claude Code with OpenRouter. + - [**CCProxy**](https://github.com/orchestre-dev/ccproxy): Use any AI model with Claude Code - OpenAI, Gemini, Groq, OpenRouter and local models via Ollama. Universal API translation proxy with intelligent routing and streaming support. - [**Claudify**](https://github.com/neno-is-ooo/claudify): Use Claude Code as an LLM provider with your subscription flat fee instead of pay-per-token API keys. - [**claude-gemini-mcp-slim**](https://github.com/cmdaltctr/claude-gemini-mcp-slim): A lightweight integration that brings Google's Gemini AI capabilities to Claude Code through MCP (Model Context Protocol). - [**claude\_code-gemini-mcp**](https://github.com/RaiAnsar/claude_code-gemini-mcp): Connect Claude Code with Google's Gemini AI for powerful AI collaboration. From 4f2bdd69b775f728f7bc557db14a009594f715e0 Mon Sep 17 00:00:00 2001 From: Praney Behl Date: Fri, 25 Jul 2025 11:03:24 +1000 Subject: [PATCH 2/2] Add author attribution to CCProxy entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed0d16..8c9404e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ A curated list of awesome tools, integrations, extensions, plugins, frameworks, - [**agentapi**](https://github.com/coder/agentapi): An HTTP API for Claude Code, Goose, Aider, and Codex. - [**anthropic-proxy**](https://github.com/maxnowack/anthropic-proxy): A proxy server that converts Anthropic API requests to OpenAI format and sends them to OpenRouter, used to use Claude Code with OpenRouter. - - [**CCProxy**](https://github.com/orchestre-dev/ccproxy): Use any AI model with Claude Code - OpenAI, Gemini, Groq, OpenRouter and local models via Ollama. Universal API translation proxy with intelligent routing and streaming support. + - [**CCProxy**](https://github.com/orchestre-dev/ccproxy): Use any AI model with Claude Code - OpenAI, Gemini, Groq, OpenRouter and local models via Ollama. Universal API translation proxy with intelligent routing and streaming support. by [praneybehl](https://github.com/praneybehl) - [**Claudify**](https://github.com/neno-is-ooo/claudify): Use Claude Code as an LLM provider with your subscription flat fee instead of pay-per-token API keys. - [**claude-gemini-mcp-slim**](https://github.com/cmdaltctr/claude-gemini-mcp-slim): A lightweight integration that brings Google's Gemini AI capabilities to Claude Code through MCP (Model Context Protocol). - [**claude\_code-gemini-mcp**](https://github.com/RaiAnsar/claude_code-gemini-mcp): Connect Claude Code with Google's Gemini AI for powerful AI collaboration.