Skip to content

Commit 2e5b4b4

Browse files
committed
update some modes
1 parent 27a6758 commit 2e5b4b4

25 files changed

Lines changed: 62 additions & 587 deletions
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
name = "Claude Haiku 3.5"
2-
family = "claude-haiku"
3-
release_date = "2024-10-22"
4-
last_updated = "2024-10-22"
5-
attachment = true
6-
reasoning = false
7-
temperature = true
8-
knowledge = "2024-07"
9-
tool_call = true
10-
open_weights = false
11-
12-
[cost]
13-
input = 0.80
14-
output = 4.00
15-
cache_read = 0.08
16-
cache_write = 1.00
17-
18-
[limit]
19-
context = 200_000
20-
output = 8_192
21-
22-
[modalities]
23-
input = ["text", "image", "pdf"]
24-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-3-5-haiku-20241022"
Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
name = "Claude Opus 4.6"
2-
family = "claude-opus"
3-
release_date = "2026-02-05"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
91
structured_output = true
10-
knowledge = "2025-05-31"
11-
open_weights = false
122

13-
[cost]
14-
input = 5.00
15-
output = 25.00
16-
cache_read = 0.50
17-
cache_write = 6.25
18-
19-
[limit]
20-
context = 1_000_000
21-
output = 128_000
22-
23-
[modalities]
24-
input = ["text", "image", "pdf"]
25-
output = ["text"]
3+
[extends]
4+
from = "anthropic/claude-opus-4-6"
5+
omit = ["experimental.modes.fast"]
Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
name = "Claude Opus 4.6 (EU)"
2-
family = "claude-opus"
3-
release_date = "2026-02-05"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
92
structured_output = true
10-
knowledge = "2025-05-31"
11-
open_weights = false
123

13-
[cost]
14-
input = 5.00
15-
output = 25.00
16-
cache_read = 0.50
17-
cache_write = 6.25
18-
19-
[limit]
20-
context = 1_000_000
21-
output = 128_000
22-
23-
[modalities]
24-
input = ["text", "image", "pdf"]
25-
output = ["text"]
4+
[extends]
5+
from = "anthropic/claude-opus-4-6"
6+
omit = ["experimental.modes.fast"]
Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
name = "Claude Opus 4.6 (Global)"
2-
family = "claude-opus"
3-
release_date = "2026-02-05"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
92
structured_output = true
10-
knowledge = "2025-05-31"
11-
open_weights = false
123

13-
[cost]
14-
input = 5.00
15-
output = 25.00
16-
cache_read = 0.50
17-
cache_write = 6.25
18-
19-
[limit]
20-
context = 1_000_000
21-
output = 128_000
22-
23-
[modalities]
24-
input = ["text", "image", "pdf"]
25-
output = ["text"]
4+
[extends]
5+
from = "anthropic/claude-opus-4-6"
6+
omit = ["experimental.modes.fast"]
Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
name = "Claude Opus 4.6 (US)"
2-
family = "claude-opus"
3-
release_date = "2026-02-05"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
92
structured_output = true
10-
knowledge = "2025-05-31"
11-
open_weights = false
123

13-
[cost]
14-
input = 5.00
15-
output = 25.00
16-
cache_read = 0.50
17-
cache_write = 6.25
18-
19-
[limit]
20-
context = 1_000_000
21-
output = 128_000
22-
23-
[modalities]
24-
input = ["text", "image", "pdf"]
25-
output = ["text"]
4+
[extends]
5+
from = "anthropic/claude-opus-4-6"
6+
omit = ["experimental.modes.fast"]
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
name = "Claude Haiku 3.5"
2-
family = "claude-haiku"
3-
release_date = "2024-10-22"
4-
last_updated = "2024-10-22"
5-
attachment = true
6-
reasoning = false
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-07-31"
10-
open_weights = false
11-
12-
[cost]
13-
input = 0.80
14-
output = 4.00
15-
cache_read = 0.08
16-
cache_write = 1.00
17-
18-
[limit]
19-
context = 200_000
20-
output = 8_192
21-
22-
[modalities]
23-
input = ["text", "image", "pdf"]
24-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-3-5-haiku-20241022"
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
name = "Claude Sonnet 3.5 v2"
2-
family = "claude-sonnet"
3-
release_date = "2024-10-22"
4-
last_updated = "2024-10-22"
5-
attachment = true
6-
reasoning = false
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-04-30"
10-
open_weights = false
11-
12-
[cost]
13-
input = 3.00
14-
output = 15.00
15-
cache_read = 0.30
16-
cache_write = 3.75
17-
18-
[limit]
19-
context = 200_000
20-
output = 8_192
21-
22-
[modalities]
23-
input = ["text", "image", "pdf"]
24-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-3-5-sonnet-20241022"
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
name = "Claude Sonnet 3.7"
2-
family = "claude-sonnet"
3-
release_date = "2025-02-19"
4-
last_updated = "2025-02-19"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-10-31"
10-
open_weights = false
11-
12-
[cost]
13-
input = 3.00
14-
output = 15.00
15-
cache_read = 0.30
16-
cache_write = 3.75
17-
18-
[limit]
19-
context = 200_000
20-
output = 64_000
21-
22-
[modalities]
23-
input = ["text", "image", "pdf"]
24-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-3-7-sonnet-20250219"
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
name = "Claude Haiku 4.5"
2-
family = "claude-haiku"
3-
release_date = "2025-10-15"
4-
last_updated = "2025-10-15"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2025-02-28"
10-
open_weights = false
11-
12-
[cost]
13-
input = 1.00
14-
output = 5.00
15-
cache_read = 0.10
16-
cache_write = 1.25
17-
18-
[limit]
19-
context = 200_000
20-
output = 64_000
21-
22-
[modalities]
23-
input = ["text", "image", "pdf"]
24-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-haiku-4-5-20251001"
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
name = "Claude Opus 4.1"
2-
family = "claude-opus"
3-
release_date = "2025-08-05"
4-
last_updated = "2025-08-05"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2025-03-31"
10-
open_weights = false
11-
12-
[cost]
13-
input = 15.00
14-
output = 75.00
15-
cache_read = 1.50
16-
cache_write = 18.75
17-
18-
[limit]
19-
context = 200_000
20-
output = 32_000
21-
22-
[modalities]
23-
input = ["text", "image", "pdf"]
24-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-opus-4-1-20250805"

0 commit comments

Comments
 (0)