langchain.js
    Preparing search index...
    interface WatsonxLLMGatewayParams {
        authenticator?: string;
        modelGateway: boolean;
        modelGatewayKwargs?: WatsonxLLMGatewayKwargs;
        serviceUrl: string;
        version: string;
    }

    Hierarchy (View Summary)

    • WatsonxInit
    • Omit<
          CreateCompletionsParams,
          keyof WatsonxLLMGatewayKwargs
          | "stream"
          | "prompt",
      >
    Index

    Properties

    authenticator?: string
    modelGateway: boolean
    modelGatewayKwargs?: WatsonxLLMGatewayKwargs

    Additional parameters usable only in model gateway

    serviceUrl: string
    version: string