About Gemini 2.5 Pro
Gemini 2.5 Pro is a Multimodal LLM designed for enhanced coding capabilities. It excels in building interactive web applications, front-end and UI development, code transformation, code editing, and developing complex agentic workflows.
Some other noteworthy features of Gemini 2.5 Pro include video-to-code capabilities and native multimodality with strong performance on video understanding, scoring 84.8% on the VideoMME benchmark.
| Metric | Value |
|---|---|
| Context Length | 1,048,576 tokens |
| Multilingual | Yes |
Ready to build with Gemini 2.5 Pro?
Try Gemini 2.5 Pro in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/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."
}
]
}'API endpoint
See the API reference for request and response formats.
POST
https://hub.oxen.ai/api/ai/chat/completions