Best price-performance model for large scale processing, low-latency, high-volume tasks with thinking.
google/gemini-2.5-flash gemini-2.5-flash 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-flash",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'