Pricing Comparison
| Provider | Input / 1M | Output / 1M |
|---|---|---|
| Google Official | $2.00 | $12.00 |
| Crouter | $0.50$2.00 | $3.00$12.00 |
| You Save | 75% | 75% |
All prices per 1M tokens. No hidden fees, no monthly minimums.
Key Features
1M Context Window
Process entire books, large codebases, and extensive documentation in a single request. Industry-leading context capacity.
Multimodal Capabilities
Analyze text, images, video, audio, and code simultaneously. Unified understanding across multiple data types.
Enhanced Reasoning
Improved software engineering performance and agentic reliability. Better at complex multi-step tasks and autonomous workflows.
Efficient Token Usage
Optimized for cost-effective processing of large contexts. Reduced token consumption without sacrificing quality.
Perfect For
Document Analysis
Process entire books, research papers, and legal documents. The 1M context window handles massive documents without splitting.
Codebase Understanding
Analyze entire repositories and understand complex architectures. Ideal for large monorepos and enterprise projects.
Multimodal Applications
Build applications that process text, images, and video together. Create rich AI experiences with unified understanding.
Autonomous Agents
Power reliable AI agents with improved agentic capabilities. Better at long-horizon planning and tool orchestration.
Technical Specifications
| Model ID | gemini-3.1-pro |
| Context Window | 1,000,000 tokens |
| API Format | OpenAI Chat Completions (/v1/chat/completions) |
| Streaming | Yes (SSE) |
| Function Calling | Yes |
| Multimodal | Yes (text, image, video, audio) |
| Rate Limit | 70 requests/minute |
Quick Start
curl https://api.crouter.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.1-pro",
"messages": [
{"role": "user", "content": "Summarize this entire codebase"}
]
}'View full documentation for more examples and integration guides.