Class XAIAudioModel
Inheritance
XAIAudioModel
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public class XAIAudioModel : XAIModelInfo, IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
CompletionTokenPrice
Declaration
[JsonProperty("completionTokenPrice")]
public string CompletionTokenPrice { get; set; }
Property Value
|
Edit this page
View Source
PromptTokenPrice
Declaration
[JsonProperty("promptTokenPrice")]
public string PromptTokenPrice { get; set; }
Property Value
|
Edit this page
View Source
SupportedClients
Declaration
[JsonProperty("supportedClients")]
public List<XAIAudioModel.SupportedClient> SupportedClients { get; set; }
Property Value
Implements
Extension Methods