@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias ModelMetadata

    ModelMetadata: Message<"yeying.api.llm.ModelMetadata"> & {
        features: ModelFeatureEnum[];
        name: string;
        providerCode: ProviderCodeEnum;
        type: ModelTypeEnum;
    }

    Type declaration

    • features: ModelFeatureEnum[]

      from field: repeated yeying.api.llm.ModelFeatureEnum features = 4;

    • name: string

      from field: string name = 3;

    • providerCode: ProviderCodeEnum

      from field: yeying.api.llm.ProviderCodeEnum providerCode = 1;

    • type: ModelTypeEnum

      from field: yeying.api.llm.ModelTypeEnum type = 2;

    from message yeying.api.llm.ModelMetadata