/**

  • Configuration details for an Nvidia NIM provider.
interface NvidiaNIMConfig {
    apikey: string;
}

Properties

Properties

apikey: string

The required authentication key for accessing the Nvidia NIM API.