gemini-2-5-flash · google · text
Gemini 2.5 Flash is Google DeepMind's ultra-fast model with a 1M context window, offering low latency and excellent value. It supports implicit caching, vision understanding, and Function Call. Ideal for high-concurrency, low-latency scenarios: customer support, classification, summarization, and lightweight code completion.
1M context; implicit caching (cache_read 25% input); vision understanding; Function Call; JSON mode; fast responses.
High-concurrency customer support; classification and tagging; summary generation; lightweight code completion; image recognition; video content understanding.
No image generation; implicit caching is not a guaranteed hit; pricing doubles when context exceeds 128k; max_tokens capped at 8K.
Anthropic official CLI coding agent. Multi-file edits, tool use, long-context reasoning.
export ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api.robovai.com"
export ANTHROPIC_MODEL="gemini-2-5-flash"
claude