Skip to content

Commit 1b72400

Browse files
committed
Update Anthropic instructions
1 parent 737a1c8 commit 1b72400

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/ai_actions/configure_ai_actions.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,22 @@ To do it, in `config/packages` folder, create a YAML file similar to this exampl
7272
```yaml
7373
ibexa_connector_anthropic:
7474
text_to_text:
75-
default_model: claude-opus-4-20250514
75+
default_model: claude-sonnet-4-6
7676
default_temperature: 0.8
7777
default_max_tokens: 2045
7878
models:
79-
claude-sonnet-4-20250514: 'Claude 4 Sonnet (2025-05-14)'
80-
claude-opus-4-20250514: 'Claude Opus 4 (2025-05-14)'
79+
claude-haiku-4-5-20251001: 'Claude Haiku 4.5 (fast, cost-efficient)'
80+
claude-sonnet-4-6: 'Claude Sonnet 4.6 (recommended)'
81+
claude-opus-4-6: 'Claude Opus 4.6 (advanced reasoning)'
82+
claude-opus-4-7: 'Claude Opus 4.7 (most capable)'
8183
```
8284
You can now use the Anthropic connector in your project.
8385
86+
!!! note "Current model availability"
87+
88+
Anthropic regularly releases new models and deprecates older ones.
89+
Before you configure the connector, check the [Anthropic models overview](https://docs.anthropic.com/en/docs/about-claude/models/overview) for the current list of supported model identifiers.
90+
8491
## Install Google Gemini connector [[% include 'snippets/lts-update_badge.md' %]]
8592
8693
Run the following command to install the package:

0 commit comments

Comments
 (0)