You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds the feature code, including basic handlers that let you refine text or generate alternative text for images.
48
54
49
55
To use the connector with the Anthropic services, you need to create an account, make sure that you [set up a billing method](https://support.claude.com/en/articles/8325618-paid-plan-billing-faqs), and get an API key.
50
56
@@ -72,15 +78,22 @@ To do it, in `config/packages` folder, create a YAML file similar to this exampl
claude-opus-4-6: 'Claude Opus 4.6 (advanced reasoning)'
88
+
claude-opus-4-7: 'Claude Opus 4.7 (most capable)'
81
89
```
82
90
You can now use the Anthropic connector in your project.
83
91
92
+
!!! note "Current model availability"
93
+
94
+
Anthropic regularly releases new models and deprecates older ones.
95
+
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.
96
+
84
97
## Install Google Gemini connector [[% include 'snippets/lts-update_badge.md' %]]
85
98
86
99
Run the following command to install the package:
@@ -95,7 +108,7 @@ Then, if not using Symfony Flex, enable the bundle in `config/bundles.php`:
0 commit comments