Description
Gemini Flash 2.0 offers a significantly faster time to first token (TTFT) compared to [Gemini Flash 1.5](/google/gemini-flash-1.5), while maintaining quality on par with larger models like [Gemini Pro 1.5](/google/gemini-pro-1.5). It introduces notable enhancements in multimodal understanding, coding capabilities, complex instruction following, and function calling. These advancements come together to deliver more seamless and robust agentic experiences.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemini 2.0 Flash (google/gemini-2.0-flash-001)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "google/gemini-2.0-flash-001",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemini 2.0 Flash model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 0.1$ / 1M tokens
- Output: 0.4$ / 1M tokens
- Image: 0$ / image
Token Limits
- Max Output: 8,192 tokens
- Max Context: 1,048,576 tokens
Subscription Tiers
- free
- pro
- ultimate