aixplain.v2.model
ModelListParams Objects
class ModelListParams(BaseListParams)
Parameters for listing models.
Attributes:
function
- Function: The function of the model.suppliers
- Union[Supplier, List[Supplier]: The suppliers of the model.source_languages
- Union[Language, List[Language]: The source languages of the model.target_languages
- Union[Language, List[Language]: The target languages of the model.is_finetunable
- bool: Whether the model is finetunable.
Model Objects
class Model(BaseResource, ListResourceMixin[ModelListParams, "Model"],
GetResourceMixin[BareGetParams, "Model"])
Resource for models.