Create embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Input text to embed, encoded as a string or array of tokens.
1ID of the model to use.
Cache configuration for the request.
The number of dimensions the resulting output embeddings should have.
The format to return the embeddings in. Can be either float or base64.
float, base64 Array of fallback models to use if primary model fails.
Load balancer configuration for the request.
The name to display on the trace. If not specified, the default system name will be used.
Orq platform extension parameters. Top-level equivalents take priority when both are set.
Retry configuration for the request.
Timeout configuration to apply to the request.
A unique identifier representing your end-user.