New0% platform fee on Tier 2+ — upgrade from 4% Pay As You Go. Start now
Back to Models
Google

Gemini 1.5 Flash

Ultra-fast and cost-effective model optimized for high-frequency tasks.

Released

Context Window

1.0M

tokens
Max Output

8.2K

tokens
Input / 1M

$0.075

per 1M tokens
Output / 1M

$0.30

per 1M tokens

Capabilities

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/gemini-1.5-flash",
    "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/gemini-1.5-flash as the model identifier.