Skip to content

feat(anthropic): update model YAMLs [bot]#1748

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-anthropic-20260713-020523
Open

feat(anthropic): update model YAMLs [bot]#1748
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-anthropic-20260713-020523

Conversation

@models-bot

@models-bot models-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by poc-agent for provider anthropic.


Note

Low Risk
Single metadata field on a model catalog YAML; no runtime or API behavior change.

Overview
Adds retirementDate: "2027-02-17" to providers/anthropic/claude-sonnet-4-6.yaml, aligning claude-sonnet-4-6 with other Anthropic model configs that already declare a retirement date. No changes to pricing, limits, params, or status (still active).

Reviewed by Cursor Bugbot for commit e2a4913. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 20
  • Passed: 20
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 0
  • Success rate: 100.0%
Provider Model Scenarios
anthropic claude-sonnet-4-6 success: parallel-tool-call:stream, structured-output:anthropic, tool-call:anthropic, params:stream, parallel-tool-call:anthropic, structured-output:stream, tool-call, tool-call:stream:anthropic, tool-call:stream, params:stream:anthropic, parallel-tool-call:stream:anthropic, params, parallel-tool-call, params:anthropic, structured-output, structured-output:stream:anthropic, reasoning:stream, reasoning:stream:anthropic, reasoning:anthropic, reasoning
Successes (20)

anthropic/claude-sonnet-4-6 — parallel-tool-call:stream (success)

Output
Sure! Let me check the weather in both cities at the same time!{"location": "London"}{"location": "Paris"}
Number of parallel tool calls: 2
VALIDATION
... (truncated, 36 chars omitted)

anthropic/claude-sonnet-4-6 — structured-output:anthropic (success)

Output
{
  "name": "Science Fair",
  "date": "Friday",
  "participants": [
    "Alice",
    "Bob"
  ]
}
VALIDATION: structured-output SUCCESS

anthropic/claude-sonnet-4-6 — tool-call:anthropic (success)

Output
Of course! Let me check the weather in London for you right now.
Tool: get_weather
Input: {'location': 'London'}
VALIDATION: tool-call SUCCESS

anthropic/claude-sonnet-4-6 — params:stream (success)

Output
The capital of France is **Paris**. It is also the largest city in France and serves as the country's political, economic, and cultural center. 🗼

Is 
... (truncated, 39 chars omitted)

anthropic/claude-sonnet-4-6 — parallel-tool-call:anthropic (success)

Output
Sure! Let me check the weather in both London and Paris at the same time!
Tool: get_weather
Input: {'location': 'London'}
Tool: get_weather
Input: {'l
... (truncated, 91 chars omitted)

anthropic/claude-sonnet-4-6 — structured-output:stream (success)

Output
{"name":"Science Fair","date":"Friday","participants":["Alice","Bob"]}
VALIDATION: structured-output stream SUCCESS

anthropic/claude-sonnet-4-6 — tool-call (success)

Output
Function: get_weather
Arguments: {"location":"London"}
VALIDATION: tool-call SUCCESS

anthropic/claude-sonnet-4-6 — tool-call:stream:anthropic (success)

Output
Sure! Let me check the weather in London for you right now!
Tool: get_weather
Input: {'location': 'London'}

VALIDATION: tool-call stream SUCCESS

anthropic/claude-sonnet-4-6 — tool-call:stream (success)

Output
Sure! Let me check the weather in London right away!{"location": "London"}
VALIDATION: tool-call stream SUCCESS

anthropic/claude-sonnet-4-6 — params:stream:anthropic (success)

Output
The capital of France is **Paris**. It is not only the political capital but also the cultural, economic, and historical center of France. Paris is kn
... (truncated, 134 chars omitted)

anthropic/claude-sonnet-4-6 — parallel-tool-call:stream:anthropic (success)

Output
Sure! Let me check the weather in both London and Paris at the same time!
Tool: get_weather
Input: {'location': 'London'}
Tool: get_weather
Input: {'l
... (truncated, 99 chars omitted)

anthropic/claude-sonnet-4-6 — params (success)

Output
The capital of France is **Paris**. It is not only the political capital but also the cultural, economic, and historical center of France. Paris is fa
... (truncated, 136 chars omitted)

anthropic/claude-sonnet-4-6 — parallel-tool-call (success)

Output
Number of parallel tool calls: 2
Function: get_weather
Arguments: {"location":"London"}
Function: get_weather
Arguments: {"location":"Paris"}
VALIDATI
... (truncated, 31 chars omitted)

anthropic/claude-sonnet-4-6 — params:anthropic (success)

Output
The capital of France is **Paris**. It is not only the political capital but also the cultural, economic, and historical heart of the country. Paris i
... (truncated, 139 chars omitted)

anthropic/claude-sonnet-4-6 — structured-output (success)

Output
{"name":"Science Fair","date":"Friday","participants":["Alice","Bob"]}
VALIDATION: structured-output SUCCESS

anthropic/claude-sonnet-4-6 — structured-output:stream:anthropic (success)

Output
{
  "name": "Science Fair",
  "date": "Friday",
  "participants": [
    "Alice",
    "Bob"
  ]
}

VALIDATION: structured-output stream SUCCESS

anthropic/claude-sonnet-4-6 — reasoning:stream (success)

Output
# Calculating 3^3^3^3

## Key Rule: Right-to-Left Associativity

Exponentiation is **right-associative**, meaning we evaluate from **right to left**:

... (truncated, 764 chars omitted)

anthropic/claude-sonnet-4-6 — reasoning:stream:anthropic (success)

Output
Thinking: The user wants to calculate 3^3^3^3. Let me think about this step by step.

First, I need to understand the order of operations for exponent
... (truncated, 1023 chars omitted)

anthropic/claude-sonnet-4-6 — reasoning:anthropic (success)

Output
Thinking: The user wants to calculate 3^3^3^3. Let me think about this carefully.

First, I need to understand the order of operations for exponentiat
... (truncated, 1141 chars omitted)

anthropic/claude-sonnet-4-6 — reasoning (success)

Output
# Calculating 3^3^3^3 Step by Step

## Key Rule: Right-Associativity
Exponentiation is evaluated **right to left**, so:
$$3^{3^{3^3}} = 3^{(3^{(3^3)})
... (truncated, 716 chars omitted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant