Create completion
POST {{baseUrl}}/completions
Creates a completion for the provided prompt and parameters.
Request Body
{"model"=>"text-davinci-003", "prompt"=>"The first year ford automobiles were manufactured is", "temperature"=>0, "max_tokens"=>7}
RESPONSES
status: OK
{"choices":[{"finish_reason":"\u003cstring\u003e","index":"\u003cnumber\u003e","logprobs":{},"text":"\u003cstring\u003e"},{"finish_reason":"\u003cstring\u003e","index":"\u003cnumber\u003e","logprobs":{},"text":"\u003cstring\u003e"}],"created":"\u003cnumber\u003e","id":"\u003cstring\u003e","model":"\u003cstring\u003e","object":"\u003cstring\u003e"}