Gemini 3.1 Pro Preview Custom Tools (Vertex)

Model details

Gemini 3.1 Pro Preview Custom Tools (Vertex)

Model
gemini-3.1-pro-preview-customtools
Provider
google-vertex
API
google-vertex
Base URL
https://{location}-aiplatform.googleapis.com
Input
text, image
Reasoning
Yes
Context window
1,048,576
Max tokens
65,536
Cost / million input
$2
Cost / million output
$12
Cost / million cache read
$0.2
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "google-vertex": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "gemini-3.1-pro-preview-customtools",
          "name": "Gemini 3.1 Pro Preview Custom Tools (Vertex)",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 1048576,
          "maxTokens": 65536,
          "cost": {
            "input": 2,
            "output": 12,
            "cacheRead": 0.2,
            "cacheWrite": 0
          }
        }
      ],
      "api": "google-vertex",
      "baseUrl": "https://{location}-aiplatform.googleapis.com"
    }
  }
}