Databricks SDK for JavaScript
    Preparing search index...
    interface Ai21LabsConfig {
        ai21labsApiKey?: string;
        ai21labsApiKeyPlaintext?: string;
    }
    Index

    Properties

    ai21labsApiKey?: string

    The secret key reference for an AI21 Labs API key. If you prefer to paste your API key directly, see ai21labs_api_key_plaintext. You must provide an API key using one of the following fields: ai21labs_api_key or ai21labs_api_key_plaintext.

    ai21labsApiKeyPlaintext?: string

    An AI21 Labs API key provided as a plaintext string. If you prefer to reference your key using Databricks Secrets, see ai21labs_api_key. You must provide an API key using one of the following fields: ai21labs_api_key or ai21labs_api_key_plaintext.