{ "id": "anthropic", "name": "Anthropic", "description": "Anthropic model provider for Claude chat and reasoning models.", "npmName": "@elizaos/plugin-anthropic", "version": "2.0.0-beta.0", "source": "bundled", "tags": [ "ai-provider", "llm", "anthropic", "chat" ], "config": { "ANTHROPIC_API_KEY": { "type": "secret", "required": true, "sensitive": true, "label": "Api Key", "help": "API key used to authenticate requests to Anthropic services", "advanced": false, "autoEnableProvider": true }, "ANTHROPIC_SMALL_MODEL": { "type": "string", "required": false, "sensitive": false, "default": "claude-haiku-4-5-20251001", "label": "Small Model", "help": "Override the default Anthropic small model identifier used by the plugin", "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", "advanced": false }, "ANTHROPIC_LARGE_MODEL": { "type": "string", "required": false, "sensitive": false, "default": "claude-opus-4-8", "label": "Large Model", "help": "Override the default Anthropic large model identifier used by the plugin", "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", "advanced": false }, "ANTHROPIC_EXPERIMENTAL_TELEMETRY": { "type": "boolean", "required": false, "sensitive": false, "default": "False", "label": "Experimental Telemetry", "help": "Enable experimental telemetry features for enhanced debugging and usage analytics.", "advanced": true }, "ANTHROPIC_BROWSER_BASE_URL": { "type": "url", "required": false, "sensitive": false, "label": "Browser Base Url", "help": "Browser-only proxy endpoint base URL for Anthropic requests (no secrets in the client).", "advanced": false } }, "render": { "visible": true, "pinTo": [], "style": "card", "icon": "Brain", "group": "ai-provider", "groupOrder": 0, "actions": [ "enable", "configure" ] }, "resources": { "homepage": "https://github.com/elizaos-plugins/plugin-anthropic#readme", "repository": "https://github.com/elizaos-plugins/plugin-anthropic", "setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#anthropic" }, "dependsOn": [], "kind": "plugin", "subtype": "ai-provider" }