gpt-3.5-turbo-instruct
POST {{baseUrl}}/completions
Request Body
{"model"=>"gpt-3.5-turbo-instruct", "prompt"=>"Write a limmerick about APIs", "max_tokens"=>250, "temperature"=>0.7}
RESPONSES
status: OK
{"id":"cmpl-83ii3RJqSuChBUomqhg4FhPcWbmiv","object":"text_completion","created":1695897539,"model":"gpt-3.5-turbo-instruct","choices":[{"text":"\n\nThere once was a programmer so wise\nWho worked on APIs day and night\nWith endpoints and requests\nThey were never stressed\nFor their code was always a delight.","index":0,"logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":7,"completion_tokens":35,"total_tokens":42}}