Credentials: {
    apiKey: string;
} | {
    credentials: string;
} | {
    apiKey: string;
    model: string;
} | {
    apiKey: string;
    endpoint: string;
} | {
    url: string;
} | {
    accessKey: string;
    secretKey: string;
}

Type declaration

  • apiKey: string

Type declaration

  • credentials: string

Type declaration

  • apiKey: string
  • model: string

Type declaration

  • apiKey: string
  • endpoint: string

Type declaration

  • url: string

Type declaration

  • accessKey: string
  • secretKey: string