Back to Models
Gemini 3 Pro Preview
googlegoogle/gemini-3-pro-preview
Google's most powerful agentic and coding model with the best multimodal understanding capabilities. Excels at complex reasoning, code generation, and multi-step problem solving across modalities.
Context Length
1M
Max Output
66K
Input Price
$2.40/ 1M tokens
Output Price
$14.40/ 1M tokens
Modalities
textimagepdf→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $2.40 / 1M tokens |
| Output | $14.40 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "google/gemini-3-pro-preview",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'