Skip to main content
Version: 1.0

aixplain.v2.model

ModelListParams Objects

class ModelListParams(BaseListParams)

[view_source]

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"])

[view_source]

Resource for models.