AI Workflow MCP

browse · models · Anthropic

Claude Sonnet 4.6

Anthropic model — context 1M, capabilities: vision · tool_use · thinking.

Specs

Model IDclaude-sonnet-4-6
ProviderAnthropic
Familyclaude-4
Statusactive
Input $/MTok$3
Output $/MTok$15
Cache read $/MTok$0.3
Cache write $/MTok$3.75
Context window1,000,000 tokens (1M)
Max output128,000 tokens (128K)
Input modalities
textimage
Output modalities
text
Capabilities
visiontool_usethinking
Supported parameters
max_tokenstemperaturetop_ptoolstool_choicereasoninginclude_reasoning
Knowledge cutoff2025-10
Release date2025-10-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": "claude-sonnet-4-6" }
  }
}

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":"claude-sonnet-4-6"}}}'