@fleetagent/pi-ai 0.2.2 → 0.2.3

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.
@@ -278,6 +278,57 @@ export declare const MODELS: {
278
278
  contextWindow: number;
279
279
  maxTokens: number;
280
280
  };
281
+ readonly "apac.amazon.nova-lite-v1:0": {
282
+ id: string;
283
+ name: string;
284
+ api: "bedrock-converse-stream";
285
+ provider: string;
286
+ baseUrl: string;
287
+ reasoning: false;
288
+ input: ("image" | "text")[];
289
+ cost: {
290
+ input: number;
291
+ output: number;
292
+ cacheRead: number;
293
+ cacheWrite: number;
294
+ };
295
+ contextWindow: number;
296
+ maxTokens: number;
297
+ };
298
+ readonly "apac.amazon.nova-micro-v1:0": {
299
+ id: string;
300
+ name: string;
301
+ api: "bedrock-converse-stream";
302
+ provider: string;
303
+ baseUrl: string;
304
+ reasoning: false;
305
+ input: "text"[];
306
+ cost: {
307
+ input: number;
308
+ output: number;
309
+ cacheRead: number;
310
+ cacheWrite: number;
311
+ };
312
+ contextWindow: number;
313
+ maxTokens: number;
314
+ };
315
+ readonly "apac.amazon.nova-pro-v1:0": {
316
+ id: string;
317
+ name: string;
318
+ api: "bedrock-converse-stream";
319
+ provider: string;
320
+ baseUrl: string;
321
+ reasoning: false;
322
+ input: ("image" | "text")[];
323
+ cost: {
324
+ input: number;
325
+ output: number;
326
+ cacheRead: number;
327
+ cacheWrite: number;
328
+ };
329
+ contextWindow: number;
330
+ maxTokens: number;
331
+ };
281
332
  readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
282
333
  id: string;
283
334
  name: string;
@@ -315,6 +366,26 @@ export declare const MODELS: {
315
366
  contextWindow: number;
316
367
  maxTokens: number;
317
368
  };
369
+ readonly "au.anthropic.claude-opus-4-7": {
370
+ id: string;
371
+ name: string;
372
+ api: "bedrock-converse-stream";
373
+ provider: string;
374
+ baseUrl: string;
375
+ reasoning: true;
376
+ thinkingLevelMap: {
377
+ xhigh: string;
378
+ };
379
+ input: ("image" | "text")[];
380
+ cost: {
381
+ input: number;
382
+ output: number;
383
+ cacheRead: number;
384
+ cacheWrite: number;
385
+ };
386
+ contextWindow: number;
387
+ maxTokens: number;
388
+ };
318
389
  readonly "au.anthropic.claude-opus-4-8": {
319
390
  id: string;
320
391
  name: string;
@@ -400,6 +471,23 @@ export declare const MODELS: {
400
471
  contextWindow: number;
401
472
  maxTokens: number;
402
473
  };
474
+ readonly "ca.amazon.nova-lite-v1:0": {
475
+ id: string;
476
+ name: string;
477
+ api: "bedrock-converse-stream";
478
+ provider: string;
479
+ baseUrl: string;
480
+ reasoning: false;
481
+ input: ("image" | "text")[];
482
+ cost: {
483
+ input: number;
484
+ output: number;
485
+ cacheRead: number;
486
+ cacheWrite: number;
487
+ };
488
+ contextWindow: number;
489
+ maxTokens: number;
490
+ };
403
491
  readonly "deepseek.r1-v1:0": {
404
492
  id: string;
405
493
  name: string;
@@ -451,6 +539,74 @@ export declare const MODELS: {
451
539
  contextWindow: number;
452
540
  maxTokens: number;
453
541
  };
542
+ readonly "eu.amazon.nova-2-lite-v1:0": {
543
+ id: string;
544
+ name: string;
545
+ api: "bedrock-converse-stream";
546
+ provider: string;
547
+ baseUrl: string;
548
+ reasoning: true;
549
+ input: ("image" | "text")[];
550
+ cost: {
551
+ input: number;
552
+ output: number;
553
+ cacheRead: number;
554
+ cacheWrite: number;
555
+ };
556
+ contextWindow: number;
557
+ maxTokens: number;
558
+ };
559
+ readonly "eu.amazon.nova-lite-v1:0": {
560
+ id: string;
561
+ name: string;
562
+ api: "bedrock-converse-stream";
563
+ provider: string;
564
+ baseUrl: string;
565
+ reasoning: false;
566
+ input: ("image" | "text")[];
567
+ cost: {
568
+ input: number;
569
+ output: number;
570
+ cacheRead: number;
571
+ cacheWrite: number;
572
+ };
573
+ contextWindow: number;
574
+ maxTokens: number;
575
+ };
576
+ readonly "eu.amazon.nova-micro-v1:0": {
577
+ id: string;
578
+ name: string;
579
+ api: "bedrock-converse-stream";
580
+ provider: string;
581
+ baseUrl: string;
582
+ reasoning: false;
583
+ input: "text"[];
584
+ cost: {
585
+ input: number;
586
+ output: number;
587
+ cacheRead: number;
588
+ cacheWrite: number;
589
+ };
590
+ contextWindow: number;
591
+ maxTokens: number;
592
+ };
593
+ readonly "eu.amazon.nova-pro-v1:0": {
594
+ id: string;
595
+ name: string;
596
+ api: "bedrock-converse-stream";
597
+ provider: string;
598
+ baseUrl: string;
599
+ reasoning: false;
600
+ input: ("image" | "text")[];
601
+ cost: {
602
+ input: number;
603
+ output: number;
604
+ cacheRead: number;
605
+ cacheWrite: number;
606
+ };
607
+ contextWindow: number;
608
+ maxTokens: number;
609
+ };
454
610
  readonly "eu.anthropic.claude-fable-5": {
455
611
  id: string;
456
612
  name: string;
@@ -627,6 +783,40 @@ export declare const MODELS: {
627
783
  contextWindow: number;
628
784
  maxTokens: number;
629
785
  };
786
+ readonly "eu.mistral.pixtral-large-2502-v1:0": {
787
+ id: string;
788
+ name: string;
789
+ api: "bedrock-converse-stream";
790
+ provider: string;
791
+ baseUrl: string;
792
+ reasoning: false;
793
+ input: ("image" | "text")[];
794
+ cost: {
795
+ input: number;
796
+ output: number;
797
+ cacheRead: number;
798
+ cacheWrite: number;
799
+ };
800
+ contextWindow: number;
801
+ maxTokens: number;
802
+ };
803
+ readonly "global.amazon.nova-2-lite-v1:0": {
804
+ id: string;
805
+ name: string;
806
+ api: "bedrock-converse-stream";
807
+ provider: string;
808
+ baseUrl: string;
809
+ reasoning: true;
810
+ input: ("image" | "text")[];
811
+ cost: {
812
+ input: number;
813
+ output: number;
814
+ cacheRead: number;
815
+ cacheWrite: number;
816
+ };
817
+ contextWindow: number;
818
+ maxTokens: number;
819
+ };
630
820
  readonly "global.anthropic.claude-fable-5": {
631
821
  id: string;
632
822
  name: string;
@@ -880,6 +1070,26 @@ export declare const MODELS: {
880
1070
  contextWindow: number;
881
1071
  maxTokens: number;
882
1072
  };
1073
+ readonly "global.openai.gpt-6-astra": {
1074
+ id: string;
1075
+ name: string;
1076
+ api: "bedrock-converse-stream";
1077
+ provider: string;
1078
+ baseUrl: string;
1079
+ reasoning: true;
1080
+ thinkingLevelMap: {
1081
+ xhigh: string;
1082
+ };
1083
+ input: ("image" | "text")[];
1084
+ cost: {
1085
+ input: number;
1086
+ output: number;
1087
+ cacheRead: number;
1088
+ cacheWrite: number;
1089
+ };
1090
+ contextWindow: number;
1091
+ maxTokens: number;
1092
+ };
883
1093
  readonly "global.xai.grok-4.6": {
884
1094
  id: string;
885
1095
  name: string;
@@ -931,6 +1141,23 @@ export declare const MODELS: {
931
1141
  contextWindow: number;
932
1142
  maxTokens: number;
933
1143
  };
1144
+ readonly "jp.amazon.nova-2-lite-v1:0": {
1145
+ id: string;
1146
+ name: string;
1147
+ api: "bedrock-converse-stream";
1148
+ provider: string;
1149
+ baseUrl: string;
1150
+ reasoning: true;
1151
+ input: ("image" | "text")[];
1152
+ cost: {
1153
+ input: number;
1154
+ output: number;
1155
+ cacheRead: number;
1156
+ cacheWrite: number;
1157
+ };
1158
+ contextWindow: number;
1159
+ maxTokens: number;
1160
+ };
934
1161
  readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
935
1162
  id: string;
936
1163
  name: string;
@@ -1544,6 +1771,26 @@ export declare const MODELS: {
1544
1771
  contextWindow: number;
1545
1772
  maxTokens: number;
1546
1773
  };
1774
+ readonly "openai.gpt-6-astra": {
1775
+ id: string;
1776
+ name: string;
1777
+ api: "bedrock-converse-stream";
1778
+ provider: string;
1779
+ baseUrl: string;
1780
+ reasoning: true;
1781
+ thinkingLevelMap: {
1782
+ xhigh: string;
1783
+ };
1784
+ input: ("image" | "text")[];
1785
+ cost: {
1786
+ input: number;
1787
+ output: number;
1788
+ cacheRead: number;
1789
+ cacheWrite: number;
1790
+ };
1791
+ contextWindow: number;
1792
+ maxTokens: number;
1793
+ };
1547
1794
  readonly "openai.gpt-oss-120b": {
1548
1795
  id: string;
1549
1796
  name: string;
@@ -1765,6 +2012,74 @@ export declare const MODELS: {
1765
2012
  contextWindow: number;
1766
2013
  maxTokens: number;
1767
2014
  };
2015
+ readonly "us.amazon.nova-2-lite-v1:0": {
2016
+ id: string;
2017
+ name: string;
2018
+ api: "bedrock-converse-stream";
2019
+ provider: string;
2020
+ baseUrl: string;
2021
+ reasoning: true;
2022
+ input: ("image" | "text")[];
2023
+ cost: {
2024
+ input: number;
2025
+ output: number;
2026
+ cacheRead: number;
2027
+ cacheWrite: number;
2028
+ };
2029
+ contextWindow: number;
2030
+ maxTokens: number;
2031
+ };
2032
+ readonly "us.amazon.nova-lite-v1:0": {
2033
+ id: string;
2034
+ name: string;
2035
+ api: "bedrock-converse-stream";
2036
+ provider: string;
2037
+ baseUrl: string;
2038
+ reasoning: false;
2039
+ input: ("image" | "text")[];
2040
+ cost: {
2041
+ input: number;
2042
+ output: number;
2043
+ cacheRead: number;
2044
+ cacheWrite: number;
2045
+ };
2046
+ contextWindow: number;
2047
+ maxTokens: number;
2048
+ };
2049
+ readonly "us.amazon.nova-micro-v1:0": {
2050
+ id: string;
2051
+ name: string;
2052
+ api: "bedrock-converse-stream";
2053
+ provider: string;
2054
+ baseUrl: string;
2055
+ reasoning: false;
2056
+ input: "text"[];
2057
+ cost: {
2058
+ input: number;
2059
+ output: number;
2060
+ cacheRead: number;
2061
+ cacheWrite: number;
2062
+ };
2063
+ contextWindow: number;
2064
+ maxTokens: number;
2065
+ };
2066
+ readonly "us.amazon.nova-pro-v1:0": {
2067
+ id: string;
2068
+ name: string;
2069
+ api: "bedrock-converse-stream";
2070
+ provider: string;
2071
+ baseUrl: string;
2072
+ reasoning: false;
2073
+ input: ("image" | "text")[];
2074
+ cost: {
2075
+ input: number;
2076
+ output: number;
2077
+ cacheRead: number;
2078
+ cacheWrite: number;
2079
+ };
2080
+ contextWindow: number;
2081
+ maxTokens: number;
2082
+ };
1768
2083
  readonly "us.anthropic.claude-fable-5": {
1769
2084
  id: string;
1770
2085
  name: string;
@@ -1992,14 +2307,196 @@ export declare const MODELS: {
1992
2307
  contextWindow: number;
1993
2308
  maxTokens: number;
1994
2309
  };
1995
- readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
2310
+ readonly "us.meta.llama3-1-70b-instruct-v1:0": {
2311
+ id: string;
2312
+ name: string;
2313
+ api: "bedrock-converse-stream";
2314
+ provider: string;
2315
+ baseUrl: string;
2316
+ reasoning: false;
2317
+ input: "text"[];
2318
+ cost: {
2319
+ input: number;
2320
+ output: number;
2321
+ cacheRead: number;
2322
+ cacheWrite: number;
2323
+ };
2324
+ contextWindow: number;
2325
+ maxTokens: number;
2326
+ };
2327
+ readonly "us.meta.llama3-1-8b-instruct-v1:0": {
2328
+ id: string;
2329
+ name: string;
2330
+ api: "bedrock-converse-stream";
2331
+ provider: string;
2332
+ baseUrl: string;
2333
+ reasoning: false;
2334
+ input: "text"[];
2335
+ cost: {
2336
+ input: number;
2337
+ output: number;
2338
+ cacheRead: number;
2339
+ cacheWrite: number;
2340
+ };
2341
+ contextWindow: number;
2342
+ maxTokens: number;
2343
+ };
2344
+ readonly "us.meta.llama3-3-70b-instruct-v1:0": {
2345
+ id: string;
2346
+ name: string;
2347
+ api: "bedrock-converse-stream";
2348
+ provider: string;
2349
+ baseUrl: string;
2350
+ reasoning: false;
2351
+ input: "text"[];
2352
+ cost: {
2353
+ input: number;
2354
+ output: number;
2355
+ cacheRead: number;
2356
+ cacheWrite: number;
2357
+ };
2358
+ contextWindow: number;
2359
+ maxTokens: number;
2360
+ };
2361
+ readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
2362
+ id: string;
2363
+ name: string;
2364
+ api: "bedrock-converse-stream";
2365
+ provider: string;
2366
+ baseUrl: string;
2367
+ reasoning: false;
2368
+ input: ("image" | "text")[];
2369
+ cost: {
2370
+ input: number;
2371
+ output: number;
2372
+ cacheRead: number;
2373
+ cacheWrite: number;
2374
+ };
2375
+ contextWindow: number;
2376
+ maxTokens: number;
2377
+ };
2378
+ readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
2379
+ id: string;
2380
+ name: string;
2381
+ api: "bedrock-converse-stream";
2382
+ provider: string;
2383
+ baseUrl: string;
2384
+ reasoning: false;
2385
+ input: ("image" | "text")[];
2386
+ cost: {
2387
+ input: number;
2388
+ output: number;
2389
+ cacheRead: number;
2390
+ cacheWrite: number;
2391
+ };
2392
+ contextWindow: number;
2393
+ maxTokens: number;
2394
+ };
2395
+ readonly "us.mistral.pixtral-large-2502-v1:0": {
2396
+ id: string;
2397
+ name: string;
2398
+ api: "bedrock-converse-stream";
2399
+ provider: string;
2400
+ baseUrl: string;
2401
+ reasoning: false;
2402
+ input: ("image" | "text")[];
2403
+ cost: {
2404
+ input: number;
2405
+ output: number;
2406
+ cacheRead: number;
2407
+ cacheWrite: number;
2408
+ };
2409
+ contextWindow: number;
2410
+ maxTokens: number;
2411
+ };
2412
+ readonly "us.openai.gpt-5.6-luna": {
2413
+ id: string;
2414
+ name: string;
2415
+ api: "bedrock-converse-stream";
2416
+ provider: string;
2417
+ baseUrl: string;
2418
+ reasoning: true;
2419
+ thinkingLevelMap: {
2420
+ xhigh: string;
2421
+ };
2422
+ input: ("image" | "text")[];
2423
+ cost: {
2424
+ input: number;
2425
+ output: number;
2426
+ cacheRead: number;
2427
+ cacheWrite: number;
2428
+ };
2429
+ contextWindow: number;
2430
+ maxTokens: number;
2431
+ };
2432
+ readonly "us.openai.gpt-5.6-sol": {
2433
+ id: string;
2434
+ name: string;
2435
+ api: "bedrock-converse-stream";
2436
+ provider: string;
2437
+ baseUrl: string;
2438
+ reasoning: true;
2439
+ thinkingLevelMap: {
2440
+ xhigh: string;
2441
+ };
2442
+ input: ("image" | "text")[];
2443
+ cost: {
2444
+ input: number;
2445
+ output: number;
2446
+ cacheRead: number;
2447
+ cacheWrite: number;
2448
+ };
2449
+ contextWindow: number;
2450
+ maxTokens: number;
2451
+ };
2452
+ readonly "us.openai.gpt-5.6-terra": {
2453
+ id: string;
2454
+ name: string;
2455
+ api: "bedrock-converse-stream";
2456
+ provider: string;
2457
+ baseUrl: string;
2458
+ reasoning: true;
2459
+ thinkingLevelMap: {
2460
+ xhigh: string;
2461
+ };
2462
+ input: ("image" | "text")[];
2463
+ cost: {
2464
+ input: number;
2465
+ output: number;
2466
+ cacheRead: number;
2467
+ cacheWrite: number;
2468
+ };
2469
+ contextWindow: number;
2470
+ maxTokens: number;
2471
+ };
2472
+ readonly "us.openai.gpt-6-astra": {
2473
+ id: string;
2474
+ name: string;
2475
+ api: "bedrock-converse-stream";
2476
+ provider: string;
2477
+ baseUrl: string;
2478
+ reasoning: true;
2479
+ thinkingLevelMap: {
2480
+ xhigh: string;
2481
+ };
2482
+ input: ("image" | "text")[];
2483
+ cost: {
2484
+ input: number;
2485
+ output: number;
2486
+ cacheRead: number;
2487
+ cacheWrite: number;
2488
+ };
2489
+ contextWindow: number;
2490
+ maxTokens: number;
2491
+ };
2492
+ readonly "us.writer.palmyra-x4-v1:0": {
1996
2493
  id: string;
1997
2494
  name: string;
1998
2495
  api: "bedrock-converse-stream";
1999
2496
  provider: string;
2000
2497
  baseUrl: string;
2001
- reasoning: false;
2002
- input: ("image" | "text")[];
2498
+ reasoning: true;
2499
+ input: "text"[];
2003
2500
  cost: {
2004
2501
  input: number;
2005
2502
  output: number;
@@ -2009,14 +2506,14 @@ export declare const MODELS: {
2009
2506
  contextWindow: number;
2010
2507
  maxTokens: number;
2011
2508
  };
2012
- readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
2509
+ readonly "us.writer.palmyra-x5-v1:0": {
2013
2510
  id: string;
2014
2511
  name: string;
2015
2512
  api: "bedrock-converse-stream";
2016
2513
  provider: string;
2017
2514
  baseUrl: string;
2018
- reasoning: false;
2019
- input: ("image" | "text")[];
2515
+ reasoning: true;
2516
+ input: "text"[];
2020
2517
  cost: {
2021
2518
  input: number;
2022
2519
  output: number;
@@ -2187,7 +2684,15 @@ export declare const MODELS: {
2187
2684
  api: "anthropic-messages";
2188
2685
  provider: string;
2189
2686
  baseUrl: string;
2687
+ compat: {
2688
+ supportsTemperature: false;
2689
+ };
2190
2690
  reasoning: true;
2691
+ thinkingLevelMap: {
2692
+ off: string;
2693
+ minimal: string;
2694
+ xhigh: string;
2695
+ };
2191
2696
  input: ("image" | "text")[];
2192
2697
  cost: {
2193
2698
  input: number;
@@ -11135,6 +11640,23 @@ export declare const MODELS: {
11135
11640
  };
11136
11641
  };
11137
11642
  readonly "opencode-go": {
11643
+ readonly "deepseek-flash": {
11644
+ id: string;
11645
+ name: string;
11646
+ api: "openai-completions";
11647
+ provider: string;
11648
+ baseUrl: string;
11649
+ reasoning: true;
11650
+ input: ("image" | "text")[];
11651
+ cost: {
11652
+ input: number;
11653
+ output: number;
11654
+ cacheRead: number;
11655
+ cacheWrite: number;
11656
+ };
11657
+ contextWindow: number;
11658
+ maxTokens: number;
11659
+ };
11138
11660
  readonly "deepseek-v4-flash": {
11139
11661
  id: string;
11140
11662
  name: string;
@@ -11538,23 +12060,6 @@ export declare const MODELS: {
11538
12060
  contextWindow: number;
11539
12061
  maxTokens: number;
11540
12062
  };
11541
- readonly "omen-alpha": {
11542
- id: string;
11543
- name: string;
11544
- api: "openai-completions";
11545
- provider: string;
11546
- baseUrl: string;
11547
- reasoning: true;
11548
- input: ("image" | "text")[];
11549
- cost: {
11550
- input: number;
11551
- output: number;
11552
- cacheRead: number;
11553
- cacheWrite: number;
11554
- };
11555
- contextWindow: number;
11556
- maxTokens: number;
11557
- };
11558
12063
  readonly "qwen3.6-plus": {
11559
12064
  id: string;
11560
12065
  name: string;
@@ -12683,6 +13188,33 @@ export declare const MODELS: {
12683
13188
  contextWindow: number;
12684
13189
  maxTokens: number;
12685
13190
  };
13191
+ readonly "deepseek/deepseek-v4-flash-vision-exp:batch": {
13192
+ id: string;
13193
+ name: string;
13194
+ api: "openai-completions";
13195
+ provider: string;
13196
+ baseUrl: string;
13197
+ compat: {
13198
+ requiresReasoningContentOnAssistantMessages: true;
13199
+ };
13200
+ reasoning: true;
13201
+ thinkingLevelMap: {
13202
+ minimal: null;
13203
+ low: null;
13204
+ medium: null;
13205
+ high: string;
13206
+ xhigh: string;
13207
+ };
13208
+ input: ("image" | "text")[];
13209
+ cost: {
13210
+ input: number;
13211
+ output: number;
13212
+ cacheRead: number;
13213
+ cacheWrite: number;
13214
+ };
13215
+ contextWindow: number;
13216
+ maxTokens: number;
13217
+ };
12686
13218
  readonly "deepseek/deepseek-v4-pro": {
12687
13219
  id: string;
12688
13220
  name: string;
@@ -13396,7 +13928,7 @@ export declare const MODELS: {
13396
13928
  contextWindow: number;
13397
13929
  maxTokens: number;
13398
13930
  };
13399
- readonly "inception/mercury-2.5-preview": {
13931
+ readonly "inception/mercury-2.5": {
13400
13932
  id: string;
13401
13933
  name: string;
13402
13934
  api: "openai-completions";
@@ -13892,6 +14424,23 @@ export declare const MODELS: {
13892
14424
  contextWindow: number;
13893
14425
  maxTokens: number;
13894
14426
  };
14427
+ readonly "mistralai/codestral-2508:batch": {
14428
+ id: string;
14429
+ name: string;
14430
+ api: "openai-completions";
14431
+ provider: string;
14432
+ baseUrl: string;
14433
+ reasoning: false;
14434
+ input: "text"[];
14435
+ cost: {
14436
+ input: number;
14437
+ output: number;
14438
+ cacheRead: number;
14439
+ cacheWrite: number;
14440
+ };
14441
+ contextWindow: number;
14442
+ maxTokens: number;
14443
+ };
13895
14444
  readonly "mistralai/devstral-2512": {
13896
14445
  id: string;
13897
14446
  name: string;
@@ -13960,6 +14509,23 @@ export declare const MODELS: {
13960
14509
  contextWindow: number;
13961
14510
  maxTokens: number;
13962
14511
  };
14512
+ readonly "mistralai/ministral-8b-2512:batch": {
14513
+ id: string;
14514
+ name: string;
14515
+ api: "openai-completions";
14516
+ provider: string;
14517
+ baseUrl: string;
14518
+ reasoning: false;
14519
+ input: ("image" | "text")[];
14520
+ cost: {
14521
+ input: number;
14522
+ output: number;
14523
+ cacheRead: number;
14524
+ cacheWrite: number;
14525
+ };
14526
+ contextWindow: number;
14527
+ maxTokens: number;
14528
+ };
13963
14529
  readonly "mistralai/mistral-large": {
13964
14530
  id: string;
13965
14531
  name: string;
@@ -14011,6 +14577,23 @@ export declare const MODELS: {
14011
14577
  contextWindow: number;
14012
14578
  maxTokens: number;
14013
14579
  };
14580
+ readonly "mistralai/mistral-large-2512:batch": {
14581
+ id: string;
14582
+ name: string;
14583
+ api: "openai-completions";
14584
+ provider: string;
14585
+ baseUrl: string;
14586
+ reasoning: false;
14587
+ input: ("image" | "text")[];
14588
+ cost: {
14589
+ input: number;
14590
+ output: number;
14591
+ cacheRead: number;
14592
+ cacheWrite: number;
14593
+ };
14594
+ contextWindow: number;
14595
+ maxTokens: number;
14596
+ };
14014
14597
  readonly "mistralai/mistral-medium-3": {
14015
14598
  id: string;
14016
14599
  name: string;
@@ -14079,6 +14662,23 @@ export declare const MODELS: {
14079
14662
  contextWindow: number;
14080
14663
  maxTokens: number;
14081
14664
  };
14665
+ readonly "mistralai/mistral-medium-3.1:batch": {
14666
+ id: string;
14667
+ name: string;
14668
+ api: "openai-completions";
14669
+ provider: string;
14670
+ baseUrl: string;
14671
+ reasoning: false;
14672
+ input: ("image" | "text")[];
14673
+ cost: {
14674
+ input: number;
14675
+ output: number;
14676
+ cacheRead: number;
14677
+ cacheWrite: number;
14678
+ };
14679
+ contextWindow: number;
14680
+ maxTokens: number;
14681
+ };
14082
14682
  readonly "mistralai/mistral-nemo": {
14083
14683
  id: string;
14084
14684
  name: string;
@@ -14130,6 +14730,23 @@ export declare const MODELS: {
14130
14730
  contextWindow: number;
14131
14731
  maxTokens: number;
14132
14732
  };
14733
+ readonly "mistralai/mistral-small-2603:batch": {
14734
+ id: string;
14735
+ name: string;
14736
+ api: "openai-completions";
14737
+ provider: string;
14738
+ baseUrl: string;
14739
+ reasoning: true;
14740
+ input: ("image" | "text")[];
14741
+ cost: {
14742
+ input: number;
14743
+ output: number;
14744
+ cacheRead: number;
14745
+ cacheWrite: number;
14746
+ };
14747
+ contextWindow: number;
14748
+ maxTokens: number;
14749
+ };
14133
14750
  readonly "mistralai/mistral-small-3.2-24b-instruct": {
14134
14751
  id: string;
14135
14752
  name: string;
@@ -14320,7 +14937,7 @@ export declare const MODELS: {
14320
14937
  contextWindow: number;
14321
14938
  maxTokens: number;
14322
14939
  };
14323
- readonly "nex-agi/nex-n2-mini": {
14940
+ readonly "nex-agi/nex-n2.5-mini:free": {
14324
14941
  id: string;
14325
14942
  name: string;
14326
14943
  api: "openai-completions";
@@ -14337,7 +14954,7 @@ export declare const MODELS: {
14337
14954
  contextWindow: number;
14338
14955
  maxTokens: number;
14339
14956
  };
14340
- readonly "nex-agi/nex-n2-pro": {
14957
+ readonly "nex-agi/nex-n2.5-pro:free": {
14341
14958
  id: string;
14342
14959
  name: string;
14343
14960
  api: "openai-completions";
@@ -17718,6 +18335,23 @@ export declare const MODELS: {
17718
18335
  contextWindow: number;
17719
18336
  maxTokens: number;
17720
18337
  };
18338
+ readonly "z-ai/glm-5.2:batch": {
18339
+ id: string;
18340
+ name: string;
18341
+ api: "openai-completions";
18342
+ provider: string;
18343
+ baseUrl: string;
18344
+ reasoning: true;
18345
+ input: "text"[];
18346
+ cost: {
18347
+ input: number;
18348
+ output: number;
18349
+ cacheRead: number;
18350
+ cacheWrite: number;
18351
+ };
18352
+ contextWindow: number;
18353
+ maxTokens: number;
18354
+ };
17721
18355
  readonly "z-ai/glm-5.3": {
17722
18356
  id: string;
17723
18357
  name: string;
@@ -17769,6 +18403,23 @@ export declare const MODELS: {
17769
18403
  contextWindow: number;
17770
18404
  maxTokens: number;
17771
18405
  };
18406
+ readonly "z-ai/glm-5.3:batch": {
18407
+ id: string;
18408
+ name: string;
18409
+ api: "openai-completions";
18410
+ provider: string;
18411
+ baseUrl: string;
18412
+ reasoning: true;
18413
+ input: "text"[];
18414
+ cost: {
18415
+ input: number;
18416
+ output: number;
18417
+ cacheRead: number;
18418
+ cacheWrite: number;
18419
+ };
18420
+ contextWindow: number;
18421
+ maxTokens: number;
18422
+ };
17772
18423
  readonly "z-ai/glm-5v-turbo": {
17773
18424
  id: string;
17774
18425
  name: string;
@@ -19783,6 +20434,23 @@ export declare const MODELS: {
19783
20434
  contextWindow: number;
19784
20435
  maxTokens: number;
19785
20436
  };
20437
+ readonly "deepseek/deepseek-v4.1-flash": {
20438
+ id: string;
20439
+ name: string;
20440
+ api: "anthropic-messages";
20441
+ provider: string;
20442
+ baseUrl: string;
20443
+ reasoning: true;
20444
+ input: ("image" | "text")[];
20445
+ cost: {
20446
+ input: number;
20447
+ output: number;
20448
+ cacheRead: number;
20449
+ cacheWrite: number;
20450
+ };
20451
+ contextWindow: number;
20452
+ maxTokens: number;
20453
+ };
19786
20454
  readonly "google/gemini-2.5-flash": {
19787
20455
  id: string;
19788
20456
  name: string;
@@ -20021,6 +20689,23 @@ export declare const MODELS: {
20021
20689
  contextWindow: number;
20022
20690
  maxTokens: number;
20023
20691
  };
20692
+ readonly "inception/mercury-2.5": {
20693
+ id: string;
20694
+ name: string;
20695
+ api: "anthropic-messages";
20696
+ provider: string;
20697
+ baseUrl: string;
20698
+ reasoning: true;
20699
+ input: "text"[];
20700
+ cost: {
20701
+ input: number;
20702
+ output: number;
20703
+ cacheRead: number;
20704
+ cacheWrite: number;
20705
+ };
20706
+ contextWindow: number;
20707
+ maxTokens: number;
20708
+ };
20024
20709
  readonly "inception/mercury-coder-small": {
20025
20710
  id: string;
20026
20711
  name: string;
@@ -22439,23 +23124,6 @@ export declare const MODELS: {
22439
23124
  contextWindow: number;
22440
23125
  maxTokens: number;
22441
23126
  };
22442
- readonly "xiaomi/mimo-v2.5-pro-ultraspeed": {
22443
- id: string;
22444
- name: string;
22445
- api: "anthropic-messages";
22446
- provider: string;
22447
- baseUrl: string;
22448
- reasoning: true;
22449
- input: "text"[];
22450
- cost: {
22451
- input: number;
22452
- output: number;
22453
- cacheRead: number;
22454
- cacheWrite: number;
22455
- };
22456
- contextWindow: number;
22457
- maxTokens: number;
22458
- };
22459
23127
  readonly "zai/glm-4.5": {
22460
23128
  id: string;
22461
23129
  name: string;
@@ -22711,23 +23379,6 @@ export declare const MODELS: {
22711
23379
  contextWindow: number;
22712
23380
  maxTokens: number;
22713
23381
  };
22714
- readonly "zai/glm-5.3-promo-50": {
22715
- id: string;
22716
- name: string;
22717
- api: "anthropic-messages";
22718
- provider: string;
22719
- baseUrl: string;
22720
- reasoning: true;
22721
- input: "text"[];
22722
- cost: {
22723
- input: number;
22724
- output: number;
22725
- cacheRead: number;
22726
- cacheWrite: number;
22727
- };
22728
- contextWindow: number;
22729
- maxTokens: number;
22730
- };
22731
23382
  readonly "zai/glm-5v-turbo": {
22732
23383
  id: string;
22733
23384
  name: string;