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