Cloudflare · Schema

EmbeddingResponse

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
object string
data array
model string
usage object
View JSON Schema on GitHub

JSON Schema

cloudflare-workers-ai-embedding-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmbeddingResponse",
  "type": "object",
  "properties": {
    "object": {
      "type": "string"
    },
    "data": {
      "type": "array"
    },
    "model": {
      "type": "string"
    },
    "usage": {
      "type": "object"
    }
  }
}