Skip to content

Commit 1548a72

Browse files
authored
Merge pull request #327 from sst/add-latest
anthropic models add (latest)
2 parents cbaf338 + 99362b3 commit 1548a72

7 files changed

+161
-7
lines changed

providers/anthropic/models/claude-3-5-haiku-latest.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Claude Haiku 3.5 (latest)"
2+
release_date = "2024-10-22"
3+
last_updated = "2024-10-22"
4+
attachment = true
5+
reasoning = false
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-07-31"
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.80
13+
output = 4.00
14+
cache_read = 0.08
15+
cache_write = 1.00
16+
17+
[limit]
18+
context = 200_000
19+
output = 8_192
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

providers/anthropic/models/claude-3-7-sonnet-latest.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Claude Sonnet 3.7 (latest)"
2+
release_date = "2025-02-19"
3+
last_updated = "2025-02-19"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-10-31"
9+
open_weights = false
10+
11+
[cost]
12+
input = 3.00
13+
output = 15.00
14+
cache_read = 0.30
15+
cache_write = 3.75
16+
17+
[limit]
18+
context = 200_000
19+
output = 64_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

providers/anthropic/models/claude-haiku-4-5.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Claude Haiku 4.5 (latest)"
2+
release_date = "2025-10-15"
3+
last_updated = "2025-10-15"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2025-02-31"
9+
open_weights = false
10+
11+
[cost]
12+
input = 1.00
13+
output = 5.00
14+
cache_read = 0.10
15+
cache_write = 1.25
16+
17+
[limit]
18+
context = 200_000
19+
output = 64_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

providers/anthropic/models/claude-opus-4-0.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Claude Opus 4 (latest)"
2+
release_date = "2025-05-22"
3+
last_updated = "2025-05-22"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2025-03-31"
9+
open_weights = false
10+
11+
[cost]
12+
input = 15.00
13+
output = 75.00
14+
cache_read = 1.50
15+
cache_write = 18.75
16+
17+
[limit]
18+
context = 200_000
19+
output = 32_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

providers/anthropic/models/claude-opus-4-1.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Claude Opus 4.1 (latest)"
2+
release_date = "2025-08-05"
3+
last_updated = "2025-08-05"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2025-03-31"
9+
open_weights = false
10+
11+
[cost]
12+
input = 15.00
13+
output = 75.00
14+
cache_read = 1.50
15+
cache_write = 18.75
16+
17+
[limit]
18+
context = 200_000
19+
output = 32_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

0 commit comments

Comments
 (0)