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

    Type Alias ProviderModelsRequestBodyJson

    from message yeying.api.llm.ProviderModelsRequestBody

    type ProviderModelsRequestBodyJson = {
        code?: ProviderCodeEnumJson;
        modelType?: ModelTypeEnumJson;
    }
    Index

    Properties

    Properties

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

    modelType?: ModelTypeEnumJson

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