Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
Name of the index
"myindex"
Region of the database
eu-west-1
, us-east-1
, us-central-1
"us-east-1"
Similarity function that's used to calculate the distance between two vectors
COSINE
, EUCLIDEAN
, DOT_PRODUCT
"COSINE"
The amount of values in a single vector
1024
The payment plan of your index
payg
, fixed
, paid
"payg"
The embedding model to use for the index
BGE_SMALL_EN_V1_5
, BGE_BASE_EN_V1_5
, BGE_LARGE_EN_V1_5
, BGE_M3
, BERT_BASE_UNCASED
, UAE_LARGE_V1
, ALL_MINILM_L6_V2
, MXBAI_EMBED_LARGE_V1
, BM25
"BGE_M3"
The type of the vector index
DENSE
, SPARSE
, HYBRID
"HYBRID"
The sparse embedding model to be used for indexes
BM25
, BGE_M3
"BM25"
Response
Index created successfully
The associated ID of the owner of the index
"example@upstash.com"
Unique ID of the index
"0639864f-ece6-429c-8118-86a287b0e808"
The name of the index
"myindex"
Similarity function that's used to calculate the distance between two vectors
COSINE
, EUCLIDEAN
, DOT_PRODUCT
"COSINE"
The amount of values in a single vector
384
The predefined embedding model to vectorize your plain text
BGE_SMALL_EN_V1_5
, BGE_BASE_EN_V1_5
, BGE_LARGE_EN_V1_5
, BGE_M3
, BERT_BASE_UNCASED
, UAE_LARGE_V1
, ALL_MINILM_L6_V2
, MXBAI_EMBED_LARGE_V1
, BM25
"BGE_SMALL_EN_V1_5"
The sparse embedding model to be used for indexes
BM25
, BGE_M3
"BM25"
The REST endpoint of the index
"glowing-baboon-15797-us1"
The REST authentication token for the index
"QkZGAsWp2tdW0tdC0zNzM1LWV1MkFkNQzB1ExUb3hOekF0TVRJbFpMDNLVSm1GZw=="
The REST authentication read only token for the index
"QkZGRk1heGSKC0MtdRlZC0zNzM1LWTj3pAV0Wm1aZ01p05qY3RNR0U0TkRtRt2s9azJU"
The payment plan of the index
free
, payg
, fixed
"fixed"
The region where the index is currently deployed
eu-west-1
, us-east-1
, us-central-1
"us-east-1"
The number of maximum that your index can contain
5210000
The number of maximum update operations you can perform in a day. Only upsert operations are included in update count.
1000000
The number of maximum query operations you can perform in a day. Only query operations are included in query count.
1000000
The maximum amount of monthly bandwidth for the index. Unit is bytes. -1 if the limit is unlimited.
-1
The number of maximum write operations you can perform per second. Only upsert operations are included in write count.
1000
The number of maximum query operations you can perform per second. Only query operations are included in query count.
1000
The number of maximum vectors in a read operation. Query and fetch operations are included in read operations.
1000
The number of maximum vectors in a write operation. Only upsert operations are included in write operations.
1000
The amount of maximum size for the total metadata sizes in your index.
53687091200
Monthly pricing of your index. Only available for fixed and pro plans.
60
The creation time of the vector index in UTC as unix timestamp.
1753207106
The type of the vector index
DENSE
, SPARSE
, HYBRID
"DENSE"
Throughput data for the vector index over time
[
{
"x": "2025-09-04 14:55:00.000 +0000 UTC",
"y": 0
},
{
"x": "2025-09-04 14:56:00.000 +0000 UTC",
"y": 0
}
]