Class MistralEmbedResponse
Inheritance
MistralEmbedResponse
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class MistralEmbedResponse
Properties
|
Edit this page
View Source
Data
Declaration
[JsonProperty("data")]
public MistralEmbedding[] Data { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Model
Declaration
[JsonProperty("model")]
public string Model { get; set; }
Property Value
|
Edit this page
View Source
Object
Declaration
[JsonProperty("object")]
public string Object { get; set; }
Property Value
|
Edit this page
View Source
Usage
Declaration
[JsonProperty("usage")]
public Usage Usage { get; set; }
Property Value
Extension Methods