Embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
Create embeddings
client.embeddings.create(EmbeddingCreateParams { input, model, dimensions, 2 more } body, RequestOptionsoptions?): CreateEmbeddingResponse { data, model, object, usage }
POST/embeddings