Create a new embeddings
Vectors
Create Embeddings
This endpoint used to create new custom embeddings for the given input text using the specified model.
POST
Create a new embeddings
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The model for the embedding request
Available options:
pawa-embeddings-v1-20241001 Example:
"pawa-embeddings-v1-20241001"
A list of sentences to embed
Example:
["Hello world", "How are you?"]The model for the embedding request