Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openclaw/extensions/anthropic/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 1 kB image not shown  

Quelle  openclaw.plugin.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
  "id": "anthropic",
  "enabledByDefault": true,
  "providers": ["anthropic"],
  "modelSupport": {
    "modelPrefixes": ["claude-"]
  },
  "cliBackends": ["claude-cli"],
  "syntheticAuthRefs": ["claude-cli"],
  "providerAuthEnvVars": {
    "anthropic": ["ANTHROPIC_OAUTH_TOKEN", "ANTHROPIC_API_KEY"]
  },
  "providerAuthChoices": [
    {
      "provider": "anthropic",
      "method": "cli",
      "choiceId": "anthropic-cli",
      "deprecatedChoiceIds": ["claude-cli"],
      "choiceLabel": "Anthropic Claude CLI",
      "choiceHint": "Reuse a local Claude CLI login on this host",
      "assistantPriority": -20,
      "groupId": "anthropic",
      "groupLabel": "Anthropic",
      "groupHint": "Claude CLI + API key"
    },
    {
      "provider": "anthropic",
      "method": "setup-token",
      "choiceId": "setup-token",
      "choiceLabel": "Anthropic setup-token",
      "choiceHint": "Manual token path",
      "assistantPriority": 40,
      "groupId": "anthropic",
      "groupLabel": "Anthropic",
      "groupHint": "Claude CLI + API key + token"
    },
    {
      "provider": "anthropic",
      "method": "api-key",
      "choiceId": "apiKey",
      "choiceLabel": "Anthropic API key",
      "groupId": "anthropic",
      "groupLabel": "Anthropic",
      "groupHint": "Claude CLI + API key",
      "optionKey": "anthropicApiKey",
      "cliFlag": "--anthropic-api-key",
      "cliOption": "--anthropic-api-key <key>",
      "cliDescription": "Anthropic API key"
    }
  ],
  "contracts": {
    "mediaUnderstandingProviders": ["anthropic"]
  },
  "mediaUnderstandingProviderMetadata": {
    "anthropic": {
      "capabilities": ["image"],
      "defaultModels": {
        "image": "claude-opus-4-7"
      },
      "autoPriority": {
        "image": 20
      },
      "nativeDocumentInputs": ["pdf"]
    }
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}

[Dauer der Verarbeitung: 0.3 Sekunden, vorverarbeitet 2026-04-27]