{ "model": "gpt-5.3-codex-medium", "messages": [ { "role": "system", "content": "string" } ] }
curl --location 'https://omnirouters.com/v1/chat/completions' \ --header 'Authorization: Bearer sk-xxxx' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-5.3-codex-medium", "messages": [ { "role": "system", "content": "string" } ] }'
{}