Skip to content

Commit 6e95bdf

Browse files
committed
Updated models and fixed rubocop offense
1 parent 5fc937c commit 6e95bdf

File tree

7 files changed

+784
-198
lines changed

7 files changed

+784
-198
lines changed

docs/_reference/available-models.md

Lines changed: 85 additions & 45 deletions
Large diffs are not rendered by default.

gemfiles/rails_7.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ GEM
291291
diff-lcs (>= 1.2.0, < 2.0)
292292
rspec-support (~> 3.13.0)
293293
rspec-support (3.13.5)
294-
rubocop (1.79.2)
294+
rubocop (1.80.0)
295295
json (~> 2.3)
296296
language_server-protocol (~> 3.17.0.2)
297297
lint_roller (~> 1.1.0)
@@ -319,7 +319,7 @@ GEM
319319
ruby-vips (2.2.5)
320320
ffi (~> 1.12)
321321
logger
322-
ruby_llm-schema (0.1.6)
322+
ruby_llm-schema (0.1.9)
323323
ruby_parser (3.21.1)
324324
racc (~> 1.5)
325325
sexp_processor (~> 4.16)

gemfiles/rails_7.2.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ GEM
284284
diff-lcs (>= 1.2.0, < 2.0)
285285
rspec-support (~> 3.13.0)
286286
rspec-support (3.13.5)
287-
rubocop (1.79.2)
287+
rubocop (1.80.0)
288288
json (~> 2.3)
289289
language_server-protocol (~> 3.17.0.2)
290290
lint_roller (~> 1.1.0)
@@ -312,7 +312,7 @@ GEM
312312
ruby-vips (2.2.5)
313313
ffi (~> 1.12)
314314
logger
315-
ruby_llm-schema (0.1.6)
315+
ruby_llm-schema (0.1.9)
316316
ruby_parser (3.21.1)
317317
racc (~> 1.5)
318318
sexp_processor (~> 4.16)

gemfiles/rails_8.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ GEM
284284
diff-lcs (>= 1.2.0, < 2.0)
285285
rspec-support (~> 3.13.0)
286286
rspec-support (3.13.5)
287-
rubocop (1.79.2)
287+
rubocop (1.80.0)
288288
json (~> 2.3)
289289
language_server-protocol (~> 3.17.0.2)
290290
lint_roller (~> 1.1.0)
@@ -312,7 +312,7 @@ GEM
312312
ruby-vips (2.2.5)
313313
ffi (~> 1.12)
314314
logger
315-
ruby_llm-schema (0.1.6)
315+
ruby_llm-schema (0.1.9)
316316
ruby_parser (3.21.1)
317317
racc (~> 1.5)
318318
sexp_processor (~> 4.16)

lib/ruby_llm/aliases.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
{
2+
"anthropic.claude-3-5-haiku-20241022-v1:0": {
3+
"anthropic": "anthropic.claude-3-5-haiku-20241022-v1:0"
4+
},
5+
"anthropic.claude-3-7-sonnet-20250219-v1:0": {
6+
"anthropic": "anthropic.claude-3-7-sonnet-20250219-v1:0"
7+
},
8+
"anthropic.claude-3-haiku-20240307-v1:0": {
9+
"anthropic": "anthropic.claude-3-haiku-20240307-v1:0"
10+
},
11+
"anthropic.claude-opus-4-1-20250805-v1:0": {
12+
"anthropic": "anthropic.claude-opus-4-1-20250805-v1:0"
13+
},
14+
"anthropic.claude-opus-4-20250514-v1:0": {
15+
"anthropic": "anthropic.claude-opus-4-20250514-v1:0"
16+
},
17+
"anthropic.claude-sonnet-4-20250514-v1:0": {
18+
"anthropic": "anthropic.claude-sonnet-4-20250514-v1:0"
19+
},
220
"chatgpt-4o": {
321
"openai": "chatgpt-4o-latest",
422
"openrouter": "openai/chatgpt-4o-latest"
@@ -8,6 +26,9 @@
826
"openrouter": "anthropic/claude-3.5-haiku",
927
"bedrock": "anthropic.claude-3-5-haiku-20241022-v1:0"
1028
},
29+
"claude-3-5-haiku@20241022": {
30+
"anthropic": "claude-3-5-haiku@20241022"
31+
},
1132
"claude-3-5-sonnet": {
1233
"anthropic": "claude-3-5-sonnet-20241022",
1334
"openrouter": "anthropic/claude-3.5-sonnet",
@@ -18,11 +39,17 @@
1839
"openrouter": "anthropic/claude-3.7-sonnet",
1940
"bedrock": "us.anthropic.claude-3-7-sonnet-20250219-v1:0"
2041
},
42+
"claude-3-7-sonnet@20250219": {
43+
"anthropic": "claude-3-7-sonnet@20250219"
44+
},
2145
"claude-3-haiku": {
2246
"anthropic": "claude-3-haiku-20240307",
2347
"openrouter": "anthropic/claude-3-haiku",
2448
"bedrock": "anthropic.claude-3-haiku-20240307-v1:0:200k"
2549
},
50+
"claude-3-haiku@20240307": {
51+
"anthropic": "claude-3-haiku@20240307"
52+
},
2653
"claude-3-opus": {
2754
"anthropic": "claude-3-opus-20240229",
2855
"openrouter": "anthropic/claude-3-opus",
@@ -41,11 +68,20 @@
4168
"openrouter": "anthropic/claude-opus-4.1",
4269
"bedrock": "us.anthropic.claude-opus-4-1-20250805-v1:0"
4370
},
71+
"claude-opus-4-1@20250805": {
72+
"anthropic": "claude-opus-4-1@20250805"
73+
},
74+
"claude-opus-4@20250514": {
75+
"anthropic": "claude-opus-4@20250514"
76+
},
4477
"claude-sonnet-4": {
4578
"anthropic": "claude-sonnet-4-20250514",
4679
"openrouter": "anthropic/claude-sonnet-4",
4780
"bedrock": "us.anthropic.claude-sonnet-4-20250514-v1:0"
4881
},
82+
"claude-sonnet-4@20250514": {
83+
"anthropic": "claude-sonnet-4@20250514"
84+
},
4985
"deepseek-chat": {
5086
"deepseek": "deepseek-chat",
5187
"openrouter": "deepseek/deepseek-chat"

0 commit comments

Comments
 (0)