Create embeddings for text using various AI models
API key for authentication
Input text to embed, encoded as a string, array of strings, array of tokens, or array of token arrays
The model name to use for embedding generation
"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.
float, base64 A unique identifier representing your end-user.