| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | image_generation | N/A | N/A | N/A |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "gpt-image-2-c",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'