Class CreateEmbeddingResponse

CreateEmbeddingResponse class

Represents a response from the Create Embeddings endpoint.

public class CreateEmbeddingResponse

Constructors

NameDescription
CreateEmbeddingResponse()The default constructor.

Properties

NameDescription
Data { get; set; }Gets or sets a list of embedding objects.
Model { get; set; }Gets or sets the model used for the embedding.
Object { get; set; }Gets or sets the object type, which is always list.
Usage { get; set; }Gets or sets the usage statistics for the embedding request.

See Also