AI Workflow MCP

browse · models · Google

Gemini 3 Pro

Google model — context 2M, capabilities: vision · tool_use · thinking.

Specs

Model IDgemini-3-pro
ProviderGoogle
Familygemini-3
Statusactive
Input $/MTok$2.5
Output $/MTok$10
Cache read $/MTok
Cache write $/MTok
Context window2,000,000 tokens (2M)
Max output64,000 tokens (64K)
Input modalities
textimage
Output modalities
text
Capabilities
visiontool_usethinking
Supported parameters
max_tokenstemperaturetop_ptoolstool_choicereasoninginclude_reasoning
Knowledge cutoff2025-09
Release date2025-09-01
Last synced2026-05-13
Deprecated
Official docsOpen docs
Intelligence indexnot measured
Throughput

Call via MCP

// claude-desktop / cursor / windsurf
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "id": 1,
  "params": {
    "name": "get_model_pricing",
    "arguments": { "model_id": "gemini-3-pro" }
  }
}

Call via REST

curl -X POST https://mcp.aiworkflowmcp.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{"name":"get_model_pricing","arguments":{"model_id":"gemini-3-pro"}}}'