{
"id": "cmpl_spec_1",
"object": "text_completion",
"created": 1,
"model": "gpt-3.5-turbo-instruct",
"choices": [
{
"index": 0,
"finish_reason": "stop",
"text": "fixture completion",
"logprobs": null
}
],
"usage": {
"prompt_tokens": 2,
"completion_tokens": 2,
"total_tokens": 4
}
}