|
503 | 503 | "response_type": "Anthropic", |
504 | 504 | "url": "https://api.anthropic.com/v1/messages", |
505 | 505 | "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 | + }, |
506 | 516 | { |
507 | 517 | "id": "claude-opus-4-6", |
508 | 518 | "name": "Claude Opus 4.6", |
|
1604 | 1614 | "response_type": "Anthropic", |
1605 | 1615 | "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}}", |
1606 | 1616 | "models": [ |
| 1617 | + |
1607 | 1618 | { |
| 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 | + },{ |
1608 | 1628 | "id": "claude-opus-4-6", |
1609 | 1629 | "name": "Claude Opus 4.6", |
1610 | 1630 | "description": "Most capable Claude model with enhanced reasoning and analysis capabilities", |
|
0 commit comments