Snowflake · Schema

NonStreamingCompleteResponse

Text-completion response for non-streaming request.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
choices array
usage object
View JSON Schema on GitHub

JSON Schema

cortex-inference-non-streaming-complete-response-schema.json Raw ↑
{
  "$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"
    }
  }
}