AI Workflow MCP

browse · models · OpenAI

GPT-5.3

OpenAI model — context 400K, capabilities: vision · tool_use · thinking.

Specs

Model IDgpt-5.3
ProviderOpenAI
Familygpt-5
Statusactive
Input $/MTok$5
Output $/MTok$20
Cache read $/MTok$0.5
Cache write $/MTok
Context window400,000 tokens (400K)
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-10
Deprecated2026-05-11
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": "gpt-5.3" }
  }
}

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":"gpt-5.3"}}}'