Embeddings
Create embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
POST
Create embeddings
Authorizations
Bearer token authentication. Get your API key from the dashboard.
Body
application/json
Input text to embed
ID of the model to use
Example:
"text-embedding-ada-002"
The format to return the embeddings in
Available options:
float, base64 The number of dimensions the resulting embeddings should have
Required range:
x >= 1A unique identifier representing your end-user
Create embeddings