POST https://api.tokenhot.ai/v1/responsesGPT 5(Responses)curl --location 'https://api.tokenhot.ai/v1/responses' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-5",
"input": "What you can do"
}'{
"model": "gpt-5",
"input": "Please help me analyze the content of this image",
"instructions": "string",
"max_output_tokens": 0,
"temperature": 1,
"top_p": 0,
"stream": false,
"tools": [
{}
],
"tool_choice": "none",
"reasoning": {
"effort": "low",
"summary": "string"
},
"previous_response_id": "string",
"truncation": "auto"
}