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 authentication header of the form Bearer <token>, where <token> is your auth token.
Request serializer for embeddings endpoint (OpenAI-compatible).
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 - base64float, base64 The number of dimensions the resulting output embeddings should have
A unique identifier representing your end-user
Response serializer for embeddings endpoint results.