Text-completion response for non-streaming request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NonStreamingCompleteResponse", "type": "object", "description": "Text-completion response for non-streaming request.", "properties": { "choices": { "type": "array" }, "usage": { "type": "object" } } }