google/gemini-2-5-flash-preview-04-17/Released Apr 2025

Gemini 2.5 Flash Preview

A thinking model offering enhanced reasoning with controllable "thinking" capabilities, balancing speed, cost, and performance for developers.

Provider
google
Modality
Text
Released
Apr 2025
Pricing
$0.15 / 1M in$3.50 / 1M out

Ready to build with Gemini 2.5 Flash Preview?

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-preview-04-17",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
Gemini 2.5 Flash Preview on Oxen | Oxen.ai