Class ModelArchitecture
Inheritance
object
ModelArchitecture
Namespace: Glitch9.AIDevKit.OpenRouter
Assembly: .dll
Syntax
public class ModelArchitecture
Properties
InputModalities
Required. The input modalities supported by the model.
Declaration
public Modality InputModalities { get; set; }
Property Value
Type | Description |
---|---|
Modality |
OutputModalities
Required. The output modalities supported by the model.
Declaration
public Modality OutputModalities { get; set; }
Property Value
Type | Description |
---|---|
Modality |
Tokenizer
Required. The tokenizer used by the model.
Declaration
public string Tokenizer { get; set; }
Property Value
Type | Description |
---|---|
string |