AI Workflow MCP

browse · models · azure

Gpt Realtime 1.5 2026 02 23

azure model — context 32K, capabilities: .

Specs

Model IDazure-gpt-realtime-1.5-2026-02-23
Providerazure
Familygpt-realtime
Statusactive
Input $/MTok$4
Output $/MTok$16
Cache read $/MTok
Cache write $/MTok
Context window32,000 tokens (32K)
Max output4,096 tokens (4K)
Input modalities
text
Output modalities
text
Capabilities
Supported parameters
max_tokenstemperaturetop_p
Knowledge cutoff1970-01
Release date1970-01-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": "azure-gpt-realtime-1.5-2026-02-23" }
  }
}

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-realtime-1.5-2026-02-23"}}}'