Table of Contents

Class XAIModelData

Namespace
Glitch9.AIDevKit.xAI
public abstract class XAIModelData : IModelData, IAssetData, IProviderData, IData
Inheritance
object
XAIModelData
Implements
IData
Derived

Properties

Aliases

public List<string> Aliases { get; set; }

Property Value

List<string>

Api

public Api Api { get; }

Property Value

Api

Cluster

public string Cluster { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

InputModalities

public List<string> InputModalities { get; set; }

Property Value

List<string>

InputTokenLimit

public int? InputTokenLimit { get; }

Property Value

int?

Name

public string Name { get; }

Property Value

string

OutputModalities

public List<string> OutputModalities { get; set; }

Property Value

List<string>

Prices

public List<ModelPrice> Prices { get; }

Property Value

List<ModelPrice>

Rpd

public string Rpd { get; set; }

Property Value

string

Rph

public string Rph { get; set; }

Property Value

string

Rpm

public string Rpm { get; set; }

Property Value

string

Rps

public string Rps { get; set; }

Property Value

string

Version

public string Version { get; set; }

Property Value

string