mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
3.9 KiB
3.9 KiB
ModelArchitecture
Model architecture information
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
input_modalities |
List[components.InputModality] | ✔️ | Supported input modalities | |
instruct_type |
OptionalNullable[components.ModelArchitectureInstructType] | ➖ | Instruction format type | chatml |
modality |
Nullable[str] | ✔️ | Primary modality of the model | text->text |
output_modalities |
List[components.OutputModality] | ✔️ | Supported output modalities | |
tokenizer |
Optional[components.ModelGroup] | ➖ | Tokenizer type used by the model | GPT |