Class ModelArchitecture
- Namespace
- Glitch9.AIDevKit.OpenRouter
public class ModelArchitecture
- Inheritance
-
objectModelArchitecture
Properties
InputModalities
Required. The input modalities supported by the model.
public Modalities InputModalities { get; set; }
Property Value
OutputModalities
Required. The output modalities supported by the model.
public Modalities OutputModalities { get; set; }
Property Value
Tokenizer
Required. The tokenizer used by the model.
public string Tokenizer { get; set; }
Property Value
- string