Google: Gemini 2.5 Pro
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemini-2.5-pro |
| Name | Gemini 2.5 Pro |
| Provider | |
| Released | 2025 |
Description
Google's high-capability model for complex reasoning and coding. Features adaptive thinking and a 1 million token context window, designed for complex agentic and multimodal challenges. Gemini 2.5 Pro achieves top performance on benchmarks.
Specifications
| Spec | Value |
|---|---|
| Context Window | 1,000,000 tokens |
| Max Completion | 65,536 tokens |
| Modalities | Text, Image, Audio, Video |
Pricing
| Type | Price |
|---|---|
| Input | $1.25 per 1M tokens |
| Output | $10.00 per 1M tokens |
Capabilities
- Vision: Yes
- Tool Use: Yes
- JSON Mode: Yes
- Streaming: Yes
- Function Calling: Yes
- Adaptive Thinking: Yes
- Advanced Reasoning: Yes
Use Cases
Complex reasoning, advanced coding, mathematical proofs, scientific analysis, agentic workflows.
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-2.5-pro",
"messages": [{"role": "user", "content": "Solve this complex problem"}],
"max_tokens": 8192
}'
Related Models
- google/gemini-2.5-flash - Faster, cost-effective variant
- google/gemini-2.5-pro-preview-06-05 - Preview version
- google/gemini-2.0-pro - Previous generation
Last Updated: December 28, 2025