ai-provider-anthropic
Enterprise Part of the commercial Kumiko Enterprise offering — not in the open framework.
Registers the Anthropic Claude models as the "anthropic" LLM provider in ai-foundation. Owns the @anthropic-ai/sdk dependency and the per-tenant config-keys (model, effort, maxTokens) plus the BYOK secret anthropic.apiKey — each tenant supplies their own Anthropic API key via the admin UI. Set the ai-foundation provider config-key to "anthropic" to activate it.
Dependencies
Section titled “Dependencies”- Requires:
config,secrets,ai-foundation - Activation: always on (not toggleable)
Configuration
Section titled “Configuration”Per-tenant config keys, set via the tenant-admin UI or a seed. 🔒 = encrypted at rest.
| Key | Type | Default | Scope | Who can write | Who can read |
|---|---|---|---|---|---|
| model | text | claude-sonnet-4-6 | tenant | TenantAdmin, SystemAdmin | all |
| effort | select (low | medium | high | xhigh | max) | high | tenant | TenantAdmin, SystemAdmin | all |
| max-tokens | number (1024–16000) | 16000 | tenant | TenantAdmin, SystemAdmin | all |
Secrets
Section titled “Secrets”| Secret | Scope | Hint |
|---|---|---|
| ai-provider-anthropic:secret:anthropic-api-key | tenant | From the Anthropic Console under Settings → API Keys. Format: sk-ant-… |
Extensions & cross-feature APIs
Section titled “Extensions & cross-feature APIs”- Registers extension:
llmProvider→anthropic