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