google
google/gemini-2-5-pro/Released May 2025

Gemini 2.5 Pro

Excels at building interactive web apps, advanced code editing and agentic workflows, with native multimodality and strong video-to-code capabilities.

Provider
google
Modality
multi-to-text
Released
May 2025
Pricing
$1.25 / 1M in$10.00 / 1M out

Ready to build with Gemini 2.5 Pro?

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-pro",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'