Use the Responses-style interface when your application depends on the newer OpenAI multimodal request shape.
POST https://123api.co/v1/responses
curl --request POST \
--url https://123api.co/v1/responses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4o",
"input": "Describe this request flow and list the next steps."
}'