Discover and explore top open-source AI tools and projects—updated daily.
jwadowProxy gateway for Claude models via OpenAI/Anthropic APIs
Top 90.4% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> This project provides a proxy API gateway that enables users to access Claude models, typically via AWS CodeWhisperer/Kiro, through standard OpenAI or Anthropic compatible clients. It targets developers and users seeking to integrate powerful LLMs like Claude into various applications and workflows using familiar API interfaces, abstracting away direct Kiro/AWS integration complexities.
How It Works
The gateway acts as an intermediary, translating requests from OpenAI or Anthropic compatible formats into the Kiro API format. It automatically handles authentication using Kiro IDE credentials, Kiro CLI AWS SSO, or direct refresh tokens. Key features include support for vision, tool calling, streaming, and automatic retry logic, abstracting away the underlying Kiro API specifics and providing a unified interface.
Quick Start & Requirements
pip install -r requirements.txt.PROXY_API_KEY and provide Kiro credentials via .env file, JSON credentials file, or kiro-cli SQLite database.python main.py (or python main.py --port 9000). Server available at http://localhost:8000.Highlighted Details
/v1/chat/completions) and Anthropic-compatible (/v1/messages) API endpoints.Maintenance & Community
The project is maintained by @Jwadow. Sponsorship links are provided for supporting development. No explicit community links (like Discord/Slack) are listed in the README.
Licensing & Compatibility
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). This license permits commercial use but requires that any modifications or derivative works, when distributed or made available over a network, must also be released under the AGPL-3.0. This copyleft provision is a significant consideration for commercial adoption.
Limitations & Caveats
Model availability is dependent on the user's Kiro tier (free/paid). The AGPL-3.0 license imposes strong copyleft requirements, mandating source code disclosure for network-accessible modified versions, which may restrict use in some proprietary commercial contexts. The project is not officially affiliated with AWS, Anthropic, or Kiro.
2 days ago
Inactive
anthropics