Anthropic
apiVersion: v1kind: Secretmetadata: name: anthropic-credentialstype: OpaquestringData: ANTHROPIC_API_KEY: sk-ant-...---apiVersion: genkit.dev/v1alpha1kind: PluginConfigmetadata: name: anthropicspec: type: anthropic credentialsRef: name: anthropic-credentials credentialKeys: [ANTHROPIC_API_KEY]---apiVersion: genkit.dev/v1alpha1kind: Modelmetadata: name: claude-opusspec: provider: anthropic model: claude-opus-4-6 pluginConfigRef: name: anthropic defaultConfig: temperature: 0.3 maxOutputTokens: 1024Credentials
Section titled “Credentials”| Default key | Notes |
|---|---|
ANTHROPIC_API_KEY | Standard Anthropic API key |
Reference
Section titled “Reference”genkit-goplugin:go/plugins/anthropic- Model catalog:
docs.anthropic.com