Gemini Pro AI
## Gemini 3 Pro API Access Google's most advanced AI model through a simple REST API. ### Features - **1M Token Context Window** - Process massive documents and conversations - **65,536 Max Output Tokens** - Generate extensive content in a single request - **Advanced Reasoning** - Optional thinking mode for complex problem-solving - **Safety Controls** - Configurable content filtering ###…
Gemini Pro AI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Generation | ||
| POST |
generateStream /api/v1/generate/stream |
Generate content with real-time streaming using Server-Sent Events (SSE). |
| POST |
generateContent /api/v1/generate |
Generate text content using Gemini 3 Pro Preview with full control over generation parameters, including Thinking Mode and Tool Use. |
| Chat | ||
| POST |
chat /api/v1/chat |
Generate responses in a multi-turn conversation. Maintains context across messages. |
| Info | ||
| GET |
getModelInfo /api/v1/models |
Get detailed information about the Gemini 3 Pro model including capabilities, limits, and supported features. |
| GET |
healthCheck /api/v1/health |
Check API status and model availability. No authentication required. |
Gemini Pro AI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $45 / month | — |
|