Skip to content

Commit 8126124

Browse files
authored
Merge pull request #1484 from smakosh/feat/llmgateway-new-models
feat: update LLM Gateway to 182 models
2 parents ac8a79d + 9460d98 commit 8126124

180 files changed

Lines changed: 414 additions & 3264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
name = "Claude 3.5 Sonnet (2024-10-22)"
2-
family = "claude"
3-
release_date = "2024-10-22"
4-
last_updated = "2024-10-22"
5-
attachment = false
6-
reasoning = false
7-
temperature = true
8-
tool_call = true
9-
structured_output = false
10-
open_weights = false
11-
status = "deprecated"
12-
13-
[cost]
14-
input = 3.00
15-
output = 15.00
16-
cache_read = 0.30
17-
18-
[limit]
19-
context = 200_000
20-
output = 8_192
21-
22-
[modalities]
23-
input = ["text"]
24-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-3-5-sonnet-20241022"

providers/llmgateway/models/claude-3-5-sonnet.toml

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

providers/llmgateway/models/claude-3-haiku-20240307.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

providers/llmgateway/models/claude-3-haiku.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,2 @@
1-
name = "Claude Haiku 4.5 (2025-10-01)"
2-
family = "claude"
3-
release_date = "2025-10-15"
4-
last_updated = "2025-10-15"
5-
attachment = false
6-
reasoning = false
7-
temperature = true
8-
tool_call = true
9-
structured_output = true
10-
open_weights = false
11-
12-
[cost]
13-
input = 1.00
14-
output = 5.00
15-
cache_read = 0.10
16-
17-
[limit]
18-
context = 200_000
19-
output = 64_000
20-
21-
[modalities]
22-
input = ["text"]
23-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-haiku-4-5-20251001"
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,2 @@
1-
name = "Claude Haiku 4.5"
2-
family = "claude"
3-
release_date = "2025-10-15"
4-
last_updated = "2025-10-15"
5-
attachment = false
6-
reasoning = false
7-
temperature = true
8-
tool_call = true
9-
structured_output = true
10-
open_weights = false
11-
12-
[cost]
13-
input = 1.00
14-
output = 5.00
15-
cache_read = 0.10
16-
17-
[limit]
18-
context = 200_000
19-
output = 64_000
20-
21-
[modalities]
22-
input = ["text"]
23-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-haiku-4-5"
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,2 @@
1-
name = "Claude Opus 4.1"
2-
family = "claude"
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-
structured_output = true
10-
open_weights = false
11-
12-
[cost]
13-
input = 15.00
14-
output = 75.00
15-
cache_read = 1.50
16-
17-
[limit]
18-
context = 200_000
19-
output = 32_000
20-
21-
[modalities]
22-
input = ["text", "image"]
23-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-opus-4-1-20250805"
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,2 @@
1-
name = "Claude Opus 4 (2025-05-14)"
2-
family = "claude"
3-
release_date = "2025-05-22"
4-
last_updated = "2025-05-22"
5-
attachment = false
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
structured_output = false
10-
open_weights = false
11-
12-
[cost]
13-
input = 15.00
14-
output = 75.00
15-
cache_read = 1.50
16-
17-
[limit]
18-
context = 200_000
19-
output = 16_384
20-
21-
[modalities]
22-
input = ["text"]
23-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-opus-4-20250514"
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,2 @@
1-
name = "Claude Opus 4.5"
2-
family = "claude"
3-
release_date = "2025-11-24"
4-
last_updated = "2025-11-24"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
structured_output = true
10-
open_weights = false
11-
12-
[cost]
13-
input = 5.00
14-
output = 25.00
15-
cache_read = 0.50
16-
17-
[limit]
18-
context = 200_000
19-
output = 32_000
20-
21-
[modalities]
22-
input = ["text", "image"]
23-
output = ["text"]
1+
[extends]
2+
from = "anthropic/claude-opus-4-5-20251101"

0 commit comments

Comments
 (0)