Authorization: Bearer ********************{
"model": "gpt-5",
"prompt": "Say this is a test",
"max_tokens": 7,
"temperature": 0
}{
"id": "cmpl-CQR6K9M1VFQZGPXP8XmwTfGTmYonG",
"object": "text_completion",
"created": 1760416740,
"model": "gpt-3.5-turbo-instruct",
"choices": [
{
"index": 0,
"logprobs": null,
"finish_reason": "stop",
"text": "\n\nThis is a test."
}
],
"usage": {
"prompt_tokens": 5,
"completion_tokens": 6,
"total_tokens": 11
}
}