Google: Gemini 2.0 Flash
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemini-2.0-flash |
| Name | Gemini 2.0 Flash |
| Provider | |
| Released | December 2024 |
Description
A cost-effective multimodal model optimized for general-purpose tasks requiring balanced performance. Gemini 2.0 Flash delivers strong capabilities across text, image, and code understanding while maintaining fast inference speeds.
Specifications
| Spec | Value |
|---|---|
| Context Window | 1,000,000 tokens |
| Max Completion | 8,192 tokens |
| Modalities | Text, Image, Audio, Video |
Pricing
| Type | Price |
|---|---|
| Input | $0.10 per 1M tokens |
| Output | $0.40 per 1M tokens |
Capabilities
- Vision: Yes
- Tool Use: Yes
- JSON Mode: Yes
- Streaming: Yes
- Function Calling: Yes
- Multimodal: Yes
Use Cases
General-purpose multimodal tasks, content analysis, code generation, and document understanding.
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.0-flash",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 4096
}'
Related Models
- google/gemini-2.0-flash-lite - Streamlined version for simple tasks
- google/gemini-2.5-flash - Next generation with improved capabilities
- google/gemini-2.0-pro - Higher capability variant
Last Updated: December 28, 2025