@outputai/llm 0.1.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.
@@ -0,0 +1,661 @@
1
+ {
2
+ "openai": {
3
+ "id": "openai",
4
+ "models": {
5
+ "gpt-4o-2024-11-20": {
6
+ "id": "gpt-4o-2024-11-20",
7
+ "name": "GPT-4o (2024-11-20)",
8
+ "family": "gpt",
9
+ "attachment": true,
10
+ "reasoning": false,
11
+ "tool_call": true,
12
+ "structured_output": true,
13
+ "temperature": true,
14
+ "knowledge": "2023-09",
15
+ "release_date": "2024-11-20",
16
+ "last_updated": "2024-11-20",
17
+ "modalities": {
18
+ "input": [
19
+ "text",
20
+ "image"
21
+ ],
22
+ "output": [
23
+ "text"
24
+ ]
25
+ },
26
+ "open_weights": false,
27
+ "cost": {
28
+ "input": 2.5,
29
+ "output": 10,
30
+ "cache_read": 1.25
31
+ },
32
+ "limit": {
33
+ "context": 128000,
34
+ "output": 16384
35
+ }
36
+ },
37
+ "gpt-5.3-codex": {
38
+ "id": "gpt-5.3-codex",
39
+ "name": "GPT-5.3 Codex",
40
+ "family": "gpt-codex",
41
+ "attachment": true,
42
+ "reasoning": true,
43
+ "tool_call": true,
44
+ "structured_output": true,
45
+ "temperature": false,
46
+ "knowledge": "2025-08-31",
47
+ "release_date": "2026-02-05",
48
+ "last_updated": "2026-02-05",
49
+ "modalities": {
50
+ "input": [
51
+ "text",
52
+ "image",
53
+ "pdf"
54
+ ],
55
+ "output": [
56
+ "text"
57
+ ]
58
+ },
59
+ "open_weights": false,
60
+ "cost": {
61
+ "input": 1.75,
62
+ "output": 14,
63
+ "cache_read": 0.175
64
+ },
65
+ "limit": {
66
+ "context": 400000,
67
+ "input": 272000,
68
+ "output": 128000
69
+ }
70
+ },
71
+ "gpt-5-codex": {
72
+ "id": "gpt-5-codex",
73
+ "name": "GPT-5-Codex",
74
+ "family": "gpt-codex",
75
+ "attachment": false,
76
+ "reasoning": true,
77
+ "tool_call": true,
78
+ "structured_output": true,
79
+ "temperature": false,
80
+ "knowledge": "2024-09-30",
81
+ "release_date": "2025-09-15",
82
+ "last_updated": "2025-09-15",
83
+ "modalities": {
84
+ "input": [
85
+ "text",
86
+ "image"
87
+ ],
88
+ "output": [
89
+ "text"
90
+ ]
91
+ },
92
+ "open_weights": false,
93
+ "cost": {
94
+ "input": 1.25,
95
+ "output": 10,
96
+ "cache_read": 0.125
97
+ },
98
+ "limit": {
99
+ "context": 400000,
100
+ "input": 272000,
101
+ "output": 128000
102
+ }
103
+ },
104
+ "gpt-5-pro": {
105
+ "id": "gpt-5-pro",
106
+ "name": "GPT-5 Pro",
107
+ "family": "gpt-pro",
108
+ "attachment": true,
109
+ "reasoning": true,
110
+ "tool_call": true,
111
+ "structured_output": true,
112
+ "temperature": false,
113
+ "knowledge": "2024-09-30",
114
+ "release_date": "2025-10-06",
115
+ "last_updated": "2025-10-06",
116
+ "modalities": {
117
+ "input": [
118
+ "text",
119
+ "image"
120
+ ],
121
+ "output": [
122
+ "text"
123
+ ]
124
+ },
125
+ "open_weights": false,
126
+ "cost": {
127
+ "input": 15,
128
+ "output": 120
129
+ },
130
+ "limit": {
131
+ "context": 400000,
132
+ "input": 272000,
133
+ "output": 272000
134
+ }
135
+ }
136
+ }
137
+ },
138
+ "anthropic": {
139
+ "id": "anthropic",
140
+ "models": {
141
+ "claude-opus-4-5-20251101": {
142
+ "id": "claude-opus-4-5-20251101",
143
+ "name": "Claude Opus 4.5",
144
+ "family": "claude-opus",
145
+ "attachment": true,
146
+ "reasoning": true,
147
+ "tool_call": true,
148
+ "temperature": true,
149
+ "knowledge": "2025-03-31",
150
+ "release_date": "2025-11-01",
151
+ "last_updated": "2025-11-01",
152
+ "modalities": {
153
+ "input": [
154
+ "text",
155
+ "image",
156
+ "pdf"
157
+ ],
158
+ "output": [
159
+ "text"
160
+ ]
161
+ },
162
+ "open_weights": false,
163
+ "cost": {
164
+ "input": 5,
165
+ "output": 25,
166
+ "cache_read": 0.5,
167
+ "cache_write": 6.25
168
+ },
169
+ "limit": {
170
+ "context": 200000,
171
+ "output": 64000
172
+ }
173
+ },
174
+ "claude-3-5-haiku-latest": {
175
+ "id": "claude-3-5-haiku-latest",
176
+ "name": "Claude Haiku 3.5 (latest)",
177
+ "family": "claude-haiku",
178
+ "attachment": true,
179
+ "reasoning": false,
180
+ "tool_call": true,
181
+ "temperature": true,
182
+ "knowledge": "2024-07-31",
183
+ "release_date": "2024-10-22",
184
+ "last_updated": "2024-10-22",
185
+ "modalities": {
186
+ "input": [
187
+ "text",
188
+ "image",
189
+ "pdf"
190
+ ],
191
+ "output": [
192
+ "text"
193
+ ]
194
+ },
195
+ "open_weights": false,
196
+ "cost": {
197
+ "input": 0.8,
198
+ "output": 4,
199
+ "cache_read": 0.08,
200
+ "cache_write": 1
201
+ },
202
+ "limit": {
203
+ "context": 200000,
204
+ "output": 8192
205
+ }
206
+ },
207
+ "claude-opus-4-1": {
208
+ "id": "claude-opus-4-1",
209
+ "name": "Claude Opus 4.1 (latest)",
210
+ "family": "claude-opus",
211
+ "attachment": true,
212
+ "reasoning": true,
213
+ "tool_call": true,
214
+ "temperature": true,
215
+ "knowledge": "2025-03-31",
216
+ "release_date": "2025-08-05",
217
+ "last_updated": "2025-08-05",
218
+ "modalities": {
219
+ "input": [
220
+ "text",
221
+ "image",
222
+ "pdf"
223
+ ],
224
+ "output": [
225
+ "text"
226
+ ]
227
+ },
228
+ "open_weights": false,
229
+ "cost": {
230
+ "input": 15,
231
+ "output": 75,
232
+ "cache_read": 1.5,
233
+ "cache_write": 18.75
234
+ },
235
+ "limit": {
236
+ "context": 200000,
237
+ "output": 32000
238
+ }
239
+ },
240
+ "claude-3-5-sonnet-20241022": {
241
+ "id": "claude-3-5-sonnet-20241022",
242
+ "name": "Claude Sonnet 3.5 v2",
243
+ "family": "claude-sonnet",
244
+ "attachment": true,
245
+ "reasoning": false,
246
+ "tool_call": true,
247
+ "temperature": true,
248
+ "knowledge": "2024-04-30",
249
+ "release_date": "2024-10-22",
250
+ "last_updated": "2024-10-22",
251
+ "modalities": {
252
+ "input": [
253
+ "text",
254
+ "image",
255
+ "pdf"
256
+ ],
257
+ "output": [
258
+ "text"
259
+ ]
260
+ },
261
+ "open_weights": false,
262
+ "cost": {
263
+ "input": 3,
264
+ "output": 15,
265
+ "cache_read": 0.3,
266
+ "cache_write": 3.75
267
+ },
268
+ "limit": {
269
+ "context": 200000,
270
+ "output": 8192
271
+ }
272
+ }
273
+ }
274
+ },
275
+ "google": {
276
+ "id": "google",
277
+ "models": {
278
+ "gemini-embedding-001": {
279
+ "id": "gemini-embedding-001",
280
+ "name": "Gemini Embedding 001",
281
+ "family": "gemini",
282
+ "attachment": false,
283
+ "reasoning": false,
284
+ "tool_call": false,
285
+ "temperature": false,
286
+ "knowledge": "2025-05",
287
+ "release_date": "2025-05-20",
288
+ "last_updated": "2025-05-20",
289
+ "modalities": {
290
+ "input": [
291
+ "text"
292
+ ],
293
+ "output": [
294
+ "text"
295
+ ]
296
+ },
297
+ "open_weights": false,
298
+ "cost": {
299
+ "input": 0.15,
300
+ "output": 0
301
+ },
302
+ "limit": {
303
+ "context": 2048,
304
+ "output": 3072
305
+ }
306
+ },
307
+ "gemini-2.5-flash-lite-preview-09-2025": {
308
+ "id": "gemini-2.5-flash-lite-preview-09-2025",
309
+ "name": "Gemini 2.5 Flash Lite Preview 09-25",
310
+ "family": "gemini-flash-lite",
311
+ "attachment": true,
312
+ "reasoning": true,
313
+ "tool_call": true,
314
+ "structured_output": true,
315
+ "temperature": true,
316
+ "knowledge": "2025-01",
317
+ "release_date": "2025-09-25",
318
+ "last_updated": "2025-09-25",
319
+ "modalities": {
320
+ "input": [
321
+ "text",
322
+ "image",
323
+ "audio",
324
+ "video",
325
+ "pdf"
326
+ ],
327
+ "output": [
328
+ "text"
329
+ ]
330
+ },
331
+ "open_weights": false,
332
+ "cost": {
333
+ "input": 0.1,
334
+ "output": 0.4,
335
+ "cache_read": 0.025
336
+ },
337
+ "limit": {
338
+ "context": 1048576,
339
+ "output": 65536
340
+ }
341
+ },
342
+ "gemini-3.1-pro-preview-customtools": {
343
+ "id": "gemini-3.1-pro-preview-customtools",
344
+ "name": "Gemini 3.1 Pro Preview Custom Tools",
345
+ "family": "gemini-pro",
346
+ "attachment": true,
347
+ "reasoning": true,
348
+ "tool_call": true,
349
+ "structured_output": true,
350
+ "temperature": true,
351
+ "knowledge": "2025-01",
352
+ "release_date": "2026-02-19",
353
+ "last_updated": "2026-02-19",
354
+ "modalities": {
355
+ "input": [
356
+ "text",
357
+ "image",
358
+ "video",
359
+ "audio",
360
+ "pdf"
361
+ ],
362
+ "output": [
363
+ "text"
364
+ ]
365
+ },
366
+ "open_weights": false,
367
+ "cost": {
368
+ "input": 2,
369
+ "output": 12,
370
+ "cache_read": 0.2,
371
+ "context_over_200k": {
372
+ "input": 4,
373
+ "output": 18,
374
+ "cache_read": 0.4
375
+ }
376
+ },
377
+ "limit": {
378
+ "context": 1048576,
379
+ "output": 65536
380
+ }
381
+ },
382
+ "gemini-2.5-pro-preview-06-05": {
383
+ "id": "gemini-2.5-pro-preview-06-05",
384
+ "name": "Gemini 2.5 Pro Preview 06-05",
385
+ "family": "gemini-pro",
386
+ "attachment": true,
387
+ "reasoning": true,
388
+ "tool_call": true,
389
+ "structured_output": true,
390
+ "temperature": true,
391
+ "knowledge": "2025-01",
392
+ "release_date": "2025-06-05",
393
+ "last_updated": "2025-06-05",
394
+ "modalities": {
395
+ "input": [
396
+ "text",
397
+ "image",
398
+ "audio",
399
+ "video",
400
+ "pdf"
401
+ ],
402
+ "output": [
403
+ "text"
404
+ ]
405
+ },
406
+ "open_weights": false,
407
+ "cost": {
408
+ "input": 1.25,
409
+ "output": 10,
410
+ "cache_read": 0.31
411
+ },
412
+ "limit": {
413
+ "context": 1048576,
414
+ "output": 65536
415
+ }
416
+ }
417
+ }
418
+ },
419
+ "nvidia": {
420
+ "id": "nvidia",
421
+ "models": {
422
+ "nvidia/llama-3.1-nemotron-70b-instruct": {
423
+ "id": "nvidia/llama-3.1-nemotron-70b-instruct",
424
+ "name": "Llama 3.1 Nemotron 70b Instruct",
425
+ "attachment": false,
426
+ "reasoning": false,
427
+ "tool_call": true,
428
+ "structured_output": true,
429
+ "temperature": true,
430
+ "release_date": "2024-10-12",
431
+ "last_updated": "2024-10-12",
432
+ "modalities": {
433
+ "input": [
434
+ "text"
435
+ ],
436
+ "output": [
437
+ "text"
438
+ ]
439
+ },
440
+ "open_weights": false,
441
+ "cost": {
442
+ "input": 0,
443
+ "output": 0
444
+ },
445
+ "limit": {
446
+ "context": 128000,
447
+ "output": 4096
448
+ }
449
+ },
450
+ "nvidia/llama-3.1-nemotron-ultra-253b-v1": {
451
+ "id": "nvidia/llama-3.1-nemotron-ultra-253b-v1",
452
+ "name": "Llama-3.1-Nemotron-Ultra-253B-v1",
453
+ "family": "llama",
454
+ "attachment": false,
455
+ "reasoning": true,
456
+ "tool_call": true,
457
+ "temperature": true,
458
+ "knowledge": "2024-07",
459
+ "release_date": "2024-07-01",
460
+ "last_updated": "2025-09-05",
461
+ "modalities": {
462
+ "input": [
463
+ "text"
464
+ ],
465
+ "output": [
466
+ "text"
467
+ ]
468
+ },
469
+ "open_weights": false,
470
+ "cost": {
471
+ "input": 0,
472
+ "output": 0
473
+ },
474
+ "limit": {
475
+ "context": 131072,
476
+ "output": 8192
477
+ }
478
+ },
479
+ "nvidia/llama-3.1-nemotron-51b-instruct": {
480
+ "id": "nvidia/llama-3.1-nemotron-51b-instruct",
481
+ "name": "Llama 3.1 Nemotron 51b Instruct",
482
+ "attachment": false,
483
+ "reasoning": false,
484
+ "tool_call": true,
485
+ "structured_output": true,
486
+ "temperature": true,
487
+ "release_date": "2024-09-22",
488
+ "last_updated": "2024-09-22",
489
+ "modalities": {
490
+ "input": [
491
+ "text"
492
+ ],
493
+ "output": [
494
+ "text"
495
+ ]
496
+ },
497
+ "open_weights": false,
498
+ "cost": {
499
+ "input": 0,
500
+ "output": 0
501
+ },
502
+ "limit": {
503
+ "context": 128000,
504
+ "output": 4096
505
+ }
506
+ },
507
+ "nvidia/parakeet-tdt-0.6b-v2": {
508
+ "id": "nvidia/parakeet-tdt-0.6b-v2",
509
+ "name": "Parakeet TDT 0.6B v2",
510
+ "family": "parakeet",
511
+ "attachment": false,
512
+ "reasoning": false,
513
+ "tool_call": false,
514
+ "temperature": false,
515
+ "knowledge": "2024-01",
516
+ "release_date": "2024-01-01",
517
+ "last_updated": "2025-09-05",
518
+ "modalities": {
519
+ "input": [
520
+ "audio"
521
+ ],
522
+ "output": [
523
+ "text"
524
+ ]
525
+ },
526
+ "open_weights": false,
527
+ "cost": {
528
+ "input": 0,
529
+ "output": 0
530
+ },
531
+ "limit": {
532
+ "context": 0,
533
+ "output": 4096
534
+ }
535
+ }
536
+ }
537
+ },
538
+ "perplexity": {
539
+ "id": "perplexity",
540
+ "models": {
541
+ "sonar-reasoning-pro": {
542
+ "id": "sonar-reasoning-pro",
543
+ "name": "Sonar Reasoning Pro",
544
+ "family": "sonar-reasoning",
545
+ "attachment": true,
546
+ "reasoning": true,
547
+ "tool_call": false,
548
+ "temperature": true,
549
+ "knowledge": "2025-09-01",
550
+ "release_date": "2024-01-01",
551
+ "last_updated": "2025-09-01",
552
+ "modalities": {
553
+ "input": [
554
+ "text",
555
+ "image"
556
+ ],
557
+ "output": [
558
+ "text"
559
+ ]
560
+ },
561
+ "open_weights": false,
562
+ "cost": {
563
+ "input": 2,
564
+ "output": 8
565
+ },
566
+ "limit": {
567
+ "context": 128000,
568
+ "output": 4096
569
+ }
570
+ },
571
+ "sonar": {
572
+ "id": "sonar",
573
+ "name": "Sonar",
574
+ "family": "sonar",
575
+ "attachment": false,
576
+ "reasoning": false,
577
+ "tool_call": false,
578
+ "temperature": true,
579
+ "knowledge": "2025-09-01",
580
+ "release_date": "2024-01-01",
581
+ "last_updated": "2025-09-01",
582
+ "modalities": {
583
+ "input": [
584
+ "text"
585
+ ],
586
+ "output": [
587
+ "text"
588
+ ]
589
+ },
590
+ "open_weights": false,
591
+ "cost": {
592
+ "input": 1,
593
+ "output": 1
594
+ },
595
+ "limit": {
596
+ "context": 128000,
597
+ "output": 4096
598
+ }
599
+ },
600
+ "sonar-deep-research": {
601
+ "id": "sonar-deep-research",
602
+ "name": "Perplexity Sonar Deep Research",
603
+ "attachment": false,
604
+ "reasoning": true,
605
+ "tool_call": false,
606
+ "temperature": false,
607
+ "knowledge": "2025-01",
608
+ "release_date": "2025-02-01",
609
+ "last_updated": "2025-09-01",
610
+ "modalities": {
611
+ "input": [
612
+ "text"
613
+ ],
614
+ "output": [
615
+ "text"
616
+ ]
617
+ },
618
+ "open_weights": false,
619
+ "cost": {
620
+ "input": 2,
621
+ "output": 8,
622
+ "reasoning": 3
623
+ },
624
+ "limit": {
625
+ "context": 128000,
626
+ "output": 32768
627
+ }
628
+ },
629
+ "sonar-pro": {
630
+ "id": "sonar-pro",
631
+ "name": "Sonar Pro",
632
+ "family": "sonar-pro",
633
+ "attachment": true,
634
+ "reasoning": false,
635
+ "tool_call": false,
636
+ "temperature": true,
637
+ "knowledge": "2025-09-01",
638
+ "release_date": "2024-01-01",
639
+ "last_updated": "2025-09-01",
640
+ "modalities": {
641
+ "input": [
642
+ "text",
643
+ "image"
644
+ ],
645
+ "output": [
646
+ "text"
647
+ ]
648
+ },
649
+ "open_weights": false,
650
+ "cost": {
651
+ "input": 3,
652
+ "output": 15
653
+ },
654
+ "limit": {
655
+ "context": 200000,
656
+ "output": 8192
657
+ }
658
+ }
659
+ }
660
+ }
661
+ }