AI Workflow MCP

browse · models · Google

Gemini 3 Flash

Google model — context 1M, capabilities: vision · tool · json.

Specs

Model IDgemini-3-flash
ProviderGoogle
FamilyGemini
Statusactive
Input $/MTok$0.1
Output $/MTok$0.4
Cache read $/MTok
Cache write $/MTok
Context window1,000,000 tokens (1M)
Max output
Input modalities
textimage
Output modalities
text
Capabilities
visiontooljson
Supported parameters
max_tokenstemperaturetop_ptoolstool_choiceresponse_formatstructured_outputs
Knowledge cutoff2026-01
Release date2026-03-25
Last synced
Deprecated
Official docs
Intelligence index80 / 100
Throughput180 tokens/s

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-flash" }
  }
}

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-flash"}}}'