Embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
Create embeddings
embeddings.create(EmbeddingCreateParams**kwargs) -> CreateEmbeddingResponse
POST/embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
The list of embeddings generated by the model.
The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide.
Represents an embedding vector returned by embedding endpoint.
The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide.