Fastest and most cost-efficient GPT-4.1 variant. Consider migrating to GPT-5 Nano.
openai/gpt-4.1-nano gpt-4.1-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-4.1-nano",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'