Skip to main content

Anthropic

FieldDescriptionScheme
model*

Anthropic model to use

string

url

Optional API endpoint URL

EnvVar

apiKey*

Anthropic API key for authentication

EnvVar

Example

anthropic-connection.yaml
apiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
name: anthropic-claude
namespace: default
spec:
anthropic:
model: llama3.1:8b
apikey:
valueFrom:
secretKeyRef:
name: anthropic
key: api