{
"id": "string",
"object": "response",
"model": "string",
"status": "completed",
"output": [
{
"type": "string",
"role": "string",
"content": [
{
"type": "string",
"text": "string"
}
]
}
],
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0
}
}