@fleetagent/pi-ai 0.2.1 → 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.
- package/dist/image-models.generated.d.ts +30 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +30 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +874 -171
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +799 -149
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic-fable.d.ts +4 -0
- package/dist/providers/anthropic-fable.d.ts.map +1 -0
- package/dist/providers/anthropic-fable.js +5 -0
- package/dist/providers/anthropic-fable.js.map +1 -0
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +45 -4
- package/dist/providers/anthropic.js.map +1 -1
- package/package.json +2 -2
|
@@ -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;
|
|
@@ -1314,7 +1541,280 @@ export declare const MODELS: {
|
|
|
1314
1541
|
api: "bedrock-converse-stream";
|
|
1315
1542
|
provider: string;
|
|
1316
1543
|
baseUrl: string;
|
|
1317
|
-
reasoning: false;
|
|
1544
|
+
reasoning: false;
|
|
1545
|
+
input: "text"[];
|
|
1546
|
+
cost: {
|
|
1547
|
+
input: number;
|
|
1548
|
+
output: number;
|
|
1549
|
+
cacheRead: number;
|
|
1550
|
+
cacheWrite: number;
|
|
1551
|
+
};
|
|
1552
|
+
contextWindow: number;
|
|
1553
|
+
maxTokens: number;
|
|
1554
|
+
};
|
|
1555
|
+
readonly "mistral.voxtral-small-24b-2507": {
|
|
1556
|
+
id: string;
|
|
1557
|
+
name: string;
|
|
1558
|
+
api: "bedrock-converse-stream";
|
|
1559
|
+
provider: string;
|
|
1560
|
+
baseUrl: string;
|
|
1561
|
+
reasoning: false;
|
|
1562
|
+
input: "text"[];
|
|
1563
|
+
cost: {
|
|
1564
|
+
input: number;
|
|
1565
|
+
output: number;
|
|
1566
|
+
cacheRead: number;
|
|
1567
|
+
cacheWrite: number;
|
|
1568
|
+
};
|
|
1569
|
+
contextWindow: number;
|
|
1570
|
+
maxTokens: number;
|
|
1571
|
+
};
|
|
1572
|
+
readonly "moonshot.kimi-k2-thinking": {
|
|
1573
|
+
id: string;
|
|
1574
|
+
name: string;
|
|
1575
|
+
api: "bedrock-converse-stream";
|
|
1576
|
+
provider: string;
|
|
1577
|
+
baseUrl: string;
|
|
1578
|
+
reasoning: true;
|
|
1579
|
+
input: "text"[];
|
|
1580
|
+
cost: {
|
|
1581
|
+
input: number;
|
|
1582
|
+
output: number;
|
|
1583
|
+
cacheRead: number;
|
|
1584
|
+
cacheWrite: number;
|
|
1585
|
+
};
|
|
1586
|
+
contextWindow: number;
|
|
1587
|
+
maxTokens: number;
|
|
1588
|
+
};
|
|
1589
|
+
readonly "moonshotai.kimi-k2.5": {
|
|
1590
|
+
id: string;
|
|
1591
|
+
name: string;
|
|
1592
|
+
api: "bedrock-converse-stream";
|
|
1593
|
+
provider: string;
|
|
1594
|
+
baseUrl: string;
|
|
1595
|
+
reasoning: true;
|
|
1596
|
+
input: ("image" | "text")[];
|
|
1597
|
+
cost: {
|
|
1598
|
+
input: number;
|
|
1599
|
+
output: number;
|
|
1600
|
+
cacheRead: number;
|
|
1601
|
+
cacheWrite: number;
|
|
1602
|
+
};
|
|
1603
|
+
contextWindow: number;
|
|
1604
|
+
maxTokens: number;
|
|
1605
|
+
};
|
|
1606
|
+
readonly "nvidia.nemotron-nano-12b-v2": {
|
|
1607
|
+
id: string;
|
|
1608
|
+
name: string;
|
|
1609
|
+
api: "bedrock-converse-stream";
|
|
1610
|
+
provider: string;
|
|
1611
|
+
baseUrl: string;
|
|
1612
|
+
reasoning: false;
|
|
1613
|
+
input: ("image" | "text")[];
|
|
1614
|
+
cost: {
|
|
1615
|
+
input: number;
|
|
1616
|
+
output: number;
|
|
1617
|
+
cacheRead: number;
|
|
1618
|
+
cacheWrite: number;
|
|
1619
|
+
};
|
|
1620
|
+
contextWindow: number;
|
|
1621
|
+
maxTokens: number;
|
|
1622
|
+
};
|
|
1623
|
+
readonly "nvidia.nemotron-nano-3-30b": {
|
|
1624
|
+
id: string;
|
|
1625
|
+
name: string;
|
|
1626
|
+
api: "bedrock-converse-stream";
|
|
1627
|
+
provider: string;
|
|
1628
|
+
baseUrl: string;
|
|
1629
|
+
reasoning: true;
|
|
1630
|
+
input: "text"[];
|
|
1631
|
+
cost: {
|
|
1632
|
+
input: number;
|
|
1633
|
+
output: number;
|
|
1634
|
+
cacheRead: number;
|
|
1635
|
+
cacheWrite: number;
|
|
1636
|
+
};
|
|
1637
|
+
contextWindow: number;
|
|
1638
|
+
maxTokens: number;
|
|
1639
|
+
};
|
|
1640
|
+
readonly "nvidia.nemotron-nano-9b-v2": {
|
|
1641
|
+
id: string;
|
|
1642
|
+
name: string;
|
|
1643
|
+
api: "bedrock-converse-stream";
|
|
1644
|
+
provider: string;
|
|
1645
|
+
baseUrl: string;
|
|
1646
|
+
reasoning: false;
|
|
1647
|
+
input: "text"[];
|
|
1648
|
+
cost: {
|
|
1649
|
+
input: number;
|
|
1650
|
+
output: number;
|
|
1651
|
+
cacheRead: number;
|
|
1652
|
+
cacheWrite: number;
|
|
1653
|
+
};
|
|
1654
|
+
contextWindow: number;
|
|
1655
|
+
maxTokens: number;
|
|
1656
|
+
};
|
|
1657
|
+
readonly "nvidia.nemotron-super-3-120b": {
|
|
1658
|
+
id: string;
|
|
1659
|
+
name: string;
|
|
1660
|
+
api: "bedrock-converse-stream";
|
|
1661
|
+
provider: string;
|
|
1662
|
+
baseUrl: string;
|
|
1663
|
+
reasoning: true;
|
|
1664
|
+
input: "text"[];
|
|
1665
|
+
cost: {
|
|
1666
|
+
input: number;
|
|
1667
|
+
output: number;
|
|
1668
|
+
cacheRead: number;
|
|
1669
|
+
cacheWrite: number;
|
|
1670
|
+
};
|
|
1671
|
+
contextWindow: number;
|
|
1672
|
+
maxTokens: number;
|
|
1673
|
+
};
|
|
1674
|
+
readonly "openai.gpt-5.4": {
|
|
1675
|
+
id: string;
|
|
1676
|
+
name: string;
|
|
1677
|
+
api: "bedrock-converse-stream";
|
|
1678
|
+
provider: string;
|
|
1679
|
+
baseUrl: string;
|
|
1680
|
+
reasoning: true;
|
|
1681
|
+
thinkingLevelMap: {
|
|
1682
|
+
xhigh: string;
|
|
1683
|
+
};
|
|
1684
|
+
input: ("image" | "text")[];
|
|
1685
|
+
cost: {
|
|
1686
|
+
input: number;
|
|
1687
|
+
output: number;
|
|
1688
|
+
cacheRead: number;
|
|
1689
|
+
cacheWrite: number;
|
|
1690
|
+
};
|
|
1691
|
+
contextWindow: number;
|
|
1692
|
+
maxTokens: number;
|
|
1693
|
+
};
|
|
1694
|
+
readonly "openai.gpt-5.5": {
|
|
1695
|
+
id: string;
|
|
1696
|
+
name: string;
|
|
1697
|
+
api: "bedrock-converse-stream";
|
|
1698
|
+
provider: string;
|
|
1699
|
+
baseUrl: string;
|
|
1700
|
+
reasoning: true;
|
|
1701
|
+
thinkingLevelMap: {
|
|
1702
|
+
xhigh: string;
|
|
1703
|
+
};
|
|
1704
|
+
input: ("image" | "text")[];
|
|
1705
|
+
cost: {
|
|
1706
|
+
input: number;
|
|
1707
|
+
output: number;
|
|
1708
|
+
cacheRead: number;
|
|
1709
|
+
cacheWrite: number;
|
|
1710
|
+
};
|
|
1711
|
+
contextWindow: number;
|
|
1712
|
+
maxTokens: number;
|
|
1713
|
+
};
|
|
1714
|
+
readonly "openai.gpt-5.6-luna": {
|
|
1715
|
+
id: string;
|
|
1716
|
+
name: string;
|
|
1717
|
+
api: "bedrock-converse-stream";
|
|
1718
|
+
provider: string;
|
|
1719
|
+
baseUrl: string;
|
|
1720
|
+
reasoning: true;
|
|
1721
|
+
thinkingLevelMap: {
|
|
1722
|
+
xhigh: string;
|
|
1723
|
+
};
|
|
1724
|
+
input: ("image" | "text")[];
|
|
1725
|
+
cost: {
|
|
1726
|
+
input: number;
|
|
1727
|
+
output: number;
|
|
1728
|
+
cacheRead: number;
|
|
1729
|
+
cacheWrite: number;
|
|
1730
|
+
};
|
|
1731
|
+
contextWindow: number;
|
|
1732
|
+
maxTokens: number;
|
|
1733
|
+
};
|
|
1734
|
+
readonly "openai.gpt-5.6-sol": {
|
|
1735
|
+
id: string;
|
|
1736
|
+
name: string;
|
|
1737
|
+
api: "bedrock-converse-stream";
|
|
1738
|
+
provider: string;
|
|
1739
|
+
baseUrl: string;
|
|
1740
|
+
reasoning: true;
|
|
1741
|
+
thinkingLevelMap: {
|
|
1742
|
+
xhigh: string;
|
|
1743
|
+
};
|
|
1744
|
+
input: ("image" | "text")[];
|
|
1745
|
+
cost: {
|
|
1746
|
+
input: number;
|
|
1747
|
+
output: number;
|
|
1748
|
+
cacheRead: number;
|
|
1749
|
+
cacheWrite: number;
|
|
1750
|
+
};
|
|
1751
|
+
contextWindow: number;
|
|
1752
|
+
maxTokens: number;
|
|
1753
|
+
};
|
|
1754
|
+
readonly "openai.gpt-5.6-terra": {
|
|
1755
|
+
id: string;
|
|
1756
|
+
name: string;
|
|
1757
|
+
api: "bedrock-converse-stream";
|
|
1758
|
+
provider: string;
|
|
1759
|
+
baseUrl: string;
|
|
1760
|
+
reasoning: true;
|
|
1761
|
+
thinkingLevelMap: {
|
|
1762
|
+
xhigh: string;
|
|
1763
|
+
};
|
|
1764
|
+
input: ("image" | "text")[];
|
|
1765
|
+
cost: {
|
|
1766
|
+
input: number;
|
|
1767
|
+
output: number;
|
|
1768
|
+
cacheRead: number;
|
|
1769
|
+
cacheWrite: number;
|
|
1770
|
+
};
|
|
1771
|
+
contextWindow: number;
|
|
1772
|
+
maxTokens: number;
|
|
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
|
+
};
|
|
1794
|
+
readonly "openai.gpt-oss-120b": {
|
|
1795
|
+
id: string;
|
|
1796
|
+
name: string;
|
|
1797
|
+
api: "bedrock-converse-stream";
|
|
1798
|
+
provider: string;
|
|
1799
|
+
baseUrl: string;
|
|
1800
|
+
reasoning: true;
|
|
1801
|
+
input: "text"[];
|
|
1802
|
+
cost: {
|
|
1803
|
+
input: number;
|
|
1804
|
+
output: number;
|
|
1805
|
+
cacheRead: number;
|
|
1806
|
+
cacheWrite: number;
|
|
1807
|
+
};
|
|
1808
|
+
contextWindow: number;
|
|
1809
|
+
maxTokens: number;
|
|
1810
|
+
};
|
|
1811
|
+
readonly "openai.gpt-oss-120b-1:0": {
|
|
1812
|
+
id: string;
|
|
1813
|
+
name: string;
|
|
1814
|
+
api: "bedrock-converse-stream";
|
|
1815
|
+
provider: string;
|
|
1816
|
+
baseUrl: string;
|
|
1817
|
+
reasoning: true;
|
|
1318
1818
|
input: "text"[];
|
|
1319
1819
|
cost: {
|
|
1320
1820
|
input: number;
|
|
@@ -1325,13 +1825,13 @@ export declare const MODELS: {
|
|
|
1325
1825
|
contextWindow: number;
|
|
1326
1826
|
maxTokens: number;
|
|
1327
1827
|
};
|
|
1328
|
-
readonly "
|
|
1828
|
+
readonly "openai.gpt-oss-20b": {
|
|
1329
1829
|
id: string;
|
|
1330
1830
|
name: string;
|
|
1331
1831
|
api: "bedrock-converse-stream";
|
|
1332
1832
|
provider: string;
|
|
1333
1833
|
baseUrl: string;
|
|
1334
|
-
reasoning:
|
|
1834
|
+
reasoning: true;
|
|
1335
1835
|
input: "text"[];
|
|
1336
1836
|
cost: {
|
|
1337
1837
|
input: number;
|
|
@@ -1342,7 +1842,7 @@ export declare const MODELS: {
|
|
|
1342
1842
|
contextWindow: number;
|
|
1343
1843
|
maxTokens: number;
|
|
1344
1844
|
};
|
|
1345
|
-
readonly "
|
|
1845
|
+
readonly "openai.gpt-oss-20b-1:0": {
|
|
1346
1846
|
id: string;
|
|
1347
1847
|
name: string;
|
|
1348
1848
|
api: "bedrock-converse-stream";
|
|
@@ -1359,14 +1859,14 @@ export declare const MODELS: {
|
|
|
1359
1859
|
contextWindow: number;
|
|
1360
1860
|
maxTokens: number;
|
|
1361
1861
|
};
|
|
1362
|
-
readonly "
|
|
1862
|
+
readonly "openai.gpt-oss-safeguard-120b": {
|
|
1363
1863
|
id: string;
|
|
1364
1864
|
name: string;
|
|
1365
1865
|
api: "bedrock-converse-stream";
|
|
1366
1866
|
provider: string;
|
|
1367
1867
|
baseUrl: string;
|
|
1368
|
-
reasoning:
|
|
1369
|
-
input:
|
|
1868
|
+
reasoning: false;
|
|
1869
|
+
input: "text"[];
|
|
1370
1870
|
cost: {
|
|
1371
1871
|
input: number;
|
|
1372
1872
|
output: number;
|
|
@@ -1376,14 +1876,14 @@ export declare const MODELS: {
|
|
|
1376
1876
|
contextWindow: number;
|
|
1377
1877
|
maxTokens: number;
|
|
1378
1878
|
};
|
|
1379
|
-
readonly "
|
|
1879
|
+
readonly "openai.gpt-oss-safeguard-20b": {
|
|
1380
1880
|
id: string;
|
|
1381
1881
|
name: string;
|
|
1382
1882
|
api: "bedrock-converse-stream";
|
|
1383
1883
|
provider: string;
|
|
1384
1884
|
baseUrl: string;
|
|
1385
1885
|
reasoning: false;
|
|
1386
|
-
input:
|
|
1886
|
+
input: "text"[];
|
|
1387
1887
|
cost: {
|
|
1388
1888
|
input: number;
|
|
1389
1889
|
output: number;
|
|
@@ -1393,13 +1893,13 @@ export declare const MODELS: {
|
|
|
1393
1893
|
contextWindow: number;
|
|
1394
1894
|
maxTokens: number;
|
|
1395
1895
|
};
|
|
1396
|
-
readonly "
|
|
1896
|
+
readonly "qwen.qwen3-235b-a22b-2507-v1:0": {
|
|
1397
1897
|
id: string;
|
|
1398
1898
|
name: string;
|
|
1399
1899
|
api: "bedrock-converse-stream";
|
|
1400
1900
|
provider: string;
|
|
1401
1901
|
baseUrl: string;
|
|
1402
|
-
reasoning:
|
|
1902
|
+
reasoning: false;
|
|
1403
1903
|
input: "text"[];
|
|
1404
1904
|
cost: {
|
|
1405
1905
|
input: number;
|
|
@@ -1410,13 +1910,13 @@ export declare const MODELS: {
|
|
|
1410
1910
|
contextWindow: number;
|
|
1411
1911
|
maxTokens: number;
|
|
1412
1912
|
};
|
|
1413
|
-
readonly "
|
|
1913
|
+
readonly "qwen.qwen3-32b-v1:0": {
|
|
1414
1914
|
id: string;
|
|
1415
1915
|
name: string;
|
|
1416
1916
|
api: "bedrock-converse-stream";
|
|
1417
1917
|
provider: string;
|
|
1418
1918
|
baseUrl: string;
|
|
1419
|
-
reasoning:
|
|
1919
|
+
reasoning: true;
|
|
1420
1920
|
input: "text"[];
|
|
1421
1921
|
cost: {
|
|
1422
1922
|
input: number;
|
|
@@ -1427,13 +1927,13 @@ export declare const MODELS: {
|
|
|
1427
1927
|
contextWindow: number;
|
|
1428
1928
|
maxTokens: number;
|
|
1429
1929
|
};
|
|
1430
|
-
readonly "
|
|
1930
|
+
readonly "qwen.qwen3-coder-30b-a3b-v1:0": {
|
|
1431
1931
|
id: string;
|
|
1432
1932
|
name: string;
|
|
1433
1933
|
api: "bedrock-converse-stream";
|
|
1434
1934
|
provider: string;
|
|
1435
1935
|
baseUrl: string;
|
|
1436
|
-
reasoning:
|
|
1936
|
+
reasoning: false;
|
|
1437
1937
|
input: "text"[];
|
|
1438
1938
|
cost: {
|
|
1439
1939
|
input: number;
|
|
@@ -1444,17 +1944,14 @@ export declare const MODELS: {
|
|
|
1444
1944
|
contextWindow: number;
|
|
1445
1945
|
maxTokens: number;
|
|
1446
1946
|
};
|
|
1447
|
-
readonly "
|
|
1947
|
+
readonly "qwen.qwen3-coder-480b-a35b-v1:0": {
|
|
1448
1948
|
id: string;
|
|
1449
1949
|
name: string;
|
|
1450
1950
|
api: "bedrock-converse-stream";
|
|
1451
1951
|
provider: string;
|
|
1452
1952
|
baseUrl: string;
|
|
1453
|
-
reasoning:
|
|
1454
|
-
|
|
1455
|
-
xhigh: string;
|
|
1456
|
-
};
|
|
1457
|
-
input: ("image" | "text")[];
|
|
1953
|
+
reasoning: false;
|
|
1954
|
+
input: "text"[];
|
|
1458
1955
|
cost: {
|
|
1459
1956
|
input: number;
|
|
1460
1957
|
output: number;
|
|
@@ -1464,17 +1961,14 @@ export declare const MODELS: {
|
|
|
1464
1961
|
contextWindow: number;
|
|
1465
1962
|
maxTokens: number;
|
|
1466
1963
|
};
|
|
1467
|
-
readonly "
|
|
1964
|
+
readonly "qwen.qwen3-coder-next": {
|
|
1468
1965
|
id: string;
|
|
1469
1966
|
name: string;
|
|
1470
1967
|
api: "bedrock-converse-stream";
|
|
1471
1968
|
provider: string;
|
|
1472
1969
|
baseUrl: string;
|
|
1473
1970
|
reasoning: true;
|
|
1474
|
-
|
|
1475
|
-
xhigh: string;
|
|
1476
|
-
};
|
|
1477
|
-
input: ("image" | "text")[];
|
|
1971
|
+
input: "text"[];
|
|
1478
1972
|
cost: {
|
|
1479
1973
|
input: number;
|
|
1480
1974
|
output: number;
|
|
@@ -1484,17 +1978,14 @@ export declare const MODELS: {
|
|
|
1484
1978
|
contextWindow: number;
|
|
1485
1979
|
maxTokens: number;
|
|
1486
1980
|
};
|
|
1487
|
-
readonly "
|
|
1981
|
+
readonly "qwen.qwen3-next-80b-a3b": {
|
|
1488
1982
|
id: string;
|
|
1489
1983
|
name: string;
|
|
1490
1984
|
api: "bedrock-converse-stream";
|
|
1491
1985
|
provider: string;
|
|
1492
1986
|
baseUrl: string;
|
|
1493
|
-
reasoning:
|
|
1494
|
-
|
|
1495
|
-
xhigh: string;
|
|
1496
|
-
};
|
|
1497
|
-
input: ("image" | "text")[];
|
|
1987
|
+
reasoning: false;
|
|
1988
|
+
input: "text"[];
|
|
1498
1989
|
cost: {
|
|
1499
1990
|
input: number;
|
|
1500
1991
|
output: number;
|
|
@@ -1504,16 +1995,13 @@ export declare const MODELS: {
|
|
|
1504
1995
|
contextWindow: number;
|
|
1505
1996
|
maxTokens: number;
|
|
1506
1997
|
};
|
|
1507
|
-
readonly "
|
|
1998
|
+
readonly "qwen.qwen3-vl-235b-a22b": {
|
|
1508
1999
|
id: string;
|
|
1509
2000
|
name: string;
|
|
1510
2001
|
api: "bedrock-converse-stream";
|
|
1511
2002
|
provider: string;
|
|
1512
2003
|
baseUrl: string;
|
|
1513
|
-
reasoning:
|
|
1514
|
-
thinkingLevelMap: {
|
|
1515
|
-
xhigh: string;
|
|
1516
|
-
};
|
|
2004
|
+
reasoning: false;
|
|
1517
2005
|
input: ("image" | "text")[];
|
|
1518
2006
|
cost: {
|
|
1519
2007
|
input: number;
|
|
@@ -1524,16 +2012,13 @@ export declare const MODELS: {
|
|
|
1524
2012
|
contextWindow: number;
|
|
1525
2013
|
maxTokens: number;
|
|
1526
2014
|
};
|
|
1527
|
-
readonly "
|
|
2015
|
+
readonly "us.amazon.nova-2-lite-v1:0": {
|
|
1528
2016
|
id: string;
|
|
1529
2017
|
name: string;
|
|
1530
2018
|
api: "bedrock-converse-stream";
|
|
1531
2019
|
provider: string;
|
|
1532
2020
|
baseUrl: string;
|
|
1533
2021
|
reasoning: true;
|
|
1534
|
-
thinkingLevelMap: {
|
|
1535
|
-
xhigh: string;
|
|
1536
|
-
};
|
|
1537
2022
|
input: ("image" | "text")[];
|
|
1538
2023
|
cost: {
|
|
1539
2024
|
input: number;
|
|
@@ -1544,14 +2029,14 @@ export declare const MODELS: {
|
|
|
1544
2029
|
contextWindow: number;
|
|
1545
2030
|
maxTokens: number;
|
|
1546
2031
|
};
|
|
1547
|
-
readonly "
|
|
2032
|
+
readonly "us.amazon.nova-lite-v1:0": {
|
|
1548
2033
|
id: string;
|
|
1549
2034
|
name: string;
|
|
1550
2035
|
api: "bedrock-converse-stream";
|
|
1551
2036
|
provider: string;
|
|
1552
2037
|
baseUrl: string;
|
|
1553
|
-
reasoning:
|
|
1554
|
-
input: "text"[];
|
|
2038
|
+
reasoning: false;
|
|
2039
|
+
input: ("image" | "text")[];
|
|
1555
2040
|
cost: {
|
|
1556
2041
|
input: number;
|
|
1557
2042
|
output: number;
|
|
@@ -1561,13 +2046,13 @@ export declare const MODELS: {
|
|
|
1561
2046
|
contextWindow: number;
|
|
1562
2047
|
maxTokens: number;
|
|
1563
2048
|
};
|
|
1564
|
-
readonly "
|
|
2049
|
+
readonly "us.amazon.nova-micro-v1:0": {
|
|
1565
2050
|
id: string;
|
|
1566
2051
|
name: string;
|
|
1567
2052
|
api: "bedrock-converse-stream";
|
|
1568
2053
|
provider: string;
|
|
1569
2054
|
baseUrl: string;
|
|
1570
|
-
reasoning:
|
|
2055
|
+
reasoning: false;
|
|
1571
2056
|
input: "text"[];
|
|
1572
2057
|
cost: {
|
|
1573
2058
|
input: number;
|
|
@@ -1578,14 +2063,14 @@ export declare const MODELS: {
|
|
|
1578
2063
|
contextWindow: number;
|
|
1579
2064
|
maxTokens: number;
|
|
1580
2065
|
};
|
|
1581
|
-
readonly "
|
|
2066
|
+
readonly "us.amazon.nova-pro-v1:0": {
|
|
1582
2067
|
id: string;
|
|
1583
2068
|
name: string;
|
|
1584
2069
|
api: "bedrock-converse-stream";
|
|
1585
2070
|
provider: string;
|
|
1586
2071
|
baseUrl: string;
|
|
1587
|
-
reasoning:
|
|
1588
|
-
input: "text"[];
|
|
2072
|
+
reasoning: false;
|
|
2073
|
+
input: ("image" | "text")[];
|
|
1589
2074
|
cost: {
|
|
1590
2075
|
input: number;
|
|
1591
2076
|
output: number;
|
|
@@ -1595,14 +2080,14 @@ export declare const MODELS: {
|
|
|
1595
2080
|
contextWindow: number;
|
|
1596
2081
|
maxTokens: number;
|
|
1597
2082
|
};
|
|
1598
|
-
readonly "
|
|
2083
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1599
2084
|
id: string;
|
|
1600
2085
|
name: string;
|
|
1601
2086
|
api: "bedrock-converse-stream";
|
|
1602
2087
|
provider: string;
|
|
1603
2088
|
baseUrl: string;
|
|
1604
2089
|
reasoning: true;
|
|
1605
|
-
input: "text"[];
|
|
2090
|
+
input: ("image" | "text")[];
|
|
1606
2091
|
cost: {
|
|
1607
2092
|
input: number;
|
|
1608
2093
|
output: number;
|
|
@@ -1612,14 +2097,14 @@ export declare const MODELS: {
|
|
|
1612
2097
|
contextWindow: number;
|
|
1613
2098
|
maxTokens: number;
|
|
1614
2099
|
};
|
|
1615
|
-
readonly "
|
|
2100
|
+
readonly "us.anthropic.claude-fable-5-1": {
|
|
1616
2101
|
id: string;
|
|
1617
2102
|
name: string;
|
|
1618
2103
|
api: "bedrock-converse-stream";
|
|
1619
2104
|
provider: string;
|
|
1620
2105
|
baseUrl: string;
|
|
1621
|
-
reasoning:
|
|
1622
|
-
input: "text"[];
|
|
2106
|
+
reasoning: true;
|
|
2107
|
+
input: ("image" | "text")[];
|
|
1623
2108
|
cost: {
|
|
1624
2109
|
input: number;
|
|
1625
2110
|
output: number;
|
|
@@ -1629,14 +2114,14 @@ export declare const MODELS: {
|
|
|
1629
2114
|
contextWindow: number;
|
|
1630
2115
|
maxTokens: number;
|
|
1631
2116
|
};
|
|
1632
|
-
readonly "
|
|
2117
|
+
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1633
2118
|
id: string;
|
|
1634
2119
|
name: string;
|
|
1635
2120
|
api: "bedrock-converse-stream";
|
|
1636
2121
|
provider: string;
|
|
1637
2122
|
baseUrl: string;
|
|
1638
|
-
reasoning:
|
|
1639
|
-
input: "text"[];
|
|
2123
|
+
reasoning: true;
|
|
2124
|
+
input: ("image" | "text")[];
|
|
1640
2125
|
cost: {
|
|
1641
2126
|
input: number;
|
|
1642
2127
|
output: number;
|
|
@@ -1646,14 +2131,14 @@ export declare const MODELS: {
|
|
|
1646
2131
|
contextWindow: number;
|
|
1647
2132
|
maxTokens: number;
|
|
1648
2133
|
};
|
|
1649
|
-
readonly "
|
|
2134
|
+
readonly "us.anthropic.claude-opus-4-1-20250805-v1:0": {
|
|
1650
2135
|
id: string;
|
|
1651
2136
|
name: string;
|
|
1652
2137
|
api: "bedrock-converse-stream";
|
|
1653
2138
|
provider: string;
|
|
1654
2139
|
baseUrl: string;
|
|
1655
|
-
reasoning:
|
|
1656
|
-
input: "text"[];
|
|
2140
|
+
reasoning: true;
|
|
2141
|
+
input: ("image" | "text")[];
|
|
1657
2142
|
cost: {
|
|
1658
2143
|
input: number;
|
|
1659
2144
|
output: number;
|
|
@@ -1663,14 +2148,14 @@ export declare const MODELS: {
|
|
|
1663
2148
|
contextWindow: number;
|
|
1664
2149
|
maxTokens: number;
|
|
1665
2150
|
};
|
|
1666
|
-
readonly "
|
|
2151
|
+
readonly "us.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1667
2152
|
id: string;
|
|
1668
2153
|
name: string;
|
|
1669
2154
|
api: "bedrock-converse-stream";
|
|
1670
2155
|
provider: string;
|
|
1671
2156
|
baseUrl: string;
|
|
1672
2157
|
reasoning: true;
|
|
1673
|
-
input: "text"[];
|
|
2158
|
+
input: ("image" | "text")[];
|
|
1674
2159
|
cost: {
|
|
1675
2160
|
input: number;
|
|
1676
2161
|
output: number;
|
|
@@ -1680,14 +2165,17 @@ export declare const MODELS: {
|
|
|
1680
2165
|
contextWindow: number;
|
|
1681
2166
|
maxTokens: number;
|
|
1682
2167
|
};
|
|
1683
|
-
readonly "
|
|
2168
|
+
readonly "us.anthropic.claude-opus-4-6-v1": {
|
|
1684
2169
|
id: string;
|
|
1685
2170
|
name: string;
|
|
1686
2171
|
api: "bedrock-converse-stream";
|
|
1687
2172
|
provider: string;
|
|
1688
2173
|
baseUrl: string;
|
|
1689
|
-
reasoning:
|
|
1690
|
-
|
|
2174
|
+
reasoning: true;
|
|
2175
|
+
thinkingLevelMap: {
|
|
2176
|
+
xhigh: string;
|
|
2177
|
+
};
|
|
2178
|
+
input: ("image" | "text")[];
|
|
1691
2179
|
cost: {
|
|
1692
2180
|
input: number;
|
|
1693
2181
|
output: number;
|
|
@@ -1697,14 +2185,17 @@ export declare const MODELS: {
|
|
|
1697
2185
|
contextWindow: number;
|
|
1698
2186
|
maxTokens: number;
|
|
1699
2187
|
};
|
|
1700
|
-
readonly "
|
|
2188
|
+
readonly "us.anthropic.claude-opus-4-7": {
|
|
1701
2189
|
id: string;
|
|
1702
2190
|
name: string;
|
|
1703
2191
|
api: "bedrock-converse-stream";
|
|
1704
2192
|
provider: string;
|
|
1705
2193
|
baseUrl: string;
|
|
1706
|
-
reasoning:
|
|
1707
|
-
|
|
2194
|
+
reasoning: true;
|
|
2195
|
+
thinkingLevelMap: {
|
|
2196
|
+
xhigh: string;
|
|
2197
|
+
};
|
|
2198
|
+
input: ("image" | "text")[];
|
|
1708
2199
|
cost: {
|
|
1709
2200
|
input: number;
|
|
1710
2201
|
output: number;
|
|
@@ -1714,14 +2205,14 @@ export declare const MODELS: {
|
|
|
1714
2205
|
contextWindow: number;
|
|
1715
2206
|
maxTokens: number;
|
|
1716
2207
|
};
|
|
1717
|
-
readonly "
|
|
2208
|
+
readonly "us.anthropic.claude-opus-4-8": {
|
|
1718
2209
|
id: string;
|
|
1719
2210
|
name: string;
|
|
1720
2211
|
api: "bedrock-converse-stream";
|
|
1721
2212
|
provider: string;
|
|
1722
2213
|
baseUrl: string;
|
|
1723
2214
|
reasoning: true;
|
|
1724
|
-
input: "text"[];
|
|
2215
|
+
input: ("image" | "text")[];
|
|
1725
2216
|
cost: {
|
|
1726
2217
|
input: number;
|
|
1727
2218
|
output: number;
|
|
@@ -1731,14 +2222,14 @@ export declare const MODELS: {
|
|
|
1731
2222
|
contextWindow: number;
|
|
1732
2223
|
maxTokens: number;
|
|
1733
2224
|
};
|
|
1734
|
-
readonly "
|
|
2225
|
+
readonly "us.anthropic.claude-opus-5": {
|
|
1735
2226
|
id: string;
|
|
1736
2227
|
name: string;
|
|
1737
2228
|
api: "bedrock-converse-stream";
|
|
1738
2229
|
provider: string;
|
|
1739
2230
|
baseUrl: string;
|
|
1740
|
-
reasoning:
|
|
1741
|
-
input: "text"[];
|
|
2231
|
+
reasoning: true;
|
|
2232
|
+
input: ("image" | "text")[];
|
|
1742
2233
|
cost: {
|
|
1743
2234
|
input: number;
|
|
1744
2235
|
output: number;
|
|
@@ -1748,13 +2239,13 @@ export declare const MODELS: {
|
|
|
1748
2239
|
contextWindow: number;
|
|
1749
2240
|
maxTokens: number;
|
|
1750
2241
|
};
|
|
1751
|
-
readonly "
|
|
2242
|
+
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1752
2243
|
id: string;
|
|
1753
2244
|
name: string;
|
|
1754
2245
|
api: "bedrock-converse-stream";
|
|
1755
2246
|
provider: string;
|
|
1756
2247
|
baseUrl: string;
|
|
1757
|
-
reasoning:
|
|
2248
|
+
reasoning: true;
|
|
1758
2249
|
input: ("image" | "text")[];
|
|
1759
2250
|
cost: {
|
|
1760
2251
|
input: number;
|
|
@@ -1765,7 +2256,7 @@ export declare const MODELS: {
|
|
|
1765
2256
|
contextWindow: number;
|
|
1766
2257
|
maxTokens: number;
|
|
1767
2258
|
};
|
|
1768
|
-
readonly "us.anthropic.claude-
|
|
2259
|
+
readonly "us.anthropic.claude-sonnet-4-6": {
|
|
1769
2260
|
id: string;
|
|
1770
2261
|
name: string;
|
|
1771
2262
|
api: "bedrock-converse-stream";
|
|
@@ -1782,7 +2273,7 @@ export declare const MODELS: {
|
|
|
1782
2273
|
contextWindow: number;
|
|
1783
2274
|
maxTokens: number;
|
|
1784
2275
|
};
|
|
1785
|
-
readonly "us.anthropic.claude-
|
|
2276
|
+
readonly "us.anthropic.claude-sonnet-5": {
|
|
1786
2277
|
id: string;
|
|
1787
2278
|
name: string;
|
|
1788
2279
|
api: "bedrock-converse-stream";
|
|
@@ -1799,14 +2290,14 @@ export declare const MODELS: {
|
|
|
1799
2290
|
contextWindow: number;
|
|
1800
2291
|
maxTokens: number;
|
|
1801
2292
|
};
|
|
1802
|
-
readonly "us.
|
|
2293
|
+
readonly "us.deepseek.r1-v1:0": {
|
|
1803
2294
|
id: string;
|
|
1804
2295
|
name: string;
|
|
1805
2296
|
api: "bedrock-converse-stream";
|
|
1806
2297
|
provider: string;
|
|
1807
2298
|
baseUrl: string;
|
|
1808
2299
|
reasoning: true;
|
|
1809
|
-
input:
|
|
2300
|
+
input: "text"[];
|
|
1810
2301
|
cost: {
|
|
1811
2302
|
input: number;
|
|
1812
2303
|
output: number;
|
|
@@ -1816,14 +2307,14 @@ export declare const MODELS: {
|
|
|
1816
2307
|
contextWindow: number;
|
|
1817
2308
|
maxTokens: number;
|
|
1818
2309
|
};
|
|
1819
|
-
readonly "us.
|
|
2310
|
+
readonly "us.meta.llama3-1-70b-instruct-v1:0": {
|
|
1820
2311
|
id: string;
|
|
1821
2312
|
name: string;
|
|
1822
2313
|
api: "bedrock-converse-stream";
|
|
1823
2314
|
provider: string;
|
|
1824
2315
|
baseUrl: string;
|
|
1825
|
-
reasoning:
|
|
1826
|
-
input:
|
|
2316
|
+
reasoning: false;
|
|
2317
|
+
input: "text"[];
|
|
1827
2318
|
cost: {
|
|
1828
2319
|
input: number;
|
|
1829
2320
|
output: number;
|
|
@@ -1833,14 +2324,14 @@ export declare const MODELS: {
|
|
|
1833
2324
|
contextWindow: number;
|
|
1834
2325
|
maxTokens: number;
|
|
1835
2326
|
};
|
|
1836
|
-
readonly "us.
|
|
2327
|
+
readonly "us.meta.llama3-1-8b-instruct-v1:0": {
|
|
1837
2328
|
id: string;
|
|
1838
2329
|
name: string;
|
|
1839
2330
|
api: "bedrock-converse-stream";
|
|
1840
2331
|
provider: string;
|
|
1841
2332
|
baseUrl: string;
|
|
1842
|
-
reasoning:
|
|
1843
|
-
input:
|
|
2333
|
+
reasoning: false;
|
|
2334
|
+
input: "text"[];
|
|
1844
2335
|
cost: {
|
|
1845
2336
|
input: number;
|
|
1846
2337
|
output: number;
|
|
@@ -1850,17 +2341,14 @@ export declare const MODELS: {
|
|
|
1850
2341
|
contextWindow: number;
|
|
1851
2342
|
maxTokens: number;
|
|
1852
2343
|
};
|
|
1853
|
-
readonly "us.
|
|
2344
|
+
readonly "us.meta.llama3-3-70b-instruct-v1:0": {
|
|
1854
2345
|
id: string;
|
|
1855
2346
|
name: string;
|
|
1856
2347
|
api: "bedrock-converse-stream";
|
|
1857
2348
|
provider: string;
|
|
1858
2349
|
baseUrl: string;
|
|
1859
|
-
reasoning:
|
|
1860
|
-
|
|
1861
|
-
xhigh: string;
|
|
1862
|
-
};
|
|
1863
|
-
input: ("image" | "text")[];
|
|
2350
|
+
reasoning: false;
|
|
2351
|
+
input: "text"[];
|
|
1864
2352
|
cost: {
|
|
1865
2353
|
input: number;
|
|
1866
2354
|
output: number;
|
|
@@ -1870,16 +2358,13 @@ export declare const MODELS: {
|
|
|
1870
2358
|
contextWindow: number;
|
|
1871
2359
|
maxTokens: number;
|
|
1872
2360
|
};
|
|
1873
|
-
readonly "us.
|
|
2361
|
+
readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1874
2362
|
id: string;
|
|
1875
2363
|
name: string;
|
|
1876
2364
|
api: "bedrock-converse-stream";
|
|
1877
2365
|
provider: string;
|
|
1878
2366
|
baseUrl: string;
|
|
1879
|
-
reasoning:
|
|
1880
|
-
thinkingLevelMap: {
|
|
1881
|
-
xhigh: string;
|
|
1882
|
-
};
|
|
2367
|
+
reasoning: false;
|
|
1883
2368
|
input: ("image" | "text")[];
|
|
1884
2369
|
cost: {
|
|
1885
2370
|
input: number;
|
|
@@ -1890,13 +2375,13 @@ export declare const MODELS: {
|
|
|
1890
2375
|
contextWindow: number;
|
|
1891
2376
|
maxTokens: number;
|
|
1892
2377
|
};
|
|
1893
|
-
readonly "us.
|
|
2378
|
+
readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
|
|
1894
2379
|
id: string;
|
|
1895
2380
|
name: string;
|
|
1896
2381
|
api: "bedrock-converse-stream";
|
|
1897
2382
|
provider: string;
|
|
1898
2383
|
baseUrl: string;
|
|
1899
|
-
reasoning:
|
|
2384
|
+
reasoning: false;
|
|
1900
2385
|
input: ("image" | "text")[];
|
|
1901
2386
|
cost: {
|
|
1902
2387
|
input: number;
|
|
@@ -1907,13 +2392,13 @@ export declare const MODELS: {
|
|
|
1907
2392
|
contextWindow: number;
|
|
1908
2393
|
maxTokens: number;
|
|
1909
2394
|
};
|
|
1910
|
-
readonly "us.
|
|
2395
|
+
readonly "us.mistral.pixtral-large-2502-v1:0": {
|
|
1911
2396
|
id: string;
|
|
1912
2397
|
name: string;
|
|
1913
2398
|
api: "bedrock-converse-stream";
|
|
1914
2399
|
provider: string;
|
|
1915
2400
|
baseUrl: string;
|
|
1916
|
-
reasoning:
|
|
2401
|
+
reasoning: false;
|
|
1917
2402
|
input: ("image" | "text")[];
|
|
1918
2403
|
cost: {
|
|
1919
2404
|
input: number;
|
|
@@ -1924,13 +2409,16 @@ export declare const MODELS: {
|
|
|
1924
2409
|
contextWindow: number;
|
|
1925
2410
|
maxTokens: number;
|
|
1926
2411
|
};
|
|
1927
|
-
readonly "us.
|
|
2412
|
+
readonly "us.openai.gpt-5.6-luna": {
|
|
1928
2413
|
id: string;
|
|
1929
2414
|
name: string;
|
|
1930
2415
|
api: "bedrock-converse-stream";
|
|
1931
2416
|
provider: string;
|
|
1932
2417
|
baseUrl: string;
|
|
1933
2418
|
reasoning: true;
|
|
2419
|
+
thinkingLevelMap: {
|
|
2420
|
+
xhigh: string;
|
|
2421
|
+
};
|
|
1934
2422
|
input: ("image" | "text")[];
|
|
1935
2423
|
cost: {
|
|
1936
2424
|
input: number;
|
|
@@ -1941,13 +2429,16 @@ export declare const MODELS: {
|
|
|
1941
2429
|
contextWindow: number;
|
|
1942
2430
|
maxTokens: number;
|
|
1943
2431
|
};
|
|
1944
|
-
readonly "us.
|
|
2432
|
+
readonly "us.openai.gpt-5.6-sol": {
|
|
1945
2433
|
id: string;
|
|
1946
2434
|
name: string;
|
|
1947
2435
|
api: "bedrock-converse-stream";
|
|
1948
2436
|
provider: string;
|
|
1949
2437
|
baseUrl: string;
|
|
1950
2438
|
reasoning: true;
|
|
2439
|
+
thinkingLevelMap: {
|
|
2440
|
+
xhigh: string;
|
|
2441
|
+
};
|
|
1951
2442
|
input: ("image" | "text")[];
|
|
1952
2443
|
cost: {
|
|
1953
2444
|
input: number;
|
|
@@ -1958,13 +2449,16 @@ export declare const MODELS: {
|
|
|
1958
2449
|
contextWindow: number;
|
|
1959
2450
|
maxTokens: number;
|
|
1960
2451
|
};
|
|
1961
|
-
readonly "us.
|
|
2452
|
+
readonly "us.openai.gpt-5.6-terra": {
|
|
1962
2453
|
id: string;
|
|
1963
2454
|
name: string;
|
|
1964
2455
|
api: "bedrock-converse-stream";
|
|
1965
2456
|
provider: string;
|
|
1966
2457
|
baseUrl: string;
|
|
1967
2458
|
reasoning: true;
|
|
2459
|
+
thinkingLevelMap: {
|
|
2460
|
+
xhigh: string;
|
|
2461
|
+
};
|
|
1968
2462
|
input: ("image" | "text")[];
|
|
1969
2463
|
cost: {
|
|
1970
2464
|
input: number;
|
|
@@ -1975,14 +2469,17 @@ export declare const MODELS: {
|
|
|
1975
2469
|
contextWindow: number;
|
|
1976
2470
|
maxTokens: number;
|
|
1977
2471
|
};
|
|
1978
|
-
readonly "us.
|
|
2472
|
+
readonly "us.openai.gpt-6-astra": {
|
|
1979
2473
|
id: string;
|
|
1980
2474
|
name: string;
|
|
1981
2475
|
api: "bedrock-converse-stream";
|
|
1982
2476
|
provider: string;
|
|
1983
2477
|
baseUrl: string;
|
|
1984
2478
|
reasoning: true;
|
|
1985
|
-
|
|
2479
|
+
thinkingLevelMap: {
|
|
2480
|
+
xhigh: string;
|
|
2481
|
+
};
|
|
2482
|
+
input: ("image" | "text")[];
|
|
1986
2483
|
cost: {
|
|
1987
2484
|
input: number;
|
|
1988
2485
|
output: number;
|
|
@@ -1992,14 +2489,14 @@ export declare const MODELS: {
|
|
|
1992
2489
|
contextWindow: number;
|
|
1993
2490
|
maxTokens: number;
|
|
1994
2491
|
};
|
|
1995
|
-
readonly "us.
|
|
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:
|
|
2002
|
-
input:
|
|
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.
|
|
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:
|
|
2019
|
-
input:
|
|
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;
|
|
@@ -3099,6 +3604,10 @@ export declare const MODELS: {
|
|
|
3099
3604
|
provider: string;
|
|
3100
3605
|
baseUrl: string;
|
|
3101
3606
|
reasoning: true;
|
|
3607
|
+
thinkingLevelMap: {
|
|
3608
|
+
off: null;
|
|
3609
|
+
xhigh: string;
|
|
3610
|
+
};
|
|
3102
3611
|
input: ("image" | "text")[];
|
|
3103
3612
|
cost: {
|
|
3104
3613
|
input: number;
|
|
@@ -5437,7 +5946,7 @@ export declare const MODELS: {
|
|
|
5437
5946
|
readonly "gpt-6-astra": {
|
|
5438
5947
|
id: string;
|
|
5439
5948
|
name: string;
|
|
5440
|
-
api: "openai-
|
|
5949
|
+
api: "openai-responses";
|
|
5441
5950
|
provider: string;
|
|
5442
5951
|
baseUrl: string;
|
|
5443
5952
|
headers: {
|
|
@@ -5446,12 +5955,12 @@ export declare const MODELS: {
|
|
|
5446
5955
|
"Editor-Plugin-Version": string;
|
|
5447
5956
|
"Copilot-Integration-Id": string;
|
|
5448
5957
|
};
|
|
5449
|
-
compat: {
|
|
5450
|
-
supportsStore: false;
|
|
5451
|
-
supportsDeveloperRole: false;
|
|
5452
|
-
supportsReasoningEffort: false;
|
|
5453
|
-
};
|
|
5454
5958
|
reasoning: true;
|
|
5959
|
+
thinkingLevelMap: {
|
|
5960
|
+
off: null;
|
|
5961
|
+
minimal: string;
|
|
5962
|
+
xhigh: string;
|
|
5963
|
+
};
|
|
5455
5964
|
input: ("image" | "text")[];
|
|
5456
5965
|
cost: {
|
|
5457
5966
|
input: number;
|
|
@@ -9438,6 +9947,11 @@ export declare const MODELS: {
|
|
|
9438
9947
|
provider: string;
|
|
9439
9948
|
baseUrl: string;
|
|
9440
9949
|
reasoning: true;
|
|
9950
|
+
thinkingLevelMap: {
|
|
9951
|
+
off: string;
|
|
9952
|
+
xhigh: string;
|
|
9953
|
+
minimal: null;
|
|
9954
|
+
};
|
|
9441
9955
|
input: ("image" | "text")[];
|
|
9442
9956
|
cost: {
|
|
9443
9957
|
input: number;
|
|
@@ -9779,6 +10293,27 @@ export declare const MODELS: {
|
|
|
9779
10293
|
contextWindow: number;
|
|
9780
10294
|
maxTokens: number;
|
|
9781
10295
|
};
|
|
10296
|
+
readonly "gpt-6-astra": {
|
|
10297
|
+
id: string;
|
|
10298
|
+
name: string;
|
|
10299
|
+
api: "openai-codex-responses";
|
|
10300
|
+
provider: string;
|
|
10301
|
+
baseUrl: string;
|
|
10302
|
+
reasoning: true;
|
|
10303
|
+
thinkingLevelMap: {
|
|
10304
|
+
xhigh: string;
|
|
10305
|
+
minimal: string;
|
|
10306
|
+
};
|
|
10307
|
+
input: ("image" | "text")[];
|
|
10308
|
+
cost: {
|
|
10309
|
+
input: number;
|
|
10310
|
+
output: number;
|
|
10311
|
+
cacheRead: number;
|
|
10312
|
+
cacheWrite: number;
|
|
10313
|
+
};
|
|
10314
|
+
contextWindow: number;
|
|
10315
|
+
maxTokens: number;
|
|
10316
|
+
};
|
|
9782
10317
|
};
|
|
9783
10318
|
readonly opencode: {
|
|
9784
10319
|
readonly "big-pickle": {
|
|
@@ -10736,6 +11271,10 @@ export declare const MODELS: {
|
|
|
10736
11271
|
provider: string;
|
|
10737
11272
|
baseUrl: string;
|
|
10738
11273
|
reasoning: true;
|
|
11274
|
+
thinkingLevelMap: {
|
|
11275
|
+
off: null;
|
|
11276
|
+
xhigh: string;
|
|
11277
|
+
};
|
|
10739
11278
|
input: ("image" | "text")[];
|
|
10740
11279
|
cost: {
|
|
10741
11280
|
input: number;
|
|
@@ -11101,6 +11640,23 @@ export declare const MODELS: {
|
|
|
11101
11640
|
};
|
|
11102
11641
|
};
|
|
11103
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
|
+
};
|
|
11104
11660
|
readonly "deepseek-v4-flash": {
|
|
11105
11661
|
id: string;
|
|
11106
11662
|
name: string;
|
|
@@ -11504,23 +12060,6 @@ export declare const MODELS: {
|
|
|
11504
12060
|
contextWindow: number;
|
|
11505
12061
|
maxTokens: number;
|
|
11506
12062
|
};
|
|
11507
|
-
readonly "omen-alpha": {
|
|
11508
|
-
id: string;
|
|
11509
|
-
name: string;
|
|
11510
|
-
api: "openai-completions";
|
|
11511
|
-
provider: string;
|
|
11512
|
-
baseUrl: string;
|
|
11513
|
-
reasoning: true;
|
|
11514
|
-
input: ("image" | "text")[];
|
|
11515
|
-
cost: {
|
|
11516
|
-
input: number;
|
|
11517
|
-
output: number;
|
|
11518
|
-
cacheRead: number;
|
|
11519
|
-
cacheWrite: number;
|
|
11520
|
-
};
|
|
11521
|
-
contextWindow: number;
|
|
11522
|
-
maxTokens: number;
|
|
11523
|
-
};
|
|
11524
12063
|
readonly "qwen3.6-plus": {
|
|
11525
12064
|
id: string;
|
|
11526
12065
|
name: string;
|
|
@@ -12649,6 +13188,33 @@ export declare const MODELS: {
|
|
|
12649
13188
|
contextWindow: number;
|
|
12650
13189
|
maxTokens: number;
|
|
12651
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
|
+
};
|
|
12652
13218
|
readonly "deepseek/deepseek-v4-pro": {
|
|
12653
13219
|
id: string;
|
|
12654
13220
|
name: string;
|
|
@@ -13362,7 +13928,7 @@ export declare const MODELS: {
|
|
|
13362
13928
|
contextWindow: number;
|
|
13363
13929
|
maxTokens: number;
|
|
13364
13930
|
};
|
|
13365
|
-
readonly "inception/mercury-2.5
|
|
13931
|
+
readonly "inception/mercury-2.5": {
|
|
13366
13932
|
id: string;
|
|
13367
13933
|
name: string;
|
|
13368
13934
|
api: "openai-completions";
|
|
@@ -13858,6 +14424,23 @@ export declare const MODELS: {
|
|
|
13858
14424
|
contextWindow: number;
|
|
13859
14425
|
maxTokens: number;
|
|
13860
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
|
+
};
|
|
13861
14444
|
readonly "mistralai/devstral-2512": {
|
|
13862
14445
|
id: string;
|
|
13863
14446
|
name: string;
|
|
@@ -13926,6 +14509,23 @@ export declare const MODELS: {
|
|
|
13926
14509
|
contextWindow: number;
|
|
13927
14510
|
maxTokens: number;
|
|
13928
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
|
+
};
|
|
13929
14529
|
readonly "mistralai/mistral-large": {
|
|
13930
14530
|
id: string;
|
|
13931
14531
|
name: string;
|
|
@@ -13977,6 +14577,23 @@ export declare const MODELS: {
|
|
|
13977
14577
|
contextWindow: number;
|
|
13978
14578
|
maxTokens: number;
|
|
13979
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
|
+
};
|
|
13980
14597
|
readonly "mistralai/mistral-medium-3": {
|
|
13981
14598
|
id: string;
|
|
13982
14599
|
name: string;
|
|
@@ -14045,6 +14662,23 @@ export declare const MODELS: {
|
|
|
14045
14662
|
contextWindow: number;
|
|
14046
14663
|
maxTokens: number;
|
|
14047
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
|
+
};
|
|
14048
14682
|
readonly "mistralai/mistral-nemo": {
|
|
14049
14683
|
id: string;
|
|
14050
14684
|
name: string;
|
|
@@ -14096,6 +14730,23 @@ export declare const MODELS: {
|
|
|
14096
14730
|
contextWindow: number;
|
|
14097
14731
|
maxTokens: number;
|
|
14098
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
|
+
};
|
|
14099
14750
|
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
14100
14751
|
id: string;
|
|
14101
14752
|
name: string;
|
|
@@ -14286,7 +14937,7 @@ export declare const MODELS: {
|
|
|
14286
14937
|
contextWindow: number;
|
|
14287
14938
|
maxTokens: number;
|
|
14288
14939
|
};
|
|
14289
|
-
readonly "nex-agi/nex-n2-mini": {
|
|
14940
|
+
readonly "nex-agi/nex-n2.5-mini:free": {
|
|
14290
14941
|
id: string;
|
|
14291
14942
|
name: string;
|
|
14292
14943
|
api: "openai-completions";
|
|
@@ -14303,7 +14954,7 @@ export declare const MODELS: {
|
|
|
14303
14954
|
contextWindow: number;
|
|
14304
14955
|
maxTokens: number;
|
|
14305
14956
|
};
|
|
14306
|
-
readonly "nex-agi/nex-n2-pro": {
|
|
14957
|
+
readonly "nex-agi/nex-n2.5-pro:free": {
|
|
14307
14958
|
id: string;
|
|
14308
14959
|
name: string;
|
|
14309
14960
|
api: "openai-completions";
|
|
@@ -15690,6 +16341,9 @@ export declare const MODELS: {
|
|
|
15690
16341
|
provider: string;
|
|
15691
16342
|
baseUrl: string;
|
|
15692
16343
|
reasoning: true;
|
|
16344
|
+
thinkingLevelMap: {
|
|
16345
|
+
xhigh: string;
|
|
16346
|
+
};
|
|
15693
16347
|
input: ("image" | "text")[];
|
|
15694
16348
|
cost: {
|
|
15695
16349
|
input: number;
|
|
@@ -15707,6 +16361,9 @@ export declare const MODELS: {
|
|
|
15707
16361
|
provider: string;
|
|
15708
16362
|
baseUrl: string;
|
|
15709
16363
|
reasoning: true;
|
|
16364
|
+
thinkingLevelMap: {
|
|
16365
|
+
xhigh: string;
|
|
16366
|
+
};
|
|
15710
16367
|
input: ("image" | "text")[];
|
|
15711
16368
|
cost: {
|
|
15712
16369
|
input: number;
|
|
@@ -15724,6 +16381,9 @@ export declare const MODELS: {
|
|
|
15724
16381
|
provider: string;
|
|
15725
16382
|
baseUrl: string;
|
|
15726
16383
|
reasoning: true;
|
|
16384
|
+
thinkingLevelMap: {
|
|
16385
|
+
xhigh: string;
|
|
16386
|
+
};
|
|
15727
16387
|
input: ("image" | "text")[];
|
|
15728
16388
|
cost: {
|
|
15729
16389
|
input: number;
|
|
@@ -15741,6 +16401,9 @@ export declare const MODELS: {
|
|
|
15741
16401
|
provider: string;
|
|
15742
16402
|
baseUrl: string;
|
|
15743
16403
|
reasoning: true;
|
|
16404
|
+
thinkingLevelMap: {
|
|
16405
|
+
xhigh: string;
|
|
16406
|
+
};
|
|
15744
16407
|
input: ("image" | "text")[];
|
|
15745
16408
|
cost: {
|
|
15746
16409
|
input: number;
|
|
@@ -17672,6 +18335,23 @@ export declare const MODELS: {
|
|
|
17672
18335
|
contextWindow: number;
|
|
17673
18336
|
maxTokens: number;
|
|
17674
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
|
+
};
|
|
17675
18355
|
readonly "z-ai/glm-5.3": {
|
|
17676
18356
|
id: string;
|
|
17677
18357
|
name: string;
|
|
@@ -17723,6 +18403,23 @@ export declare const MODELS: {
|
|
|
17723
18403
|
contextWindow: number;
|
|
17724
18404
|
maxTokens: number;
|
|
17725
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
|
+
};
|
|
17726
18423
|
readonly "z-ai/glm-5v-turbo": {
|
|
17727
18424
|
id: string;
|
|
17728
18425
|
name: string;
|
|
@@ -19737,6 +20434,23 @@ export declare const MODELS: {
|
|
|
19737
20434
|
contextWindow: number;
|
|
19738
20435
|
maxTokens: number;
|
|
19739
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
|
+
};
|
|
19740
20454
|
readonly "google/gemini-2.5-flash": {
|
|
19741
20455
|
id: string;
|
|
19742
20456
|
name: string;
|
|
@@ -19975,6 +20689,23 @@ export declare const MODELS: {
|
|
|
19975
20689
|
contextWindow: number;
|
|
19976
20690
|
maxTokens: number;
|
|
19977
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
|
+
};
|
|
19978
20709
|
readonly "inception/mercury-coder-small": {
|
|
19979
20710
|
id: string;
|
|
19980
20711
|
name: string;
|
|
@@ -21765,6 +22496,9 @@ export declare const MODELS: {
|
|
|
21765
22496
|
provider: string;
|
|
21766
22497
|
baseUrl: string;
|
|
21767
22498
|
reasoning: true;
|
|
22499
|
+
thinkingLevelMap: {
|
|
22500
|
+
xhigh: string;
|
|
22501
|
+
};
|
|
21768
22502
|
input: ("image" | "text")[];
|
|
21769
22503
|
cost: {
|
|
21770
22504
|
input: number;
|
|
@@ -21782,6 +22516,9 @@ export declare const MODELS: {
|
|
|
21782
22516
|
provider: string;
|
|
21783
22517
|
baseUrl: string;
|
|
21784
22518
|
reasoning: true;
|
|
22519
|
+
thinkingLevelMap: {
|
|
22520
|
+
xhigh: string;
|
|
22521
|
+
};
|
|
21785
22522
|
input: ("image" | "text")[];
|
|
21786
22523
|
cost: {
|
|
21787
22524
|
input: number;
|
|
@@ -22387,23 +23124,6 @@ export declare const MODELS: {
|
|
|
22387
23124
|
contextWindow: number;
|
|
22388
23125
|
maxTokens: number;
|
|
22389
23126
|
};
|
|
22390
|
-
readonly "xiaomi/mimo-v2.5-pro-ultraspeed": {
|
|
22391
|
-
id: string;
|
|
22392
|
-
name: string;
|
|
22393
|
-
api: "anthropic-messages";
|
|
22394
|
-
provider: string;
|
|
22395
|
-
baseUrl: string;
|
|
22396
|
-
reasoning: true;
|
|
22397
|
-
input: "text"[];
|
|
22398
|
-
cost: {
|
|
22399
|
-
input: number;
|
|
22400
|
-
output: number;
|
|
22401
|
-
cacheRead: number;
|
|
22402
|
-
cacheWrite: number;
|
|
22403
|
-
};
|
|
22404
|
-
contextWindow: number;
|
|
22405
|
-
maxTokens: number;
|
|
22406
|
-
};
|
|
22407
23127
|
readonly "zai/glm-4.5": {
|
|
22408
23128
|
id: string;
|
|
22409
23129
|
name: string;
|
|
@@ -22659,23 +23379,6 @@ export declare const MODELS: {
|
|
|
22659
23379
|
contextWindow: number;
|
|
22660
23380
|
maxTokens: number;
|
|
22661
23381
|
};
|
|
22662
|
-
readonly "zai/glm-5.3-promo-50": {
|
|
22663
|
-
id: string;
|
|
22664
|
-
name: string;
|
|
22665
|
-
api: "anthropic-messages";
|
|
22666
|
-
provider: string;
|
|
22667
|
-
baseUrl: string;
|
|
22668
|
-
reasoning: true;
|
|
22669
|
-
input: "text"[];
|
|
22670
|
-
cost: {
|
|
22671
|
-
input: number;
|
|
22672
|
-
output: number;
|
|
22673
|
-
cacheRead: number;
|
|
22674
|
-
cacheWrite: number;
|
|
22675
|
-
};
|
|
22676
|
-
contextWindow: number;
|
|
22677
|
-
maxTokens: number;
|
|
22678
|
-
};
|
|
22679
23382
|
readonly "zai/glm-5v-turbo": {
|
|
22680
23383
|
id: string;
|
|
22681
23384
|
name: string;
|