genai-lite 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -1764
- package/dist/config/llm-presets.json +254 -0
- package/dist/llm/config.js +207 -3
- package/dist/types/image.d.ts +1 -1
- package/dist/types/image.js +1 -1
- package/package.json +1 -1
- package/src/config/llm-presets.json +254 -0
|
@@ -1,4 +1,82 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"id": "anthropic-claude-opus-4-5-20251101-default",
|
|
4
|
+
"displayName": "Anthropic - Claude Opus 4.5",
|
|
5
|
+
"description": "Default preset for Claude Opus 4.5.",
|
|
6
|
+
"providerId": "anthropic",
|
|
7
|
+
"modelId": "claude-opus-4-5-20251101",
|
|
8
|
+
"settings": {
|
|
9
|
+
"temperature": 0.7,
|
|
10
|
+
"reasoning": {
|
|
11
|
+
"enabled": false
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"id": "anthropic-claude-opus-4-5-20251101-thinking",
|
|
17
|
+
"displayName": "Anthropic - Claude Opus 4.5 (Thinking)",
|
|
18
|
+
"description": "Claude Opus 4.5 with reasoning enabled for complex problem solving.",
|
|
19
|
+
"providerId": "anthropic",
|
|
20
|
+
"modelId": "claude-opus-4-5-20251101",
|
|
21
|
+
"settings": {
|
|
22
|
+
"temperature": 0.7,
|
|
23
|
+
"reasoning": {
|
|
24
|
+
"enabled": true
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "anthropic-claude-sonnet-4-5-20250929-default",
|
|
30
|
+
"displayName": "Anthropic - Claude Sonnet 4.5",
|
|
31
|
+
"description": "Default preset for Claude Sonnet 4.5.",
|
|
32
|
+
"providerId": "anthropic",
|
|
33
|
+
"modelId": "claude-sonnet-4-5-20250929",
|
|
34
|
+
"settings": {
|
|
35
|
+
"temperature": 0.7,
|
|
36
|
+
"reasoning": {
|
|
37
|
+
"enabled": false
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "anthropic-claude-sonnet-4-5-20250929-thinking",
|
|
43
|
+
"displayName": "Anthropic - Claude Sonnet 4.5 (Thinking)",
|
|
44
|
+
"description": "Claude Sonnet 4.5 with reasoning enabled for step-by-step thinking.",
|
|
45
|
+
"providerId": "anthropic",
|
|
46
|
+
"modelId": "claude-sonnet-4-5-20250929",
|
|
47
|
+
"settings": {
|
|
48
|
+
"temperature": 0.7,
|
|
49
|
+
"reasoning": {
|
|
50
|
+
"enabled": true
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "anthropic-claude-haiku-4-5-20251001-default",
|
|
56
|
+
"displayName": "Anthropic - Claude Haiku 4.5",
|
|
57
|
+
"description": "Default preset for Claude Haiku 4.5.",
|
|
58
|
+
"providerId": "anthropic",
|
|
59
|
+
"modelId": "claude-haiku-4-5-20251001",
|
|
60
|
+
"settings": {
|
|
61
|
+
"temperature": 0.7,
|
|
62
|
+
"reasoning": {
|
|
63
|
+
"enabled": false
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "anthropic-claude-haiku-4-5-20251001-thinking",
|
|
69
|
+
"displayName": "Anthropic - Claude Haiku 4.5 (Thinking)",
|
|
70
|
+
"description": "Claude Haiku 4.5 with reasoning enabled for fast thinking tasks.",
|
|
71
|
+
"providerId": "anthropic",
|
|
72
|
+
"modelId": "claude-haiku-4-5-20251001",
|
|
73
|
+
"settings": {
|
|
74
|
+
"temperature": 0.7,
|
|
75
|
+
"reasoning": {
|
|
76
|
+
"enabled": true
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
2
80
|
{
|
|
3
81
|
"id": "anthropic-claude-sonnet-4-20250514-default",
|
|
4
82
|
"displayName": "Anthropic - Claude Sonnet 4",
|
|
@@ -98,6 +176,78 @@
|
|
|
98
176
|
"temperature": 0.7
|
|
99
177
|
}
|
|
100
178
|
},
|
|
179
|
+
{
|
|
180
|
+
"id": "google-gemini-3-pro-preview",
|
|
181
|
+
"displayName": "Google - Gemini 3 Pro (Preview)",
|
|
182
|
+
"description": "Default preset for Gemini 3 Pro Preview.",
|
|
183
|
+
"providerId": "gemini",
|
|
184
|
+
"modelId": "gemini-3-pro-preview",
|
|
185
|
+
"settings": {
|
|
186
|
+
"temperature": 0.7,
|
|
187
|
+
"geminiSafetySettings": [
|
|
188
|
+
{ "category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "BLOCK_NONE" },
|
|
189
|
+
{
|
|
190
|
+
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
|
|
191
|
+
"threshold": "BLOCK_NONE"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
|
|
195
|
+
"threshold": "BLOCK_NONE"
|
|
196
|
+
},
|
|
197
|
+
{ "category": "HARM_CATEGORY_HARASSMENT", "threshold": "BLOCK_NONE" }
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"id": "google-gemini-3-flash-preview",
|
|
203
|
+
"displayName": "Google - Gemini 3 Flash (Preview)",
|
|
204
|
+
"description": "Default preset for Gemini 3 Flash Preview.",
|
|
205
|
+
"providerId": "gemini",
|
|
206
|
+
"modelId": "gemini-3-flash-preview",
|
|
207
|
+
"settings": {
|
|
208
|
+
"temperature": 0.7,
|
|
209
|
+
"geminiSafetySettings": [
|
|
210
|
+
{ "category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "BLOCK_NONE" },
|
|
211
|
+
{
|
|
212
|
+
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
|
|
213
|
+
"threshold": "BLOCK_NONE"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
|
|
217
|
+
"threshold": "BLOCK_NONE"
|
|
218
|
+
},
|
|
219
|
+
{ "category": "HARM_CATEGORY_HARASSMENT", "threshold": "BLOCK_NONE" }
|
|
220
|
+
],
|
|
221
|
+
"reasoning": {
|
|
222
|
+
"enabled": false
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "google-gemini-3-flash-preview-thinking",
|
|
228
|
+
"displayName": "Google - Gemini 3 Flash (Preview, Thinking)",
|
|
229
|
+
"description": "Gemini 3 Flash Preview with dynamic reasoning enabled.",
|
|
230
|
+
"providerId": "gemini",
|
|
231
|
+
"modelId": "gemini-3-flash-preview",
|
|
232
|
+
"settings": {
|
|
233
|
+
"temperature": 0.7,
|
|
234
|
+
"geminiSafetySettings": [
|
|
235
|
+
{ "category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "BLOCK_NONE" },
|
|
236
|
+
{
|
|
237
|
+
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
|
|
238
|
+
"threshold": "BLOCK_NONE"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
|
|
242
|
+
"threshold": "BLOCK_NONE"
|
|
243
|
+
},
|
|
244
|
+
{ "category": "HARM_CATEGORY_HARASSMENT", "threshold": "BLOCK_NONE" }
|
|
245
|
+
],
|
|
246
|
+
"reasoning": {
|
|
247
|
+
"enabled": true
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
101
251
|
{
|
|
102
252
|
"id": "google-gemini-2.5-pro",
|
|
103
253
|
"displayName": "Google - Gemini 2.5 Pro",
|
|
@@ -264,6 +414,110 @@
|
|
|
264
414
|
]
|
|
265
415
|
}
|
|
266
416
|
},
|
|
417
|
+
{
|
|
418
|
+
"id": "openai-gpt-5.2-default",
|
|
419
|
+
"displayName": "OpenAI - GPT-5.2",
|
|
420
|
+
"description": "Default preset for GPT-5.2.",
|
|
421
|
+
"providerId": "openai",
|
|
422
|
+
"modelId": "gpt-5.2",
|
|
423
|
+
"settings": {
|
|
424
|
+
"temperature": 0.7,
|
|
425
|
+
"reasoning": {
|
|
426
|
+
"enabled": false
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"id": "openai-gpt-5.2-thinking",
|
|
432
|
+
"displayName": "OpenAI - GPT-5.2 (Thinking)",
|
|
433
|
+
"description": "GPT-5.2 with reasoning enabled for complex problem solving.",
|
|
434
|
+
"providerId": "openai",
|
|
435
|
+
"modelId": "gpt-5.2",
|
|
436
|
+
"settings": {
|
|
437
|
+
"temperature": 0.7,
|
|
438
|
+
"reasoning": {
|
|
439
|
+
"enabled": true
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "openai-gpt-5.1-default",
|
|
445
|
+
"displayName": "OpenAI - GPT-5.1",
|
|
446
|
+
"description": "Default preset for GPT-5.1.",
|
|
447
|
+
"providerId": "openai",
|
|
448
|
+
"modelId": "gpt-5.1",
|
|
449
|
+
"settings": {
|
|
450
|
+
"temperature": 0.7,
|
|
451
|
+
"reasoning": {
|
|
452
|
+
"enabled": false
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": "openai-gpt-5.1-thinking",
|
|
458
|
+
"displayName": "OpenAI - GPT-5.1 (Thinking)",
|
|
459
|
+
"description": "GPT-5.1 with reasoning enabled for complex problem solving.",
|
|
460
|
+
"providerId": "openai",
|
|
461
|
+
"modelId": "gpt-5.1",
|
|
462
|
+
"settings": {
|
|
463
|
+
"temperature": 0.7,
|
|
464
|
+
"reasoning": {
|
|
465
|
+
"enabled": true
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "openai-gpt-5-mini-default",
|
|
471
|
+
"displayName": "OpenAI - GPT-5 Mini",
|
|
472
|
+
"description": "Default preset for GPT-5 Mini.",
|
|
473
|
+
"providerId": "openai",
|
|
474
|
+
"modelId": "gpt-5-mini-2025-08-07",
|
|
475
|
+
"settings": {
|
|
476
|
+
"temperature": 0.7,
|
|
477
|
+
"reasoning": {
|
|
478
|
+
"enabled": false
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"id": "openai-gpt-5-mini-thinking",
|
|
484
|
+
"displayName": "OpenAI - GPT-5 Mini (Thinking)",
|
|
485
|
+
"description": "GPT-5 Mini with reasoning enabled.",
|
|
486
|
+
"providerId": "openai",
|
|
487
|
+
"modelId": "gpt-5-mini-2025-08-07",
|
|
488
|
+
"settings": {
|
|
489
|
+
"temperature": 0.7,
|
|
490
|
+
"reasoning": {
|
|
491
|
+
"enabled": true
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"id": "openai-gpt-5-nano-default",
|
|
497
|
+
"displayName": "OpenAI - GPT-5 Nano",
|
|
498
|
+
"description": "Default preset for GPT-5 Nano.",
|
|
499
|
+
"providerId": "openai",
|
|
500
|
+
"modelId": "gpt-5-nano-2025-08-07",
|
|
501
|
+
"settings": {
|
|
502
|
+
"temperature": 0.7,
|
|
503
|
+
"reasoning": {
|
|
504
|
+
"enabled": false
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "openai-gpt-5-nano-thinking",
|
|
510
|
+
"displayName": "OpenAI - GPT-5 Nano (Thinking)",
|
|
511
|
+
"description": "GPT-5 Nano with reasoning enabled.",
|
|
512
|
+
"providerId": "openai",
|
|
513
|
+
"modelId": "gpt-5-nano-2025-08-07",
|
|
514
|
+
"settings": {
|
|
515
|
+
"temperature": 0.7,
|
|
516
|
+
"reasoning": {
|
|
517
|
+
"enabled": true
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
},
|
|
267
521
|
{
|
|
268
522
|
"id": "openai-o4-mini-default",
|
|
269
523
|
"displayName": "OpenAI - o4-mini",
|