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

    Type Alias ModelMetadataJson

    from message yeying.api.llm.ModelMetadata

    type ModelMetadataJson = {
        features?: ModelFeatureEnumJson[];
        name?: string;
        providerCode?: ProviderCodeEnumJson;
        type?: ModelTypeEnumJson;
    }
    Index

    Properties

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

    name?: string

    from field: string name = 3;

    providerCode?: ProviderCodeEnumJson

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

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