Models
Googletext
Gemini 3.1 Pro Preview
Google's most capable model with native multimodal understanding, long context, and strong code generation abilities.
gemini-3.1-pro-previewQuickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.1-pro-preview",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'