Authorization: Bearer ********************{
"model": "gpt-4o",
"input": "你好",
"instructions": "string",
"max_output_tokens": "1024",
"temperature": "1",
"top_p": "1",
"stream": "false",
"tools": [
"string"
],
"tool_choice": "string",
"reasoning": {},
"previous_response_id": "string",
"truncation": "auto"
}curl --location 'https://token.dazrix.com/v1/responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4o",
"input": "你好",
"instructions": "string",
"max_output_tokens": "1024",
"temperature": "1",
"top_p": "1",
"stream": "false",
"tools": [
"string"
],
"tool_choice": "string",
"reasoning": {},
"previous_response_id": "string",
"truncation": "auto"
}'