Authorization: Bearer ********************
{ "model": "o3-pro", "input": "你好" }
curl --location --request POST 'https://api.juheai.top/v1/responses' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "o3-pro", "input": "你好" }'
{}