State-of-the-art thinking model for complex problems in code, math, STEM, and long-context analysis.
google/gemini-2.5-pro gemini-2.5-pro curl https://api.multi-router.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "x-mr-router-id: YOUR_ROUTER_ID" \
-d '{
"model": "google/gemini-2.5-pro",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'