AI Workflow MCP

browse · models · azure

Gpt 4.1 2025 04 14

azure model — context 1.0M, capabilities: .

Specs

Model IDazure-gpt-4.1-2025-04-14
Providerazure
Familygpt-4.1
Statusactive
Input $/MTok$2
Output $/MTok$8
Cache read $/MTok
Cache write $/MTok
Context window1,047,576 tokens (1.0M)
Max output32,768 tokens (33K)
Input modalities
text
Output modalities
text
Capabilities
Supported parameters
max_tokenstemperaturetop_p
Knowledge cutoff1970-01
Release date1970-01-01
Last synced2026-05-12
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": "azure-gpt-4.1-2025-04-14" }
  }
}

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":"azure-gpt-4.1-2025-04-14"}}}'