Back to Models
Vertex AI
Gemini 2.5 Flash Image
Multimodal Gemini Flash with native image understanding and generation — ideal for vision-heavy chat workloads.
Released
Context Window
1.0M
tokensMax Output
65.5K
tokensInput / 1M
$0.30
per 1M tokensOutput / 1M
$2.50
per 1M tokensCapabilities
Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use
Pricing Comparison
Quick Start
curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{
"model": "gemini-2.5-flash-image",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"max_tokens": 256
}'Replace sk-your-api-key with your NemoRouter API key. Use gemini-2.5-flash-image as the model identifier.