Skip to main content

Anthropic

Type: conversation.anthropic

Status: alpha

Reference: https://docs.dapr.io/reference/components-reference/supported-conversation/anthropic/

Example

apiVersion: cra.diagrid.io/v1beta1
kind: Component
metadata:
name: <name>
spec:
type: conversation.anthropic
version: v1
metadata:
# API key for Anthropic.
- name: key
value: |
**********
# A time-to-live value for a prompt cache to expire. Uses Golang durations (Optional)
#- name: cacheTTL
# value: "10m"
# The Anthropic LLM to use. Configurable via ANTHROPIC_MODEL environment variable. (Optional)
#- name: model
# value: "claude-sonnet-4-20250514"

Authentication profiles

Available authentication profiles:

  • API Key

API Key

Authenticate using an API key

key (string)

Required - API key for Anthropic.

Example value:

**********

Metadata

cacheTTL (string)

A time-to-live value for a prompt cache to expire. Uses Golang durations

Example value: 10m

model (string)

The Anthropic LLM to use. Configurable via ANTHROPIC_MODEL environment variable.

Default value: claude-sonnet-4-20250514

Example value: claude-sonnet-4-20250514