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

    Type Alias ProviderModelsRequestJson

    from message yeying.api.llm.ProviderModelsRequest

    type ProviderModelsRequestJson = {
        body?: ProviderModelsRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.llm.ProviderModelsRequestBody body = 2;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;