HomeVastLLM Catalog › Gemini 2.5 Flash

Gemini 2.5 Flash

by Google DeepMind · Language Models

Overview

Gemini 2.5 Flash is Google DeepMind's price-performance workhorse model, built for speed and low cost while handling text, audio, image and video input. It has a 1M-token context window, supports tool use and function calling, and lets developers control how much the model reasons to balance latency and cost. Google reports improvements across reasoning, multimodality, code and long context, with 20 to 30% fewer tokens used in evaluations, plus more expressive native audio output. Ideal for high-volume, latency-sensitive applications, assistants and general-purpose multimodal tasks needing a strong quality-to-cost ratio.

Input → Outputtext → text

Pricing

from $3.2375 / 1M tokens

UsageRate (USD)Unit
Input tokens$0.39per 1M tokens
Cached input (cache hit)$0.04per 1M tokens
Output tokens$3.24per 1M tokens

TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage

Call it in 30 seconds

OpenAI-compatible · base URL https://api.tunerouter.com/v1/

POST/chat/completions
curl https://api.tunerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TUNEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-2.5-flash", "messages": [{"role": "user", "content": "Hello!"}]}'

Model ID: gemini-2.5-flash · works with OpenAI SDKs — just point base_url at api.tunerouter.com

More from Google DeepMind

← Back to full catalog (101 models)