{
  "method": "POST",
  "model": "@cf/baai/bge-base-en-v1.5",
  "dimensions": 768,
  "gateway": "quasareum-ai",
  "schema": {
    "input": {
      "type": "string | string[]",
      "minPerItem": 1,
      "maxPerItem": 2000,
      "maxItems": 20
    }
  },
  "responses": {
    "200": {
      "model": "string",
      "dimensions": "integer",
      "data": "array<{ embedding: number[], index: integer }>"
    }
  },
  "example": "curl -X POST https://quasareum.com/api/embed -H 'content-type: application/json' -d '{\"input\":\"hello quasar\"}'"
}