Cloudflare · JSON Structure

Cloudflare Workers Ai Embedding Response Structure

Type: object Properties: 4
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

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

Properties

object data model usage

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

JSON Structure

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