Fastest and cheapest GPT-5 variant. Optimized for summarization and classification tasks.
openai/gpt-5-nano gpt-5-nano 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-nano",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'