Databricks SDK for JavaScript
    Preparing search index...
    interface CohereConfig {
        cohereApiBase?: string;
        cohereApiKey?: string;
        cohereApiKeyPlaintext?: string;
    }
    Index

    Properties

    cohereApiBase?: string

    This is an optional field to provide a customized base URL for the Cohere API. If left unspecified, the standard Cohere base URL is used.

    cohereApiKey?: string

    The secret key reference for a Cohere API key. If you prefer to paste your API key directly, see cohere_api_key_plaintext. You must provide an API key using one of the following fields: cohere_api_key or cohere_api_key_plaintext.

    cohereApiKeyPlaintext?: string

    The Cohere API key provided as a plaintext string. If you prefer to reference your key using Databricks Secrets, see cohere_api_key. You must provide an API key using one of the following fields: cohere_api_key or cohere_api_key_plaintext.