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