Search Results for

    Show / Hide Table of Contents

    Class ClusterConfig

    Inheritance
    object
    ClusterConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.xAI
    Assembly: Glitch9.AIDevKit.Provider.XAI.dll
    Syntax
    public class ClusterConfig

    Properties

    | Edit this page View Source

    AudioModels

    Available audio models.

    Declaration
    [JsonProperty("audioModels")]
    public List<XAIAudioModel> AudioModels { get; set; }
    Property Value
    Type Description
    List<XAIAudioModel>
    | Edit this page View Source

    ClusterName

    Name of the inference cluster, e.g. 'us-east-1'.

    Declaration
    [JsonProperty("clusterName")]
    public string ClusterName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    EmbeddingModels

    Available embedding models.

    Declaration
    [JsonProperty("embeddingModels")]
    public List<XAIEmbeddingModel> EmbeddingModels { get; set; }
    Property Value
    Type Description
    List<XAIEmbeddingModel>
    | Edit this page View Source

    ImageGenerationModels

    Available image generation models.

    Declaration
    [JsonProperty("imageGenerationModels")]
    public List<XAIImageModel> ImageGenerationModels { get; set; }
    Property Value
    Type Description
    List<XAIImageModel>
    | Edit this page View Source

    LanguageModels

    Available language models.

    Declaration
    [JsonProperty("languageModels")]
    public List<XAILanguageModel> LanguageModels { get; set; }
    Property Value
    Type Description
    List<XAILanguageModel>

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    XAIMapper.ToModelDataEnumerable(ClusterConfig)
    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation