Skip to content

Commit 3889a7c

Browse files
chore(provider): add claude-sonnet-4-6 model to anthropic and vertex providers (#2422)
1 parent b93403a commit 3889a7c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

crates/forge_repo/src/provider/provider.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,16 @@
503503
"response_type": "Anthropic",
504504
"url": "https://api.anthropic.com/v1/messages",
505505
"models": [
506+
{
507+
"id": "claude-sonnet-4-6",
508+
"name": "Claude Sonnet 4.6",
509+
"description": "Most balanced model for building agents and coding",
510+
"context_length": 200000,
511+
"tools_supported": true,
512+
"supports_parallel_tool_calls": true,
513+
"supports_reasoning": true,
514+
"input_modalities": ["text", "image"]
515+
},
506516
{
507517
"id": "claude-opus-4-6",
508518
"name": "Claude Opus 4.6",
@@ -1604,7 +1614,17 @@
16041614
"response_type": "Anthropic",
16051615
"url": "{{#if (eq LOCATION \"global\")}}https://aiplatform.googleapis.com/v1/projects/{{PROJECT_ID}}/locations/{{LOCATION}}/publishers/anthropic/models/{{else}}https://{{LOCATION}}-aiplatform.googleapis.com/v1/projects/{{PROJECT_ID}}/locations/{{LOCATION}}/publishers/anthropic/models/{{/if}}",
16061616
"models": [
1617+
16071618
{
1619+
"id": "claude-sonnet-4-6",
1620+
"name": "Claude Sonnet 4.6",
1621+
"description": "Most balanced Claude model with excellent performance and speed",
1622+
"context_length": 200000,
1623+
"tools_supported": true,
1624+
"supports_parallel_tool_calls": true,
1625+
"supports_reasoning": true,
1626+
"input_modalities": ["text", "image"]
1627+
},{
16081628
"id": "claude-opus-4-6",
16091629
"name": "Claude Opus 4.6",
16101630
"description": "Most capable Claude model with enhanced reasoning and analysis capabilities",

0 commit comments

Comments
 (0)