Free Gemini proxy using Deno
Top 73.4% on sourcepulse
This project provides a free, Deno-based proxy for Google Gemini, enabling direct access from China and bypassing regional restrictions. It targets developers and users seeking to leverage Gemini's 1 million token context window and OpenAI-compatible API for AI applications, client integrations, and creative tools like Midjourney.
How It Works
The project utilizes Deno, a modern JavaScript/TypeScript runtime, to create a server that acts as a proxy to Google Gemini. This approach allows for easy deployment and direct connectivity, particularly beneficial for users in regions with network restrictions. It also offers proxying for Midjourney and Grok, further expanding its utility for AI-powered creative and informational tasks.
Quick Start & Requirements
dash.deno.com
, setting the entrypoint to src/deno_index.ts
, and deploying.curl -fsSL https://deno.land/install.sh | sh
for Linux/Mac, irm https://deno.land/install.ps1 | iex
for Windows). Navigate to the project directory and run deno run --allow-net --allow-read src/deno_index.ts
.Highlighted Details
Maintenance & Community
The project acknowledges contributions from tech-shrimp/gemini-playground
and PublicAffairs/openai-gemini
. No specific community channels or roadmap are detailed in the README.
Licensing & Compatibility
The README does not explicitly state a license. Given the nature of proxying and the inclusion of other projects, users should verify licensing implications for commercial or closed-source use.
Limitations & Caveats
The project is presented as a free proxy, and its long-term availability and stability are dependent on the maintainers and underlying services. No specific limitations or known bugs are mentioned.
1 month ago
Inactive