bloby-bot 0.47.0 → 0.47.1

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.
@@ -0,0 +1,579 @@
1
+ // Auto-generated by scripts/sync-pi-models.ts — DO NOT EDIT MANUALLY.
2
+ // Source: earendil-works/pi @ packages/ai/src/models.generated.ts
3
+ // Last sync: 2026-05-15T19:23:07.426Z
4
+
5
+ export interface PiCatalogModel { id: string; label: string }
6
+ export const PI_MODELS_CATALOG: Record<string, PiCatalogModel[]> = {
7
+ "google": [
8
+ {
9
+ "id": "gemini-3.1-flash-lite",
10
+ "label": "Gemini 3.1 Flash Lite"
11
+ },
12
+ {
13
+ "id": "gemini-3.1-flash-lite-preview",
14
+ "label": "Gemini 3.1 Flash Lite Preview"
15
+ },
16
+ {
17
+ "id": "gemini-3.1-pro-preview",
18
+ "label": "Gemini 3.1 Pro Preview"
19
+ },
20
+ {
21
+ "id": "gemini-3-flash-preview",
22
+ "label": "Gemini 3 Flash Preview"
23
+ },
24
+ {
25
+ "id": "gemini-3-pro-preview",
26
+ "label": "Gemini 3 Pro Preview"
27
+ },
28
+ {
29
+ "id": "gemini-2.5-flash",
30
+ "label": "Gemini 2.5 Flash"
31
+ },
32
+ {
33
+ "id": "gemini-2.5-flash-lite",
34
+ "label": "Gemini 2.5 Flash Lite"
35
+ },
36
+ {
37
+ "id": "gemini-2.5-pro",
38
+ "label": "Gemini 2.5 Pro"
39
+ },
40
+ {
41
+ "id": "gemini-2.0-flash",
42
+ "label": "Gemini 2.0 Flash"
43
+ },
44
+ {
45
+ "id": "gemini-2.0-flash-lite",
46
+ "label": "Gemini 2.0 Flash Lite"
47
+ },
48
+ {
49
+ "id": "gemini-1.5-flash",
50
+ "label": "Gemini 1.5 Flash"
51
+ },
52
+ {
53
+ "id": "gemini-1.5-flash-8b",
54
+ "label": "Gemini 1.5 Flash-8B"
55
+ },
56
+ {
57
+ "id": "gemini-1.5-pro",
58
+ "label": "Gemini 1.5 Pro"
59
+ },
60
+ {
61
+ "id": "gemini-flash-latest",
62
+ "label": "Gemini Flash Latest"
63
+ },
64
+ {
65
+ "id": "gemini-flash-lite-latest",
66
+ "label": "Gemini Flash-Lite Latest"
67
+ }
68
+ ],
69
+ "deepseek": [
70
+ {
71
+ "id": "deepseek-v4-flash",
72
+ "label": "DeepSeek V4 Flash"
73
+ },
74
+ {
75
+ "id": "deepseek-v4-pro",
76
+ "label": "DeepSeek V4 Pro"
77
+ }
78
+ ],
79
+ "groq": [
80
+ {
81
+ "id": "openai/gpt-oss-120b",
82
+ "label": "GPT OSS 120B"
83
+ },
84
+ {
85
+ "id": "qwen-qwq-32b",
86
+ "label": "Qwen QwQ 32B"
87
+ },
88
+ {
89
+ "id": "mistral-saba-24b",
90
+ "label": "Mistral Saba 24B"
91
+ },
92
+ {
93
+ "id": "openai/gpt-oss-20b",
94
+ "label": "GPT OSS 20B"
95
+ },
96
+ {
97
+ "id": "openai/gpt-oss-safeguard-20b",
98
+ "label": "Safety GPT OSS 20B"
99
+ },
100
+ {
101
+ "id": "meta-llama/llama-4-maverick-17b-128e-instruct",
102
+ "label": "Llama 4 Maverick 17B"
103
+ },
104
+ {
105
+ "id": "meta-llama/llama-4-scout-17b-16e-instruct",
106
+ "label": "Llama 4 Scout 17B"
107
+ },
108
+ {
109
+ "id": "llama-3.3-70b-versatile",
110
+ "label": "Llama 3.3 70B Versatile"
111
+ },
112
+ {
113
+ "id": "llama-3.1-8b-instant",
114
+ "label": "Llama 3.1 8B Instant"
115
+ },
116
+ {
117
+ "id": "llama3-70b-8192",
118
+ "label": "Llama 3 70B"
119
+ },
120
+ {
121
+ "id": "llama3-8b-8192",
122
+ "label": "Llama 3 8B"
123
+ },
124
+ {
125
+ "id": "qwen/qwen3-32b",
126
+ "label": "Qwen3 32B"
127
+ },
128
+ {
129
+ "id": "gemma2-9b-it",
130
+ "label": "Gemma 2 9B"
131
+ },
132
+ {
133
+ "id": "moonshotai/kimi-k2-instruct",
134
+ "label": "Kimi K2 Instruct"
135
+ },
136
+ {
137
+ "id": "moonshotai/kimi-k2-instruct-0905",
138
+ "label": "Kimi K2 Instruct 0905"
139
+ },
140
+ {
141
+ "id": "deepseek-r1-distill-llama-70b",
142
+ "label": "DeepSeek R1 Distill Llama 70B"
143
+ },
144
+ {
145
+ "id": "groq/compound",
146
+ "label": "Compound"
147
+ },
148
+ {
149
+ "id": "groq/compound-mini",
150
+ "label": "Compound Mini"
151
+ }
152
+ ],
153
+ "xai": [
154
+ {
155
+ "id": "grok-4.20-0309-non-reasoning",
156
+ "label": "Grok 4.20 (Non-Reasoning)"
157
+ },
158
+ {
159
+ "id": "grok-4.20-0309-reasoning",
160
+ "label": "Grok 4.20 (Reasoning)"
161
+ },
162
+ {
163
+ "id": "grok-4.3",
164
+ "label": "Grok 4.3"
165
+ },
166
+ {
167
+ "id": "grok-4",
168
+ "label": "Grok 4"
169
+ },
170
+ {
171
+ "id": "grok-4-1-fast",
172
+ "label": "Grok 4.1 Fast"
173
+ },
174
+ {
175
+ "id": "grok-4-1-fast-non-reasoning",
176
+ "label": "Grok 4.1 Fast (Non-Reasoning)"
177
+ },
178
+ {
179
+ "id": "grok-4-fast",
180
+ "label": "Grok 4 Fast"
181
+ },
182
+ {
183
+ "id": "grok-4-fast-non-reasoning",
184
+ "label": "Grok 4 Fast (Non-Reasoning)"
185
+ },
186
+ {
187
+ "id": "grok-3",
188
+ "label": "Grok 3"
189
+ },
190
+ {
191
+ "id": "grok-3-fast",
192
+ "label": "Grok 3 Fast"
193
+ },
194
+ {
195
+ "id": "grok-3-fast-latest",
196
+ "label": "Grok 3 Fast Latest"
197
+ },
198
+ {
199
+ "id": "grok-3-latest",
200
+ "label": "Grok 3 Latest"
201
+ },
202
+ {
203
+ "id": "grok-3-mini",
204
+ "label": "Grok 3 Mini"
205
+ },
206
+ {
207
+ "id": "grok-3-mini-fast",
208
+ "label": "Grok 3 Mini Fast"
209
+ },
210
+ {
211
+ "id": "grok-3-mini-fast-latest",
212
+ "label": "Grok 3 Mini Fast Latest"
213
+ },
214
+ {
215
+ "id": "grok-3-mini-latest",
216
+ "label": "Grok 3 Mini Latest"
217
+ },
218
+ {
219
+ "id": "grok-2",
220
+ "label": "Grok 2"
221
+ },
222
+ {
223
+ "id": "grok-2-1212",
224
+ "label": "Grok 2 (1212)"
225
+ },
226
+ {
227
+ "id": "grok-2-latest",
228
+ "label": "Grok 2 Latest"
229
+ },
230
+ {
231
+ "id": "grok-2-vision",
232
+ "label": "Grok 2 Vision"
233
+ },
234
+ {
235
+ "id": "grok-2-vision-1212",
236
+ "label": "Grok 2 Vision (1212)"
237
+ },
238
+ {
239
+ "id": "grok-2-vision-latest",
240
+ "label": "Grok 2 Vision Latest"
241
+ },
242
+ {
243
+ "id": "grok-code-fast-1",
244
+ "label": "Grok Code Fast 1"
245
+ },
246
+ {
247
+ "id": "grok-beta",
248
+ "label": "Grok Beta"
249
+ },
250
+ {
251
+ "id": "grok-vision-beta",
252
+ "label": "Grok Vision Beta"
253
+ }
254
+ ],
255
+ "cerebras": [
256
+ {
257
+ "id": "gpt-oss-120b",
258
+ "label": "GPT OSS 120B"
259
+ },
260
+ {
261
+ "id": "zai-glm-4.7",
262
+ "label": "Z.AI GLM-4.7"
263
+ },
264
+ {
265
+ "id": "llama3.1-8b",
266
+ "label": "Llama 3.1 8B"
267
+ },
268
+ {
269
+ "id": "qwen-3-235b-a22b-instruct-2507",
270
+ "label": "Qwen 3 235B Instruct"
271
+ }
272
+ ],
273
+ "mistral": [
274
+ {
275
+ "id": "mistral-medium-2604",
276
+ "label": "Mistral Medium 3.5"
277
+ },
278
+ {
279
+ "id": "mistral-small-2603",
280
+ "label": "Mistral Small 4"
281
+ },
282
+ {
283
+ "id": "devstral-2512",
284
+ "label": "Devstral 2"
285
+ },
286
+ {
287
+ "id": "labs-devstral-small-2512",
288
+ "label": "Devstral Small 2"
289
+ },
290
+ {
291
+ "id": "mistral-large-2512",
292
+ "label": "Mistral Large 3"
293
+ },
294
+ {
295
+ "id": "mistral-medium-2508",
296
+ "label": "Mistral Medium 3.1"
297
+ },
298
+ {
299
+ "id": "devstral-medium-2507",
300
+ "label": "Devstral Medium"
301
+ },
302
+ {
303
+ "id": "devstral-small-2507",
304
+ "label": "Devstral Small"
305
+ },
306
+ {
307
+ "id": "mistral-small-2506",
308
+ "label": "Mistral Small 3.2"
309
+ },
310
+ {
311
+ "id": "devstral-small-2505",
312
+ "label": "Devstral Small 2505"
313
+ },
314
+ {
315
+ "id": "mistral-medium-2505",
316
+ "label": "Mistral Medium 3"
317
+ },
318
+ {
319
+ "id": "mistral-large-2411",
320
+ "label": "Mistral Large 2.1"
321
+ },
322
+ {
323
+ "id": "pixtral-12b",
324
+ "label": "Pixtral 12B"
325
+ },
326
+ {
327
+ "id": "ministral-8b-latest",
328
+ "label": "Ministral 8B (latest)"
329
+ },
330
+ {
331
+ "id": "open-mixtral-8x22b",
332
+ "label": "Mixtral 8x22B"
333
+ },
334
+ {
335
+ "id": "open-mixtral-8x7b",
336
+ "label": "Mixtral 8x7B"
337
+ },
338
+ {
339
+ "id": "open-mistral-7b",
340
+ "label": "Mistral 7B"
341
+ },
342
+ {
343
+ "id": "mistral-medium-3.5",
344
+ "label": "Mistral Medium 3.5"
345
+ },
346
+ {
347
+ "id": "ministral-3b-latest",
348
+ "label": "Ministral 3B (latest)"
349
+ },
350
+ {
351
+ "id": "codestral-latest",
352
+ "label": "Codestral (latest)"
353
+ },
354
+ {
355
+ "id": "devstral-medium-latest",
356
+ "label": "Devstral 2 (latest)"
357
+ },
358
+ {
359
+ "id": "magistral-medium-latest",
360
+ "label": "Magistral Medium (latest)"
361
+ },
362
+ {
363
+ "id": "magistral-small",
364
+ "label": "Magistral Small"
365
+ },
366
+ {
367
+ "id": "mistral-large-latest",
368
+ "label": "Mistral Large (latest)"
369
+ },
370
+ {
371
+ "id": "mistral-medium-latest",
372
+ "label": "Mistral Medium (latest)"
373
+ },
374
+ {
375
+ "id": "mistral-nemo",
376
+ "label": "Mistral Nemo"
377
+ },
378
+ {
379
+ "id": "mistral-small-latest",
380
+ "label": "Mistral Small (latest)"
381
+ },
382
+ {
383
+ "id": "pixtral-large-latest",
384
+ "label": "Pixtral Large (latest)"
385
+ }
386
+ ],
387
+ "openai-api": [
388
+ {
389
+ "id": "gpt-5.5",
390
+ "label": "GPT-5.5"
391
+ },
392
+ {
393
+ "id": "gpt-5.5-pro",
394
+ "label": "GPT-5.5 Pro"
395
+ },
396
+ {
397
+ "id": "gpt-5.4",
398
+ "label": "GPT-5.4"
399
+ },
400
+ {
401
+ "id": "gpt-5.4-mini",
402
+ "label": "GPT-5.4 mini"
403
+ },
404
+ {
405
+ "id": "gpt-5.4-nano",
406
+ "label": "GPT-5.4 nano"
407
+ },
408
+ {
409
+ "id": "gpt-5.4-pro",
410
+ "label": "GPT-5.4 Pro"
411
+ },
412
+ {
413
+ "id": "gpt-5.3-chat-latest",
414
+ "label": "GPT-5.3 Chat (latest)"
415
+ },
416
+ {
417
+ "id": "gpt-5.3-codex",
418
+ "label": "GPT-5.3 Codex"
419
+ },
420
+ {
421
+ "id": "gpt-5.3-codex-spark",
422
+ "label": "GPT-5.3 Codex Spark"
423
+ },
424
+ {
425
+ "id": "gpt-5.2",
426
+ "label": "GPT-5.2"
427
+ },
428
+ {
429
+ "id": "gpt-5.2-chat-latest",
430
+ "label": "GPT-5.2 Chat"
431
+ },
432
+ {
433
+ "id": "gpt-5.2-codex",
434
+ "label": "GPT-5.2 Codex"
435
+ },
436
+ {
437
+ "id": "gpt-5.2-pro",
438
+ "label": "GPT-5.2 Pro"
439
+ },
440
+ {
441
+ "id": "gpt-5.1",
442
+ "label": "GPT-5.1"
443
+ },
444
+ {
445
+ "id": "gpt-5.1-chat-latest",
446
+ "label": "GPT-5.1 Chat"
447
+ },
448
+ {
449
+ "id": "gpt-5.1-codex",
450
+ "label": "GPT-5.1 Codex"
451
+ },
452
+ {
453
+ "id": "gpt-5.1-codex-max",
454
+ "label": "GPT-5.1 Codex Max"
455
+ },
456
+ {
457
+ "id": "gpt-5.1-codex-mini",
458
+ "label": "GPT-5.1 Codex mini"
459
+ },
460
+ {
461
+ "id": "gpt-5",
462
+ "label": "GPT-5"
463
+ },
464
+ {
465
+ "id": "gpt-5-chat-latest",
466
+ "label": "GPT-5 Chat Latest"
467
+ },
468
+ {
469
+ "id": "gpt-5-codex",
470
+ "label": "GPT-5-Codex"
471
+ },
472
+ {
473
+ "id": "gpt-5-mini",
474
+ "label": "GPT-5 Mini"
475
+ },
476
+ {
477
+ "id": "gpt-5-nano",
478
+ "label": "GPT-5 Nano"
479
+ },
480
+ {
481
+ "id": "gpt-5-pro",
482
+ "label": "GPT-5 Pro"
483
+ },
484
+ {
485
+ "id": "gpt-4.1",
486
+ "label": "GPT-4.1"
487
+ },
488
+ {
489
+ "id": "gpt-4.1-mini",
490
+ "label": "GPT-4.1 mini"
491
+ },
492
+ {
493
+ "id": "gpt-4.1-nano",
494
+ "label": "GPT-4.1 nano"
495
+ },
496
+ {
497
+ "id": "gpt-4",
498
+ "label": "GPT-4"
499
+ },
500
+ {
501
+ "id": "gpt-4o",
502
+ "label": "GPT-4o"
503
+ },
504
+ {
505
+ "id": "gpt-4o-mini",
506
+ "label": "GPT-4o mini"
507
+ },
508
+ {
509
+ "id": "o4-mini",
510
+ "label": "o4-mini"
511
+ },
512
+ {
513
+ "id": "o4-mini-deep-research",
514
+ "label": "o4-mini-deep-research"
515
+ },
516
+ {
517
+ "id": "o3",
518
+ "label": "o3"
519
+ },
520
+ {
521
+ "id": "o3-deep-research",
522
+ "label": "o3-deep-research"
523
+ },
524
+ {
525
+ "id": "o3-mini",
526
+ "label": "o3-mini"
527
+ },
528
+ {
529
+ "id": "o3-pro",
530
+ "label": "o3-pro"
531
+ },
532
+ {
533
+ "id": "o1",
534
+ "label": "o1"
535
+ }
536
+ ],
537
+ "anthropic-api": [
538
+ {
539
+ "id": "claude-haiku-4-5",
540
+ "label": "Claude Haiku 4.5 (latest)"
541
+ },
542
+ {
543
+ "id": "claude-opus-4-0",
544
+ "label": "Claude Opus 4 (latest)"
545
+ },
546
+ {
547
+ "id": "claude-opus-4-1",
548
+ "label": "Claude Opus 4.1 (latest)"
549
+ },
550
+ {
551
+ "id": "claude-opus-4-5",
552
+ "label": "Claude Opus 4.5 (latest)"
553
+ },
554
+ {
555
+ "id": "claude-opus-4-6",
556
+ "label": "Claude Opus 4.6"
557
+ },
558
+ {
559
+ "id": "claude-opus-4-7",
560
+ "label": "Claude Opus 4.7"
561
+ },
562
+ {
563
+ "id": "claude-sonnet-4-0",
564
+ "label": "Claude Sonnet 4 (latest)"
565
+ },
566
+ {
567
+ "id": "claude-sonnet-4-5",
568
+ "label": "Claude Sonnet 4.5 (latest)"
569
+ },
570
+ {
571
+ "id": "claude-sonnet-4-6",
572
+ "label": "Claude Sonnet 4.6"
573
+ },
574
+ {
575
+ "id": "claude-3-5-haiku-latest",
576
+ "label": "Claude Haiku 3.5 (latest)"
577
+ }
578
+ ]
579
+ };