Table of Contents

Class EmbeddingsResponse

Namespace
OpenAI.Embeddings
Assembly
OpenAI-DotNet.dll
public sealed class EmbeddingsResponse : BaseResponse
Inheritance
EmbeddingsResponse
Inherited Members

Properties

Data

[JsonInclude]
[JsonPropertyName("data")]
public IReadOnlyList<Datum> Data { get; }

Property Value

IReadOnlyList<Datum>

Model

[JsonInclude]
[JsonPropertyName("model")]
public string Model { get; }

Property Value

string

Object

[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }

Property Value

string

Usage

[JsonInclude]
[JsonPropertyName("usage")]
public Usage Usage { get; }

Property Value

Usage