google
google/gemini-2-5-flash-lite-preview-09-2025/Released Sep 2025

Gemini 2.5 Flash Lite Preview

Optimized for rapid, high-volume multimodal tasks with a 1M-token context window, delivering strong reasoning and cost efficiency for enterprise workflows.

Provider
google
Modality
multi-to-text
Released
Sep 2025
Pricing
$0.10 / 1M in$0.40 / 1M out

Ready to build with Gemini 2.5 Flash Lite 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-lite-preview-09-2025",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'