AI Workflow MCP

browse · models · Anthropic

Claude Haiku 4.5

Anthropic model — context 200K, capabilities: vision · tool_use.

Specs

Model IDclaude-haiku-4-5
ProviderAnthropic
Familyclaude-4
Statusactive
Input $/MTok$1
Output $/MTok$5
Cache read $/MTok$0.1
Cache write $/MTok$1.25
Context window200,000 tokens (200K)
Max output200,000 tokens (200K)
Input modalities
textimage
Output modalities
text
Capabilities
visiontool_use
Supported parameters
max_tokenstemperaturetop_ptoolstool_choice
Knowledge cutoff2025-08
Release date2025-08-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-haiku-4-5" }
  }
}

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-haiku-4-5"}}}'