Class XAILanguageModel
Inheritance
XAILanguageModel
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public class XAILanguageModel : XAIModelInfo, IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
CachedPromptTokenPrice
Declaration
[JsonProperty("cachedPromptTokenPrice")]
public string CachedPromptTokenPrice { get; set; }
Property Value
|
Edit this page
View Source
CompletionTextTokenPrice
Declaration
[JsonProperty("completionTextTokenPrice")]
public string CompletionTextTokenPrice { get; set; }
Property Value
|
Edit this page
View Source
MaxPromptLength
Declaration
[JsonProperty("maxPromptLength")]
public int MaxPromptLength { get; set; }
Property Value
|
Edit this page
View Source
PromptImageTokenPrice
Declaration
[JsonProperty("promptImageTokenPrice")]
public string PromptImageTokenPrice { get; set; }
Property Value
|
Edit this page
View Source
PromptTextTokenPrice
Declaration
[JsonProperty("promptTextTokenPrice")]
public string PromptTextTokenPrice { get; set; }
Property Value
Implements
Extension Methods