Configuration details for an Anthropic provider.

interface AnthropicConfig {
    apikey: string;
}

Properties

Properties

apikey: string

The required authentication key for accessing the Anthropic API.