Class ChatCompletionResponse
public class ChatCompletionResponse
- Inheritance
-
ChatCompletionResponse
- Inherited Members
Properties
Choices
Gets or Sets Choices
[JsonPropertyName("choices")]
public List<Choice>? Choices { get; set; }
Property Value
Created
Gets or Sets Created
[JsonPropertyName("created")]
public int Created { get; set; }
Property Value
Examples
1702256327
Id
Gets or Sets Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Examples
cmpl-e5cc70bb28c444948073e77776eb30ef
Model
Gets or Sets Model
[JsonPropertyName("model")]
public string? Model { get; set; }
Property Value
Examples
mistral-tiny
Usage
Gets or Sets Usage
[JsonPropertyName("usage")]
public Usage? Usage { get; set; }
Property Value
VarObject
Gets or Sets VarObject
[JsonPropertyName("object")]
public string? VarObject { get; set; }
Property Value
Examples
chat.completion