model_repository
Model
Bases: BaseModel
LLM Model
Attributes:
Name | Type | Description |
---|---|---|
provider |
Providers
|
Provider of the model (e.g. "OpenAI") |
name |
str
|
Name of the model (e.g. "gpt-4o-mini") |
architecture |
Architecture
|
Architecture type (dense or mixture-of-experts) |
warnings |
list[WarningMessage]
|
Warnings linked to the model (e.g. "model-arch-not-released" or "model-arch-multimodal") |
sources |
list[str]
|
Source of the model information (website link) |
ModelRepository(models=None, aliases=None)
Repository of models