Google: Gemini Flash Latest
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemini-flash-latest |
| Name | Gemini Flash Latest |
| Provider | |
| Released | 2025-12-28 |
Description
Gemini Flash Latest with optimized speed for rapid response generation. This model supports multimodal capabilities including vision and image understanding.
Specifications
| Spec | Value |
|---|---|
| Context Window | Not specified |
| Max Completion | Not specified |
| Modalities | Text |
Pricing
| Type | Price |
|---|---|
| Input | $0.075 per 1M tokens |
| Output | $0.30 per 1M tokens |
Note: Pricing based on Gemini 1.5 Flash. The "latest" alias automatically points to the most recent Flash model version.
Capabilities
- Text Generation: Yes
- Vision: No
- Tool Use: No
- JSON Mode: No
- Streaming: Yes
Use Cases
- General text generation
- Question answering
- Content creation
- Analysis and summarization
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-flash-latest",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 2048
}'
Related Models
- Pro variant
- Standard variant
Last Updated: 2025-12-28