Discover and explore top open-source AI tools and projects—updated daily.
ink1ingLocal API proxy for Antigravity AI models
Top 88.6% on SourcePulse
Summary
This project provides a local API proxy service that transforms Antigravity's AI models into servers compatible with OpenAI and Anthropic APIs. It enables seamless integration with various AI development tools and applications, offering a unified interface for multiple AI backends.
How It Works
Anti-API employs a sophisticated "Smart Routing System" that supports both "Flow Routing" for custom model IDs and "Account Routing" for official model IDs. This system allows for fine-grained control over request distribution, load balancing across multiple accounts, and provider mixing (Antigravity, Codex, Copilot). It features automatic account rotation on rate limit errors (429) and supports dual API formats, enhancing flexibility and resilience.
Quick Start & Requirements
Installation is straightforward via bun install on Linux, or by running provided one-click scripts (start.bat for Windows, start.command for macOS). Docker support is comprehensive, offering build and run commands, including Docker Compose for easier orchestration. Key dependencies include the bun runtime. For remote access features like ngrok, an authtoken is required. Official documentation is available in the docs/ folder.
Highlighted Details
Maintenance & Community
The project is based on reverse engineering Antigravity, with a disclaimer advising users to avoid updating Antigravity for long-term compatibility. No specific community channels or active contributor information are detailed in the provided README.
Licensing & Compatibility
The project is released under the MIT License, permitting broad usage and modification. However, its reliance on reverse-engineered components means compatibility is not guaranteed, particularly if the underlying Antigravity service undergoes significant changes.
Limitations & Caveats
This project relies on reverse-engineered Antigravity components, making future compatibility uncertain and recommending against updating the Antigravity service. The routing system is currently in Beta, indicating potential for future changes.
1 week ago
Inactive