Google: Gemini Pro Latest
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemini-pro-latest |
| Name | Gemini Pro Latest |
| Provider | |
| Released | 2025 |
Description
The latest stable version of Gemini Pro, automatically updated to the most recent stable release. Provides high-capability performance for complex tasks.
Specifications
| Spec | Value |
|---|---|
| Context Window | 1,048,576 tokens |
| Max Completion | 65,536 tokens |
| Modalities | Text, Image, Audio, Video |
Pricing
| Type | Price |
|---|---|
| Input | $1.00 per 1M tokens |
| Output | $2.00 per 1M tokens |
Capabilities
- Vision: Yes
- Tool Use: Yes
- Advanced Reasoning: Yes
- Auto-Updated: Yes
Use Cases
Production applications needing latest capabilities, complex reasoning, advanced multimodal tasks.
Integration with LangMart
Gateway Support: Type 2 (Cloud), Type 3 (Self-hosted)
API Usage:
curl -X POST https://api.langmart.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-pro-latest",
"messages": [{"role": "user", "content": "Analyze this complex problem"}],
"max_tokens": 8192
}'
Related Models
- google/gemini-2.5-pro - Specific version
- google/gemini-flash-lite-latest - Lite variant
Last Updated: December 28, 2025