Gemini Pro AI Advance
# Gemini 3 Multi-Model API Access Google's most advanced AI models - **Gemini 3 Pro** and **Gemini 3 Flash** - through a single unified API. Switch between models per request based on your needs. ## Why This API? | Feature | Description | |---------|-------------| | **🚀 30 RPS Capacity** | Production-ready architecture for high-volume workloads | | **🧠 Dual Models** | Pro (advanced reasoning) +…
Gemini Pro AI Advance endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
generateContent /api/v1/generate |
Generate text content using Gemini 3 Pro or Flash with full control over generation parameters, including Thinking Mode and Tool Use. Select model per request. |
| POST |
generateStream /api/v1/generate/stream |
Generate content with real-time streaming using Server-Sent Events (SSE). Ideal for chat interfaces. |
| GET |
listModels /api/v1/models |
Get detailed information about available Gemini models including capabilities, limits, pricing, and supported features. |
| GET |
healthCheck /api/v1/health |
Check API status, available models, and concurrent capacity. No authentication required. |
| POST |
chat /api/v1/chat |
Generate responses in a multi-turn conversation. Maintains context across messages. Choose Pro or Flash model per conversation. |
| POST |
chatStream /api/v1/chat/stream |
Chat with streaming responses using Server-Sent Events (SSE). |