pixano_inference.schemas.models
Pydantic models for model configuration.
ModelInfo(**data)
Bases: BaseModel
Model Information.
Attributes:
| Name | Type | Description |
|---|---|---|
name |
str
|
Name of the model. |
capability |
str
|
Capability of the model. |
model_path |
str | None
|
HuggingFace repo ID or local path. |
model_class |
str | None
|
Model class name (e.g. "Sam2ImageModel"). |