wyeeeee/hajimi
A FastAPI proxy that bridges OpenAI-compatible API requests to Google Gemini models with key rotation and management.

This project provides a gateway service for accessing Google Gemini models through an OpenAI-compatible REST API interface. It accepts requests in OpenAI format (such as /v1/chat/completions) and translates them to Gemini API calls, enabling seamless integration with existing tools expecting OpenAI API compatibility. The system includes API key rotation, model listing endpoints, and supports streaming and non-streaming responses with function calling capabilities.