CreateEmbeddingsRequest
Constructors
Properties
Link copied to clipboard
The number of dimensions the resulting output embeddings should have. Only supported in text-embedding-3 and later models.
Link copied to clipboard
The format to return the embeddings in. Can be either "float" or "base64".
Link copied to clipboard
Input text to embed, encoded as a string or array of strings.