Class XAIModelInfo
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public abstract class XAIModelInfo : IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
Aliases
Declaration
[JsonProperty("aliases")]
public List<string> Aliases { get; set; }
Property Value
|
Edit this page
View Source
Api
Declaration
[JsonIgnore]
public Api Api { get; }
Property Value
|
Edit this page
View Source
Cluster
Declaration
[JsonProperty("cluster")]
public string Cluster { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("name")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("inputModalities")]
public List<string> InputModalities { 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
[JsonIgnore]
public int? InputTokenLimit { get; }
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
OutputModalities
Declaration
[JsonProperty("outputModalities")]
public List<string> OutputModalities { get; set; }
Property Value
|
Edit this page
View Source
Prices
The pricing tiers for using this model.
Declaration
[JsonIgnore]
public ModelPrice[] Prices { get; }
Property Value
|
Edit this page
View Source
Rpd
Declaration
[JsonProperty("rpd")]
public string Rpd { get; set; }
Property Value
|
Edit this page
View Source
Rph
Declaration
[JsonProperty("rph")]
public string Rph { get; set; }
Property Value
|
Edit this page
View Source
Rpm
Declaration
[JsonProperty("rpm")]
public string Rpm { get; set; }
Property Value
|
Edit this page
View Source
Rps
Declaration
[JsonProperty("rps")]
public string Rps { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonProperty("version")]
public string Version { get; set; }
Property Value
Implements
Extension Methods