AI Workflow MCP

browse · models · OpenAI

GPT-5.3

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

Specs

Model IDgpt-5.3
ProviderOpenAI
FamilyGPT
Statusactive
Input $/MTok$10
Output $/MTok$40
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 cutoff2025-12
Release date2026-03-10
Last synced
Deprecated
Official docs
Intelligence index89 / 100
Throughput65 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": "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"}}}'