interface YandexGPTEmbeddingsParams {
    apiKey?: string;
    folderID?: string;
    iamToken?: string;
    model?: string;
    modelURI?: string;
    modelVersion?: string;
}

Hierarchy (view full)

Implemented by

Properties

apiKey?: string

Yandex Cloud Api Key for service account with the ai.languageModels.user role.

folderID?: string

Yandex Cloud Folder ID.

iamToken?: string

Yandex Cloud IAM token for service or user account with the ai.languageModels.user role.

model?: string

Model name to use.

modelURI?: string

Model URI to use.

modelVersion?: string

Model version to use.

Generated using TypeDoc