FoundationModelDetails¶
Structure Class¶
FoundationModelDetails
dataclass
¶
Information about a foundation model.
Attributes¶
customizations_supported
class-attribute
instance-attribute
¶
customizations_supported: list[ModelCustomization] | None = None
The customization that the model supports.
inference_types_supported
class-attribute
instance-attribute
¶
inference_types_supported: list[InferenceType] | None = None
The inference types that the model supports.
input_modalities
class-attribute
instance-attribute
¶
input_modalities: list[ModelModality] | None = None
The input modalities that the model supports.
model_lifecycle
class-attribute
instance-attribute
¶
model_lifecycle: FoundationModelLifecycle | None = None
Contains details about whether a model version is available or deprecated
output_modalities
class-attribute
instance-attribute
¶
output_modalities: list[ModelModality] | None = None
The output modalities that the model supports.
provider_name
class-attribute
instance-attribute
¶
provider_name: str | None = None
The model's provider name.
response_streaming_supported
class-attribute
instance-attribute
¶
response_streaming_supported: bool | None = None
Indicates whether the model supports streaming.