Cost
Our costs are simply based on the number of input_vectors provided. For the example request below, there are 2 input_vectors.
Example Request:
{
"facet_vectors": [
{
"facet": "clothing",
"vector": [0.1, 0.2, 0.3],
"count": 1,
"average_weight": 0.5
},
{
"facet": "electronics",
"vector": [0.4, 0.5, 0.6],
"count": 1,
"average_weight": 0.5
}
],
"input_vectors": [
{
"vector": [0.2, 0.3, 0.4],
"facet_weights": {
"clothing": 0.5,
"electronics": 0.8
}
},
{
"vector": [0.3, 0.4, 0.5],
"facet_weights": {
"clothing": 0.3
}
}
]
}
Input Vectors
Cost
0 - 10,000
$100 / 10k vectors
Pay-per-vector
$0.015 cents / vector
Last updated