Most cost-efficient multimodal model. Optimized for high-frequency lightweight tasks like translation and data extraction.
google/gemini-3.1-flash-lite-preview gemini-3.1-flash-lite-preview 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-3.1-flash-lite-preview",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'