OpenAI · JSON Structure

Openai Embeddings Create Embedding Response Structure

Type: object Properties: 3
AIArtificial IntelligenceLarge Language ModelsT1

CreateEmbeddingResponse is a JSON Structure definition published by OpenAI, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

object data model

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateEmbeddingResponse",
  "type": "object",
  "properties": {
    "object": {
      "type": "string"
    },
    "data": {
      "type": "array"
    },
    "model": {
      "type": "string"
    }
  }
}