{ "model": "gpt-4.1", "input": "讲一个三句话的关于独角兽的睡前故事。" }
curl --location --request POST '/v1/responses' \ --header 'Authorization: Bearer sk-xx' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gpt-4.1", "input": "讲一个三句话的关于独角兽的睡前故事。" }'
{}