Back to the AI model catalog
GoogleAvailable

Gemini 3.7 Flash API

RouterLab publishes this Google model under the model ID gemini-3.7-flash. The facts below come from the active RouterLab catalog.

Model ID

gemini-3.7-flash

OpenAI-compatible API

Context window

1,048,576 tokens

Maximum output

65,536 tokens

Input / 1M tokens

$0.75

Output / 1M tokens

$3.75

Cache read / 1M tokens

$0.075

Cache write / 1M tokens

$0.075

Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.

Catalog capabilities

  • Vision input
  • Tool calling
  • Streaming
  • Structured output
  • Reasoning

Minimal API request

curl https://api.routerlab.ch/v1/chat/completions \
  -H "Authorization: Bearer $ROUTERLAB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gemini-3.7-flash","messages":[{"role":"user","content":"Hello RouterLab"}]}'