| parameter | type | description |
|---|---|---|
| id | string | documentation text |
| choices | array | modelisInput promptGenerateAPI textList |
| created | integer | CreatetextUnixtimetext(text) |
| model | string | API textmodel |
| system_fingerprint | string | API textmodeldocumentation text |
| object | string | objecttype,text "text_completion" |
| usage | object | textrequestuseAPI text |
| completion_tokens | integer | Generatedocumentation text |
| prompt_tokens | integer | documentation text |
| total_tokens | integer | requesttextuseAPI text(text + text) |
{
"id": "cmpl-uqkvlQyYK7bGYrRHQ0eXlWi7",
"object": "text_completion",
"created": 1589478378,
"model": "gpt-3.5-turbo",
"choices": [
{
"text": "\n\nThis is indeed a test",
"index": 0,
"logprobs": null,
"finish_reason": "length"
}
],
"usage": {
"prompt_tokens": 5,
"completion_tokens": 7,
"total_tokens": 12
}
}