@theokit/sdk 4.12.2 → 4.13.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.
@@ -14,7 +14,146 @@
14
14
  "supportsStreaming": true,
15
15
  "supportsCacheControl": false
16
16
  },
17
- "aliases": ["openai"]
17
+ "aliases": ["openai"],
18
+ "models": {
19
+ "gpt-4o-mini": {
20
+ "name": "GPT-4o mini",
21
+ "release_date": "2024-07-18",
22
+ "attachment": true,
23
+ "reasoning": false,
24
+ "temperature": true,
25
+ "tool_call": true,
26
+ "structured_output": true,
27
+ "cost": {
28
+ "input": 0.15,
29
+ "output": 0.6,
30
+ "cache_read": 0.075
31
+ },
32
+ "limit": {
33
+ "context": 128000,
34
+ "output": 16384
35
+ },
36
+ "modalities": {
37
+ "input": ["text", "image"],
38
+ "output": ["text"]
39
+ },
40
+ "cache_control": false
41
+ },
42
+ "gpt-4o": {
43
+ "name": "GPT-4o",
44
+ "release_date": "2024-05-13",
45
+ "attachment": true,
46
+ "reasoning": false,
47
+ "temperature": true,
48
+ "tool_call": true,
49
+ "structured_output": true,
50
+ "cost": {
51
+ "input": 2.5,
52
+ "output": 10,
53
+ "cache_read": 1.25
54
+ },
55
+ "limit": {
56
+ "context": 128000,
57
+ "output": 16384
58
+ },
59
+ "modalities": {
60
+ "input": ["text", "image"],
61
+ "output": ["text"]
62
+ },
63
+ "cache_control": false
64
+ },
65
+ "gpt-4-turbo": {
66
+ "name": "GPT-4 Turbo",
67
+ "release_date": "2023-11-06",
68
+ "attachment": true,
69
+ "reasoning": false,
70
+ "temperature": true,
71
+ "tool_call": true,
72
+ "structured_output": false,
73
+ "cost": {
74
+ "input": 10,
75
+ "output": 30
76
+ },
77
+ "limit": {
78
+ "context": 128000,
79
+ "output": 4096
80
+ },
81
+ "modalities": {
82
+ "input": ["text", "image"],
83
+ "output": ["text"]
84
+ },
85
+ "cache_control": false
86
+ },
87
+ "o1": {
88
+ "name": "o1",
89
+ "release_date": "2024-12-05",
90
+ "attachment": true,
91
+ "reasoning": true,
92
+ "temperature": false,
93
+ "tool_call": true,
94
+ "structured_output": true,
95
+ "cost": {
96
+ "input": 15,
97
+ "output": 60,
98
+ "cache_read": 7.5
99
+ },
100
+ "limit": {
101
+ "context": 200000,
102
+ "output": 100000
103
+ },
104
+ "modalities": {
105
+ "input": ["text"],
106
+ "output": ["text"]
107
+ },
108
+ "cache_control": false
109
+ },
110
+ "o3": {
111
+ "name": "o3",
112
+ "release_date": "2025-04-16",
113
+ "attachment": true,
114
+ "reasoning": true,
115
+ "temperature": false,
116
+ "tool_call": true,
117
+ "structured_output": true,
118
+ "cost": {
119
+ "input": 2,
120
+ "output": 8,
121
+ "cache_read": 0.5
122
+ },
123
+ "limit": {
124
+ "context": 200000,
125
+ "output": 100000
126
+ },
127
+ "modalities": {
128
+ "input": ["text"],
129
+ "output": ["text"]
130
+ },
131
+ "cache_control": false
132
+ },
133
+ "gpt-4.1": {
134
+ "name": "GPT-4.1",
135
+ "release_date": "2025-04-14",
136
+ "attachment": true,
137
+ "reasoning": false,
138
+ "temperature": true,
139
+ "tool_call": true,
140
+ "structured_output": true,
141
+ "cost": {
142
+ "input": 2,
143
+ "output": 8,
144
+ "cache_read": 0.5
145
+ },
146
+ "limit": {
147
+ "context": 1047576,
148
+ "output": 32768
149
+ },
150
+ "modalities": {
151
+ "input": ["text", "image"],
152
+ "output": ["text"]
153
+ },
154
+ "cache_control": false
155
+ }
156
+ }
18
157
  },
19
158
  {
20
159
  "id": "anthropic",
@@ -31,7 +170,198 @@
31
170
  "supportsStreaming": true,
32
171
  "supportsCacheControl": true
33
172
  },
34
- "aliases": ["anthropic"]
173
+ "aliases": ["anthropic"],
174
+ "models": {
175
+ "claude-3-5-haiku-latest": {
176
+ "tool_call": true,
177
+ "structured_output": false,
178
+ "cache_control": true,
179
+ "modalities": {
180
+ "input": ["text"]
181
+ },
182
+ "limit": {
183
+ "context": 200000,
184
+ "output": 8192
185
+ }
186
+ },
187
+ "claude-opus-4-7": {
188
+ "name": "Claude Opus 4.7",
189
+ "release_date": "2026-04-14",
190
+ "attachment": true,
191
+ "reasoning": true,
192
+ "temperature": false,
193
+ "tool_call": true,
194
+ "structured_output": true,
195
+ "cost": {
196
+ "input": 5,
197
+ "output": 25,
198
+ "cache_read": 0.5,
199
+ "cache_write": 6.25
200
+ },
201
+ "limit": {
202
+ "context": 1000000,
203
+ "output": 128000
204
+ },
205
+ "modalities": {
206
+ "input": ["text", "image", "pdf"],
207
+ "output": ["text"]
208
+ }
209
+ },
210
+ "claude-sonnet-4-6": {
211
+ "name": "Claude Sonnet 4.6",
212
+ "release_date": "2026-02-17",
213
+ "attachment": true,
214
+ "reasoning": true,
215
+ "temperature": true,
216
+ "tool_call": true,
217
+ "structured_output": true,
218
+ "cost": {
219
+ "input": 3,
220
+ "output": 15,
221
+ "cache_read": 0.3,
222
+ "cache_write": 3.75
223
+ },
224
+ "limit": {
225
+ "context": 1000000,
226
+ "output": 128000
227
+ },
228
+ "modalities": {
229
+ "input": ["text", "image", "pdf"],
230
+ "output": ["text"]
231
+ }
232
+ },
233
+ "claude-haiku-4-5-20251001": {
234
+ "name": "Claude Haiku 4.5",
235
+ "release_date": "2025-10-15",
236
+ "attachment": true,
237
+ "reasoning": true,
238
+ "temperature": true,
239
+ "tool_call": true,
240
+ "structured_output": true,
241
+ "cost": {
242
+ "input": 1,
243
+ "output": 5,
244
+ "cache_read": 0.1,
245
+ "cache_write": 1.25
246
+ },
247
+ "limit": {
248
+ "context": 200000,
249
+ "output": 64000
250
+ },
251
+ "modalities": {
252
+ "input": ["text", "image", "pdf"],
253
+ "output": ["text"]
254
+ }
255
+ },
256
+ "claude-opus-4": {
257
+ "tool_call": true,
258
+ "structured_output": false,
259
+ "cache_control": true,
260
+ "modalities": {
261
+ "input": ["text", "image"]
262
+ },
263
+ "limit": {
264
+ "context": 200000,
265
+ "output": 32000
266
+ }
267
+ },
268
+ "claude-sonnet-4": {
269
+ "tool_call": true,
270
+ "structured_output": false,
271
+ "cache_control": true,
272
+ "modalities": {
273
+ "input": ["text", "image"]
274
+ },
275
+ "limit": {
276
+ "context": 200000,
277
+ "output": 16000
278
+ }
279
+ },
280
+ "claude-3-5-sonnet": {
281
+ "tool_call": true,
282
+ "structured_output": false,
283
+ "cache_control": true,
284
+ "modalities": {
285
+ "input": ["text", "image"]
286
+ },
287
+ "limit": {
288
+ "context": 200000,
289
+ "output": 8192
290
+ }
291
+ },
292
+ "claude-3-5-sonnet-latest": {
293
+ "tool_call": true,
294
+ "structured_output": false,
295
+ "cache_control": true,
296
+ "modalities": {
297
+ "input": ["text", "image"]
298
+ },
299
+ "limit": {
300
+ "context": 200000,
301
+ "output": 8192
302
+ }
303
+ },
304
+ "claude-3-haiku": {
305
+ "tool_call": true,
306
+ "structured_output": false,
307
+ "cache_control": true,
308
+ "modalities": {
309
+ "input": ["text", "image"]
310
+ },
311
+ "limit": {
312
+ "context": 200000,
313
+ "output": 4096
314
+ }
315
+ },
316
+ "claude-3-opus": {
317
+ "tool_call": true,
318
+ "structured_output": false,
319
+ "cache_control": true,
320
+ "modalities": {
321
+ "input": ["text", "image"]
322
+ },
323
+ "limit": {
324
+ "context": 200000,
325
+ "output": 4096
326
+ }
327
+ },
328
+ "claude-opus-4.1": {
329
+ "tool_call": true,
330
+ "structured_output": false,
331
+ "cache_control": true,
332
+ "modalities": {
333
+ "input": ["text", "image"]
334
+ },
335
+ "limit": {
336
+ "context": 200000,
337
+ "output": 32000
338
+ }
339
+ },
340
+ "claude-sonnet-4.5": {
341
+ "tool_call": true,
342
+ "structured_output": false,
343
+ "cache_control": true,
344
+ "modalities": {
345
+ "input": ["text", "image"]
346
+ },
347
+ "limit": {
348
+ "context": 200000,
349
+ "output": 16000
350
+ }
351
+ },
352
+ "claude-3.5-sonnet": {
353
+ "tool_call": true,
354
+ "structured_output": false,
355
+ "cache_control": true,
356
+ "modalities": {
357
+ "input": ["text", "image"]
358
+ },
359
+ "limit": {
360
+ "context": 200000,
361
+ "output": 8192
362
+ }
363
+ }
364
+ }
35
365
  },
36
366
  {
37
367
  "id": "openrouter",
@@ -64,6 +394,28 @@
64
394
  "supportsStructuredOutput": true,
65
395
  "supportsStreaming": true,
66
396
  "supportsCacheControl": false
397
+ },
398
+ "models": {
399
+ "llama-3.3-70b-versatile": {
400
+ "name": "Llama 3.3 70B",
401
+ "release_date": "2024-12-06",
402
+ "attachment": false,
403
+ "reasoning": false,
404
+ "temperature": true,
405
+ "tool_call": true,
406
+ "cost": {
407
+ "input": 0.59,
408
+ "output": 0.79
409
+ },
410
+ "limit": {
411
+ "context": 131072,
412
+ "output": 32768
413
+ },
414
+ "modalities": {
415
+ "input": ["text"],
416
+ "output": ["text"]
417
+ }
418
+ }
67
419
  }
68
420
  },
69
421
  {
@@ -80,6 +432,28 @@
80
432
  "supportsStructuredOutput": true,
81
433
  "supportsStreaming": true,
82
434
  "supportsCacheControl": false
435
+ },
436
+ "models": {
437
+ "mistral-large-latest": {
438
+ "name": "Mistral Large (latest)",
439
+ "release_date": "2024-11-01",
440
+ "attachment": true,
441
+ "reasoning": false,
442
+ "temperature": true,
443
+ "tool_call": true,
444
+ "cost": {
445
+ "input": 0.5,
446
+ "output": 1.5
447
+ },
448
+ "limit": {
449
+ "context": 262144,
450
+ "output": 262144
451
+ },
452
+ "modalities": {
453
+ "input": ["text", "image"],
454
+ "output": ["text"]
455
+ }
456
+ }
83
457
  }
84
458
  },
85
459
  {
@@ -96,6 +470,64 @@
96
470
  "supportsStructuredOutput": true,
97
471
  "supportsStreaming": true,
98
472
  "supportsCacheControl": false
473
+ },
474
+ "models": {
475
+ "deepseek-chat": {
476
+ "name": "DeepSeek Chat",
477
+ "release_date": "2025-12-01",
478
+ "attachment": true,
479
+ "reasoning": false,
480
+ "temperature": true,
481
+ "tool_call": true,
482
+ "cost": {
483
+ "input": 0.14,
484
+ "output": 0.28,
485
+ "cache_read": 0.0028
486
+ },
487
+ "limit": {
488
+ "context": 1000000,
489
+ "output": 384000
490
+ },
491
+ "modalities": {
492
+ "input": ["text"],
493
+ "output": ["text"]
494
+ }
495
+ },
496
+ "deepseek-v4-flash": {
497
+ "name": "DeepSeek V4 Flash",
498
+ "release_date": "2026-04-24",
499
+ "attachment": false,
500
+ "reasoning": true,
501
+ "temperature": true,
502
+ "tool_call": true,
503
+ "structured_output": false,
504
+ "cost": {
505
+ "input": 0.14,
506
+ "output": 0.28,
507
+ "cache_read": 0.0028
508
+ },
509
+ "limit": {
510
+ "context": 1048576,
511
+ "output": 8000
512
+ },
513
+ "modalities": {
514
+ "input": ["text"],
515
+ "output": ["text"]
516
+ },
517
+ "cache_control": false
518
+ },
519
+ "deepseek-v3.2": {
520
+ "tool_call": true,
521
+ "structured_output": false,
522
+ "cache_control": false,
523
+ "modalities": {
524
+ "input": ["text"]
525
+ },
526
+ "limit": {
527
+ "context": 131072,
528
+ "output": 8000
529
+ }
530
+ }
99
531
  }
100
532
  },
101
533
  {
@@ -145,7 +577,78 @@
145
577
  "supportsStreaming": true,
146
578
  "supportsCacheControl": false
147
579
  },
148
- "aliases": ["gemini"]
580
+ "aliases": ["gemini", "google"],
581
+ "models": {
582
+ "gemini-2.0-flash": {
583
+ "name": "Gemini 2.0 Flash",
584
+ "release_date": "2024-12-11",
585
+ "attachment": true,
586
+ "reasoning": false,
587
+ "temperature": true,
588
+ "tool_call": true,
589
+ "structured_output": true,
590
+ "cost": {
591
+ "input": 0.1,
592
+ "output": 0.4,
593
+ "cache_read": 0.025
594
+ },
595
+ "limit": {
596
+ "context": 1048576,
597
+ "output": 8192
598
+ },
599
+ "modalities": {
600
+ "input": ["text", "image", "audio", "video", "pdf"],
601
+ "output": ["text"]
602
+ },
603
+ "status": "deprecated"
604
+ },
605
+ "gemini-2.5-flash-lite": {
606
+ "name": "Gemini 2.5 Flash-Lite",
607
+ "release_date": "2025-06-17",
608
+ "attachment": true,
609
+ "reasoning": true,
610
+ "temperature": true,
611
+ "tool_call": true,
612
+ "structured_output": true,
613
+ "cost": {
614
+ "input": 0.1,
615
+ "output": 0.4,
616
+ "cache_read": 0.01
617
+ },
618
+ "limit": {
619
+ "context": 1048576,
620
+ "output": 8000
621
+ },
622
+ "modalities": {
623
+ "input": ["text", "image"],
624
+ "output": ["text"]
625
+ },
626
+ "cache_control": false
627
+ },
628
+ "gemini-2.5-pro": {
629
+ "name": "Gemini 2.5 Pro",
630
+ "release_date": "2025-06-17",
631
+ "attachment": true,
632
+ "reasoning": true,
633
+ "temperature": true,
634
+ "tool_call": true,
635
+ "structured_output": true,
636
+ "cost": {
637
+ "input": 1.25,
638
+ "output": 10,
639
+ "cache_read": 0.125
640
+ },
641
+ "limit": {
642
+ "context": 1048576,
643
+ "output": 8000
644
+ },
645
+ "modalities": {
646
+ "input": ["text", "image"],
647
+ "output": ["text"]
648
+ },
649
+ "cache_control": false
650
+ }
651
+ }
149
652
  },
150
653
  {
151
654
  "id": "ollama",
@@ -552,7 +1055,21 @@
552
1055
  "supportsStreaming": true,
553
1056
  "supportsCacheControl": false
554
1057
  },
555
- "aliases": ["dashscope"]
1058
+ "aliases": ["dashscope"],
1059
+ "models": {
1060
+ "qwen3-coder-30b-a3b-instruct": {
1061
+ "tool_call": true,
1062
+ "structured_output": false,
1063
+ "cache_control": false,
1064
+ "modalities": {
1065
+ "input": ["text"]
1066
+ },
1067
+ "limit": {
1068
+ "context": 160000,
1069
+ "output": 8000
1070
+ }
1071
+ }
1072
+ }
556
1073
  },
557
1074
  {
558
1075
  "id": "zhipu",
@@ -569,7 +1086,33 @@
569
1086
  "supportsStreaming": true,
570
1087
  "supportsCacheControl": false
571
1088
  },
572
- "aliases": ["glm"]
1089
+ "aliases": ["glm", "z-ai"],
1090
+ "models": {
1091
+ "glm-4.7-flash": {
1092
+ "name": "GLM-4.7-Flash",
1093
+ "release_date": "2026-01-19",
1094
+ "attachment": false,
1095
+ "reasoning": true,
1096
+ "temperature": true,
1097
+ "tool_call": true,
1098
+ "cost": {
1099
+ "input": 0,
1100
+ "output": 0,
1101
+ "cache_read": 0,
1102
+ "cache_write": 0
1103
+ },
1104
+ "limit": {
1105
+ "context": 202752,
1106
+ "output": 8000
1107
+ },
1108
+ "modalities": {
1109
+ "input": ["text"],
1110
+ "output": ["text"]
1111
+ },
1112
+ "structured_output": false,
1113
+ "cache_control": false
1114
+ }
1115
+ }
573
1116
  },
574
1117
  {
575
1118
  "id": "minimax",
@@ -649,6 +1192,29 @@
649
1192
  "supportsStructuredOutput": true,
650
1193
  "supportsStreaming": true,
651
1194
  "supportsCacheControl": false
1195
+ },
1196
+ "models": {
1197
+ "gpt-4o-mini": {
1198
+ "name": "OpenAI GPT-4o-mini",
1199
+ "release_date": "2024-07-18",
1200
+ "attachment": false,
1201
+ "reasoning": false,
1202
+ "temperature": true,
1203
+ "tool_call": true,
1204
+ "cost": {
1205
+ "input": 0.15,
1206
+ "output": 0.6,
1207
+ "cache_read": 0.075
1208
+ },
1209
+ "limit": {
1210
+ "context": 128000,
1211
+ "output": 16384
1212
+ },
1213
+ "modalities": {
1214
+ "input": ["text", "image"],
1215
+ "output": ["text"]
1216
+ }
1217
+ }
652
1218
  }
653
1219
  },
654
1220
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theokit/sdk",
3
- "version": "4.12.2",
3
+ "version": "4.13.0",
4
4
  "description": "TypeScript SDK for the Theo agent harness — same surface, local or cloud.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/usetheodev/theokit-sdk#readme",