Forest Admin - API reference
    Preparing search index...

    Type Alias AnthropicConfiguration

    AnthropicConfiguration: Omit<BaseAiConfiguration, "model"> & Omit<
        AnthropicInput,
        "model"
        | "apiKey",
    > & { model: Anthropic.Messages.Model; provider: "anthropic" }

    Anthropic-specific configuration. Extends base with all ChatAnthropic options (temperature, maxTokens, etc.) Supports both apiKey (unified) and anthropicApiKey (native) for flexibility.