Search Results for

    Show / Hide Table of Contents

    Class ModelArchitecture

    Inheritance
    object
    ModelArchitecture
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenRouter
    Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
    Syntax
    public class ModelArchitecture

    Properties

    | Edit this page View Source

    InputModalities

    Required. The input Modality supported by the model.

    Declaration
    [JsonProperty("input_modalities")]
    public Modality[] InputModalities { get; set; }
    Property Value
    Type Description
    Modality[]
    | Edit this page View Source

    OutputModalities

    Required. The output Modality supported by the model.

    Declaration
    [JsonProperty("output_modalities")]
    public Modality[] OutputModalities { get; set; }
    Property Value
    Type Description
    Modality[]
    | Edit this page View Source

    Tokenizer

    Required. The tokenizer used by the model.

    Declaration
    [JsonProperty("tokenizer")]
    public string Tokenizer { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    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