The idea is:
Add support for Anthropic’s Claude 3.7 Sonnet model to n8n’s AI node capabilities. This would include the ability to interact with the latest Claude model (model string: ‘claude-3-7-sonnet-20250219’) via Anthropic’s API within n8n workflows.
My use case:
I need to create automated workflows that leverage Claude 3.7 Sonnet’s advanced reasoning capabilities. Specifically:
- Processing and analyzing complex data from SQL databases
- Creating domain models from textual descriptions
- Summarizing and extracting key information from large documents
- Building conversational workflows that require advanced reasoning
I think it would be beneficial to add this because:
- Claude 3.7 Sonnet represents the latest advancement in Anthropic’s AI models, providing improved reasoning capabilities compared to previous models
- Having access to multiple AI providers (not just OpenAI) gives n8n users more flexibility and options
- Some users may already have Anthropic API access but not OpenAI
- Claude 3.7 Sonnet has specific strengths that complement other AI offerings
- Supporting the latest AI models keeps n8n competitive as an automation platform for AI-powered workflows
Any resources to support this?
- Anthropic API documentation: https://docs.anthropic.com/en/docs/
- Claude 3.7 Sonnet model information: https://www.anthropic.com/products
- Model string for API access: ‘claude-3-7-sonnet-20250219’
Are you willing to work on this?
I could potentially contribute to testing.