This endpoint can be used to convert text chunks into embeddings. It is a simple proxy forwarding your requests to the desired model. Input Format:
input: Text string to convert to embeddingsencoding_format: Format for returned embeddings (float or base64)dimensions: Optional dimension specification for output embeddingsBearer token authentication
Request serializer for embeddings endpoint.
Model to use for generating embeddings, must exist and be configured from the admin
Input text to embed, encoded as a string or array of tokens
The format to return the embeddings in
float - floatbase64 - base64The number of dimensions the resulting output embeddings should have
A unique identifier representing your end-user