Skip to content

Commit dcd8183

Browse files
committed
Update models used in tests
1 parent 13cb441 commit dcd8183

File tree

33 files changed

+1977
-3161
lines changed

33 files changed

+1977
-3161
lines changed

docs/guides/available-models.md

Lines changed: 104 additions & 235 deletions
Large diffs are not rendered by default.

lib/ruby_llm/aliases.json

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
},
1616
"claude-3-5-haiku": {
1717
"anthropic": "claude-3-5-haiku-20241022",
18-
"openrouter": "anthropic/claude-3.5-haiku",
19-
"bedrock": "anthropic.claude-3-5-haiku-20241022-v1:0"
18+
"openrouter": "anthropic/claude-3.5-haiku"
2019
},
2120
"claude-3-5-sonnet": {
2221
"anthropic": "claude-3-5-sonnet-20241022",
2322
"openrouter": "anthropic/claude-3.5-sonnet",
24-
"bedrock": "anthropic.claude-3-5-sonnet-20240620-v1:0:200k"
23+
"bedrock": "anthropic.claude-3-5-sonnet-20240620-v1:0"
2524
},
2625
"claude-3-7-sonnet": {
2726
"anthropic": "claude-3-7-sonnet-20250219",
@@ -31,22 +30,20 @@
3130
"claude-3-haiku": {
3231
"anthropic": "claude-3-haiku-20240307",
3332
"openrouter": "anthropic/claude-3-haiku",
34-
"bedrock": "anthropic.claude-3-haiku-20240307-v1:0:200k"
33+
"bedrock": "anthropic.claude-3-haiku-20240307-v1:0"
3534
},
3635
"claude-3-opus": {
3736
"anthropic": "claude-3-opus-20240229",
38-
"openrouter": "anthropic/claude-3-opus",
39-
"bedrock": "anthropic.claude-3-opus-20240229-v1:0:200k"
37+
"openrouter": "anthropic/claude-3-opus"
4038
},
4139
"claude-3-sonnet": {
4240
"anthropic": "claude-3-sonnet-20240229",
4341
"openrouter": "anthropic/claude-3-sonnet",
44-
"bedrock": "anthropic.claude-3-sonnet-20240229-v1:0:200k"
42+
"bedrock": "anthropic.claude-3-sonnet-20240229-v1:0"
4543
},
4644
"claude-opus-4": {
4745
"anthropic": "claude-opus-4-20250514",
48-
"openrouter": "anthropic/claude-opus-4",
49-
"bedrock": "us.anthropic.claude-opus-4-20250514-v1:0"
46+
"openrouter": "anthropic/claude-opus-4"
5047
},
5148
"claude-sonnet-4": {
5249
"anthropic": "claude-sonnet-4-20250514",
@@ -97,6 +94,10 @@
9794
"gemini": "gemma-3n-e4b-it",
9895
"openrouter": "google/gemma-3n-e4b-it"
9996
},
97+
"gpt-3.5-turbo": {
98+
"openai": "gpt-3.5-turbo",
99+
"openrouter": "openai/gpt-3.5-turbo"
100+
},
100101
"gpt-3.5-turbo-16k": {
101102
"openai": "gpt-3.5-turbo-16k",
102103
"openrouter": "openai/gpt-3.5-turbo-16k"
@@ -109,18 +110,10 @@
109110
"openai": "gpt-4",
110111
"openrouter": "openai/gpt-4"
111112
},
112-
"gpt-4-1106-preview": {
113-
"openai": "gpt-4-1106-preview",
114-
"openrouter": "openai/gpt-4-1106-preview"
115-
},
116113
"gpt-4-turbo": {
117114
"openai": "gpt-4-turbo",
118115
"openrouter": "openai/gpt-4-turbo"
119116
},
120-
"gpt-4-turbo-preview": {
121-
"openai": "gpt-4-turbo-preview",
122-
"openrouter": "openai/gpt-4-turbo-preview"
123-
},
124117
"gpt-4.1": {
125118
"openai": "gpt-4.1",
126119
"openrouter": "openai/gpt-4.1"

0 commit comments

Comments
 (0)