Skip to content

Missing provider_name for model info #14

@damian1996

Description

@damian1996

There should be added a provider_name field to Model class (below).

class Model(BaseModel):
    model_info: ModelInfo = Field(
        ...,
        description='Basic identifying information about the model - represents the core identity and naming of the model without technical details',
    )
    configuration: Configuration = Field(
        ...,
        description="Technical specifications and implementation details of the model - defines how the model is structured and where it's hosted",
    )
    inference_settings: InferenceSettings = Field(
        ...,
        description='Runtime settings and parameters for model inference - controls how the model generates outputs and performs during execution',
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions