Add Claude 3.7 Sonnet Model

Created on 26 February 2025, about 1 month ago

Problem/Motivation

The AI provider module currently lacks support for the latest Claude 3.7 Sonnet model. Adding this model will ensure compatibility with the newest advancements in AI from Anthropic.

Steps to reproduce

Navigate to the Drupal\ai_provider_anthropic\Plugin\AiProvider namespace.

Locate the section where available Claude models are listed.

Observe that Claude 3.7 Sonnet is missing from the list.

Proposed resolution

Modify the model list in the AiProvider plugin file to include Claude 3.7 Sonnet. The updated list should be:
return [
'claude-3-7-sonnet-20250219' => 'Claude 3.7 Sonnet',
'claude-3-5-sonnet-latest' => 'Claude 3.5 Sonnet',
'claude-3-5-haiku-latest' => 'Claude 3.5 Haiku',
'claude-3-opus-latest' => 'Claude 3 Opus',
'claude-3-sonnet-latest' => 'Claude 3 Sonnet',
'claude-3-haiku-latest' => 'Claude 3 Haiku',
];

Remaining tasks

Adding the change to the code.

User interface changes

No UI changes expected.

API changes

No breaking API changes; this is an addition to the existing model list.

Data model changes

No data model changes required.

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇮🇳India abhinesh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024