Authorizations
API key for authentication
Body
application/json
Input text to embed, encoded as a string, array of strings, array of tokens, or array of token arrays A single text string to embed
The model name to use for embedding generation
Example:
"openai/text-embedding-3-small"
The number of dimensions the resulting output embeddings should have
The format to return the embeddings in. Can be either float or base64.
Available options:
float
, base64
A unique identifier representing your end-user.