Skip to content

Commit 4dc5fb3

Browse files
models-bot[bot]Truefoundry Models Botharshiv-26
authored
feat(anthropic): update model YAMLs [bot] (#1355)
* feat(anthropic): update model YAMLs [bot] * revert remove param --------- Co-authored-by: Truefoundry Models Bot <truefoundry-models-bot@users.noreply.github.com> Co-authored-by: harshivg <harshiv.ganwani@truefoundry.com>
1 parent ec98ab2 commit 4dc5fb3

10 files changed

Lines changed: 52 additions & 24 deletions

providers/anthropic/claude-haiku-4-5-20251001.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ costs:
77
output_cost_per_token: 0.000005
88
output_cost_per_token_batches: 0.0000025
99
region: "*"
10-
deprecationDate: "2026-10-15"
1110
features:
1211
- function_calling
1312
- parallel_function_calling
@@ -40,6 +39,7 @@ params:
4039
provisioning: serverless
4140
removeParams:
4241
- top_p
42+
retirementDate: "2026-10-15"
4343
status: active
4444
supportedModes:
4545
- chat

providers/anthropic/claude-haiku-4-5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ costs:
77
output_cost_per_token: 0.000005
88
output_cost_per_token_batches: 0.0000025
99
region: "*"
10-
deprecationDate: "2026-10-15"
1110
features:
1211
- function_calling
1312
- parallel_function_calling
@@ -38,6 +37,7 @@ params:
3837
maxValue: 64000
3938
minValue: 1
4039
provisioning: serverless
40+
retirementDate: "2026-10-15"
4141
status: active
4242
supportedModes:
4343
- chat

providers/anthropic/claude-opus-4-1-20250805.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
costs:
2-
- cache_creation_input_token_cost: 0.00001875
3-
cache_creation_input_token_cost_per_hour: 0.00003
4-
cache_read_input_token_cost: 0.0000015
5-
input_cost_per_token: 0.000015
6-
input_cost_per_token_batches: 0.0000075
7-
output_cost_per_token: 0.000075
8-
output_cost_per_token_batches: 0.0000375
2+
- cache_creation_input_token_cost: 1.875e-5
3+
cache_creation_input_token_cost_per_hour: 3e-5
4+
cache_read_input_token_cost: 1.5e-6
5+
input_cost_per_token: 1.5e-5
6+
input_cost_per_token_batches: 7.5e-6
7+
output_cost_per_token: 7.5e-5
8+
output_cost_per_token_batches: 3.75e-5
99
region: "*"
10-
deprecationDate: "2026-08-05"
10+
deprecationDate: "2026-06-05"
1111
features:
1212
- function_calling
1313
- parallel_function_calling
@@ -16,6 +16,7 @@ features:
1616
- prompt_caching
1717
- assistant_prefill
1818
- system_messages
19+
isDeprecated: true
1920
limits:
2021
context_window: 200000
2122
max_input_tokens: 200000
@@ -40,7 +41,8 @@ provisioning: serverless
4041
removeParams:
4142
- temperature
4243
- top_p
43-
status: active
44+
retirementDate: "2026-08-05"
45+
status: deprecated
4446
supportedModes:
4547
- chat
4648
thinking: true

providers/anthropic/claude-opus-4-1.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
costs:
2-
- cache_creation_input_token_cost: 0.00001875
3-
cache_creation_input_token_cost_per_hour: 0.00003
4-
cache_read_input_token_cost: 0.0000015
5-
input_cost_per_token: 0.000015
6-
input_cost_per_token_batches: 0.0000075
7-
output_cost_per_token: 0.000075
8-
output_cost_per_token_batches: 0.0000375
2+
- cache_creation_input_token_cost: 1.875e-5
3+
cache_creation_input_token_cost_per_hour: 3e-5
4+
cache_read_input_token_cost: 1.5e-6
5+
input_cost_per_token: 1.5e-5
6+
input_cost_per_token_batches: 7.5e-6
7+
output_cost_per_token: 7.5e-5
8+
output_cost_per_token_batches: 3.75e-5
99
region: "*"
10-
deprecationDate: "2026-08-05"
10+
deprecationDate: "2026-06-05"
1111
features:
1212
- function_calling
1313
- parallel_function_calling
@@ -16,6 +16,7 @@ features:
1616
- prompt_caching
1717
- assistant_prefill
1818
- system_messages
19+
isDeprecated: true
1920
limits:
2021
context_window: 200000
2122
max_input_tokens: 200000
@@ -40,7 +41,8 @@ provisioning: serverless
4041
removeParams:
4142
- temperature
4243
- top_p
43-
status: active
44+
retirementDate: "2026-08-05"
45+
status: deprecated
4446
supportedModes:
4547
- chat
4648
thinking: true

providers/anthropic/claude-opus-4-5-20251101.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ costs:
77
output_cost_per_token: 0.000025
88
output_cost_per_token_batches: 0.0000125
99
region: "*"
10-
deprecationDate: "2026-11-24"
1110
features:
1211
- function_calling
1312
- tool_choice
@@ -35,10 +34,18 @@ params:
3534
maxValue: 64000
3635
- defaultValue: null
3736
key: thinking
37+
- defaultValue: high
38+
key: reasoning_effort
39+
supportedValues:
40+
- low
41+
- medium
42+
- high
43+
type: string
3844
provisioning: serverless
3945
removeParams:
4046
- temperature
4147
- top_p
48+
retirementDate: "2026-11-24"
4249
status: active
4350
supportedModes:
4451
- chat

providers/anthropic/claude-opus-4-5.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ costs:
77
output_cost_per_token: 0.000025
88
output_cost_per_token_batches: 0.0000125
99
region: "*"
10-
deprecationDate: "2026-11-24"
1110
features:
1211
- function_calling
1312
- tool_choice
@@ -36,10 +35,18 @@ params:
3635
maxValue: 64000
3736
- defaultValue: null
3837
key: thinking
38+
- defaultValue: high
39+
key: reasoning_effort
40+
supportedValues:
41+
- low
42+
- medium
43+
- high
44+
type: string
3945
provisioning: serverless
4046
removeParams:
4147
- temperature
4248
- top_p
49+
retirementDate: "2026-11-24"
4350
status: active
4451
supportedModes:
4552
- chat

providers/anthropic/claude-opus-4-6.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ costs:
77
output_cost_per_token: 0.000025
88
output_cost_per_token_batches: 0.0000125
99
region: "*"
10-
deprecationDate: "2027-02-05"
1110
features:
1211
- function_calling
1312
- parallel_function_calling
@@ -35,7 +34,16 @@ model: claude-opus-4-6
3534
params:
3635
- key: max_tokens
3736
maxValue: 128000
37+
- defaultValue: high
38+
key: reasoning_effort
39+
supportedValues:
40+
- low
41+
- medium
42+
- high
43+
- max
44+
type: string
3845
provisioning: serverless
46+
retirementDate: "2027-02-05"
3947
status: active
4048
supportedModes:
4149
- chat

providers/anthropic/claude-opus-4-7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ removeParams:
4242
- temperature
4343
- top_p
4444
- top_k
45+
retirementDate: "2027-04-16"
4546
status: active
4647
supportedModes:
4748
- chat

providers/anthropic/claude-sonnet-4-5-20250929.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ params:
3737
provisioning: serverless
3838
removeParams:
3939
- top_p
40+
retirementDate: "2026-09-29"
4041
sources:
4142
- https://platform.claude.com/docs/en/build-with-claude/context-windows
4243
status: active

providers/anthropic/claude-sonnet-4-5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ costs:
77
output_cost_per_token: 0.000015
88
output_cost_per_token_batches: 0.0000075
99
region: "*"
10-
deprecationDate: "2026-09-29"
1110
features:
1211
- function_calling
1312
- parallel_function_calling
@@ -41,6 +40,7 @@ provisioning: serverless
4140
removeParams:
4241
- temperature
4342
- top_p
43+
retirementDate: "2026-09-29"
4444
status: active
4545
supportedModes:
4646
- chat

0 commit comments

Comments
 (0)