Cost

Our costs are simply based on the number of inputVectors provided. For the example request below, there are 2 inputVectors.

Example Request:

{
  "facetVectors": [
    {
      "facet": "clothing",
      "vector": [0.1, 0.2, 0.3]
    },
    {
      "facet": "electronics",
      "vector": [0.4, 0.5, 0.6]
    }
  ],
  "inputVectors": [
    {
      "vector": [0.2, 0.3, 0.4],
      "facetWeights": {
        "clothing": 0.5
      }
    },
    {
      "vector": [0.3, 0.4, 0.5],
      "facetWeights": {
        "clothing": 0.3,
        "electronics": 0.7
      }
    }
  ]
}

Input Vectors
Cost

0 - 10,000

$100 / 10k vectors

Pay-per-vector

$0.015 cents / vector

Last updated