google
google/gemini-2-5-flash/Released Jun 2025

Gemini 2.5 Flash

Fast, cost-efficient multimodal reasoning model with million-token context for high-volume applications requiring speed and versatility.

Provider
google
Modality
multi-to-text
Released
Jun 2025
Pricing
$0.30 / 1M in$2.50 / 1M out

Ready to build with Gemini 2.5 Flash?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gemini-2-5-flash",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'