{
"id": "string",
"object": "string",
"created": 0,
"model": "string",
"system_fingerprint": "string",
"choices": [
{
"index": 0,
"message": {
"content": "string",
"role": "string"
},
"finish_reason": "string"
}
],
"usage": {
"completion_tokens": 0,
"completion_tokens_details": {},
"prompt_tokens": 0,
"prompt_tokens_details": {},
"total_tokens": 0
}
}