Premium tier using extended compute for harder problems. Best for research-grade reasoning tasks.
openai/gpt-5.4-pro gpt-5.4-pro curl https://api.multi-router.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "x-mr-router-id: YOUR_ROUTER_ID" \
-d '{
"model": "openai/gpt-5.4-pro",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'