OpenAI · JSON Structure

Openai Embeddings Embedding Structure

Type: object Properties: 3
AIArtificial IntelligenceLarge Language ModelsT1

Embedding 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 embedding index

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Embedding",
  "type": "object",
  "properties": {
    "object": {
      "type": "string"
    },
    "embedding": {
      "type": "string"
    },
    "index": {
      "type": "integer"
    }
  }
}