Class MistralModelInfo
Inheritance
MistralModelInfo
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class MistralModelInfo : IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
Api
Declaration
[JsonIgnore]
public Api Api { get; }
Property Value
|
Edit this page
View Source
Capabilities
Declaration
[JsonProperty("capabilities")]
public Dictionary<string, bool> Capabilities { get; set; }
Property Value
|
Edit this page
View Source
Created
Declaration
[JsonProperty("created")]
public UnixTime? Created { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonIgnore]
public UnixTime? CreatedAt { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Maximum number of tokens this model accepts as input.
Also known as: Max Prompt Tokens, Max Context Tokens, Context Size, Context Length.
Declaration
[JsonProperty("max_context_length")]
public int? InputTokenLimit { get; set; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
[JsonIgnore]
public string Name { get; }
Property Value
|
Edit this page
View Source
Object
Declaration
[JsonProperty("object")]
public string Object { get; set; }
Property Value
|
Edit this page
View Source
OwnedBy
Declaration
[JsonProperty("owned_by")]
public string OwnedBy { get; set; }
Property Value
|
Edit this page
View Source
Root
Declaration
[JsonProperty("root")]
public string Root { get; set; }
Property Value
Implements
Extension Methods