aimodels 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +853 -75
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -69,6 +69,20 @@ var models = {
69
69
  ],
70
70
  "creatorId": "anthropic"
71
71
  },
72
+ "claude-opus-4-6": {
73
+ "id": "claude-opus-4-6",
74
+ "extends": "claude-opus-4-5-20251101",
75
+ "overrides": {
76
+ "name": "Claude Opus 4.6",
77
+ "context": {
78
+ "type": "token",
79
+ "total": 1e6,
80
+ "maxOutput": 128e3,
81
+ "outputIsFixed": 1
82
+ }
83
+ },
84
+ "creatorId": "anthropic"
85
+ },
72
86
  "claude-opus-4-1-20250805": {
73
87
  "id": "claude-opus-4-1-20250805",
74
88
  "name": "Claude Opus 4.1",
@@ -138,36 +152,18 @@ var models = {
138
152
  ],
139
153
  "creatorId": "anthropic"
140
154
  },
141
- "claude-3-7-sonnet-20250219": {
142
- "id": "claude-3-7-sonnet-20250219",
143
- "name": "Claude 3.7 Sonnet",
144
- "license": "proprietary",
145
- "capabilities": [
146
- "chat",
147
- "txt-in",
148
- "txt-out",
149
- "img-in",
150
- "fn-out",
151
- "reason"
152
- ],
153
- "context": {
154
- "type": "token",
155
- "total": 2e5,
156
- "maxOutput": 8192,
157
- "outputIsFixed": 1,
158
- "extended": {
159
- "reasoning": {
160
- "maxOutput": 64e3
161
- },
162
- "experimental": {
163
- "maxOutput": 128e3
164
- }
155
+ "claude-sonnet-4-6": {
156
+ "id": "claude-sonnet-4-6",
157
+ "extends": "claude-sonnet-4-5-20250929",
158
+ "overrides": {
159
+ "name": "Claude Sonnet 4.6",
160
+ "context": {
161
+ "type": "token",
162
+ "total": 1e6,
163
+ "maxOutput": 64e3,
164
+ "outputIsFixed": 1
165
165
  }
166
166
  },
167
- "aliases": [
168
- "claude-3-7-sonnet-latest",
169
- "claude-3-7-sonnet"
170
- ],
171
167
  "creatorId": "anthropic"
172
168
  },
173
169
  "command-a-03-2025": {
@@ -588,8 +584,8 @@ var models = {
588
584
  },
589
585
  "deepseek-chat": {
590
586
  "id": "deepseek-chat",
591
- "name": "DeepSeek V3",
592
- "license": "apache-2.0",
587
+ "name": "DeepSeek V3.2",
588
+ "license": "mit",
593
589
  "capabilities": [
594
590
  "chat",
595
591
  "txt-in",
@@ -602,12 +598,16 @@ var models = {
602
598
  "total": 131072,
603
599
  "maxOutput": 8192
604
600
  },
601
+ "aliases": [
602
+ "deepseek-v3.2",
603
+ "deepseek-v3.2-latest"
604
+ ],
605
605
  "creatorId": "deepseek"
606
606
  },
607
607
  "deepseek-reasoner": {
608
608
  "id": "deepseek-reasoner",
609
- "name": "DeepSeek R1",
610
- "license": "apache-2.0",
609
+ "name": "DeepSeek V3.2 (Thinking Mode)",
610
+ "license": "mit",
611
611
  "capabilities": [
612
612
  "chat",
613
613
  "txt-in",
@@ -621,6 +621,10 @@ var models = {
621
621
  "total": 131072,
622
622
  "maxOutput": 65536
623
623
  },
624
+ "aliases": [
625
+ "deepseek-v3.2-thinking",
626
+ "deepseek-reasoner-latest"
627
+ ],
624
628
  "creatorId": "deepseek"
625
629
  },
626
630
  "gemini-3-pro-preview": {
@@ -667,6 +671,52 @@ var models = {
667
671
  },
668
672
  "creatorId": "google"
669
673
  },
674
+ "gemini-3.1-pro-preview": {
675
+ "id": "gemini-3.1-pro-preview",
676
+ "extends": "gemini-3-pro-preview",
677
+ "overrides": {
678
+ "name": "Gemini 3.1 Pro Preview"
679
+ },
680
+ "creatorId": "google"
681
+ },
682
+ "gemini-3-pro-image-preview": {
683
+ "id": "gemini-3-pro-image-preview",
684
+ "name": "Gemini 3 Pro Image Preview",
685
+ "license": "proprietary",
686
+ "capabilities": [
687
+ "chat",
688
+ "txt-in",
689
+ "txt-out",
690
+ "img-in",
691
+ "img-out",
692
+ "reason"
693
+ ],
694
+ "context": {
695
+ "type": "token",
696
+ "total": 65536,
697
+ "maxOutput": 32768
698
+ },
699
+ "creatorId": "google"
700
+ },
701
+ "gemini-3.1-flash-image-preview": {
702
+ "id": "gemini-3.1-flash-image-preview",
703
+ "name": "Gemini 3.1 Flash Image Preview",
704
+ "license": "proprietary",
705
+ "capabilities": [
706
+ "chat",
707
+ "txt-in",
708
+ "txt-out",
709
+ "img-in",
710
+ "img-out",
711
+ "reason"
712
+ ],
713
+ "context": {
714
+ "type": "token",
715
+ "total": 131072,
716
+ "maxOutput": 32768
717
+ },
718
+ "creatorId": "google"
719
+ },
670
720
  "gemini-2.5-pro": {
671
721
  "id": "gemini-2.5-pro",
672
722
  "name": "Gemini 2.5 Pro",
@@ -766,6 +816,40 @@ var models = {
766
816
  },
767
817
  "creatorId": "google"
768
818
  },
819
+ "gemini-3.1-flash-lite-preview": {
820
+ "id": "gemini-3.1-flash-lite-preview",
821
+ "extends": "gemini-2.5-flash-lite",
822
+ "overrides": {
823
+ "name": "Gemini 3.1 Flash-Lite Preview",
824
+ "context": {
825
+ "type": "token",
826
+ "total": 1048576,
827
+ "maxOutput": 65535
828
+ }
829
+ },
830
+ "creatorId": "google"
831
+ },
832
+ "gemini-live-2.5-flash-native-audio": {
833
+ "id": "gemini-live-2.5-flash-native-audio",
834
+ "name": "Gemini Live 2.5 Flash Native Audio",
835
+ "license": "proprietary",
836
+ "capabilities": [
837
+ "chat",
838
+ "txt-in",
839
+ "txt-out",
840
+ "img-in",
841
+ "audio-in",
842
+ "audio-out",
843
+ "video-in",
844
+ "fn-out"
845
+ ],
846
+ "context": {
847
+ "type": "token",
848
+ "total": 128e3,
849
+ "maxOutput": 64e3
850
+ },
851
+ "creatorId": "google"
852
+ },
769
853
  "gemini-2.0-flash": {
770
854
  "id": "gemini-2.0-flash",
771
855
  "name": "Gemini 2.0 Flash",
@@ -977,6 +1061,77 @@ var models = {
977
1061
  },
978
1062
  "creatorId": "google"
979
1063
  },
1064
+ "gemini-embedding-2-preview": {
1065
+ "id": "gemini-embedding-2-preview",
1066
+ "name": "Gemini Embedding 2 Preview",
1067
+ "license": "proprietary",
1068
+ "capabilities": [
1069
+ "txt-in",
1070
+ "img-in",
1071
+ "audio-in",
1072
+ "video-in",
1073
+ "vec-out"
1074
+ ],
1075
+ "context": {
1076
+ "type": "embedding",
1077
+ "total": 8192,
1078
+ "unit": "tokens",
1079
+ "dimensions": 3072,
1080
+ "embeddingType": "multimodal"
1081
+ },
1082
+ "creatorId": "google"
1083
+ },
1084
+ "text-embedding-005": {
1085
+ "id": "text-embedding-005",
1086
+ "name": "Text Embedding 005",
1087
+ "license": "proprietary",
1088
+ "capabilities": [
1089
+ "txt-in",
1090
+ "vec-out"
1091
+ ],
1092
+ "context": {
1093
+ "type": "embedding",
1094
+ "total": 2048,
1095
+ "unit": "tokens",
1096
+ "dimensions": 768,
1097
+ "embeddingType": "text"
1098
+ },
1099
+ "creatorId": "google"
1100
+ },
1101
+ "text-multilingual-embedding-002": {
1102
+ "id": "text-multilingual-embedding-002",
1103
+ "name": "Text Multilingual Embedding 002",
1104
+ "license": "proprietary",
1105
+ "capabilities": [
1106
+ "txt-in",
1107
+ "vec-out"
1108
+ ],
1109
+ "context": {
1110
+ "type": "embedding",
1111
+ "total": 2048,
1112
+ "unit": "tokens",
1113
+ "dimensions": 768,
1114
+ "embeddingType": "text"
1115
+ },
1116
+ "creatorId": "google"
1117
+ },
1118
+ "multimodalembedding@001": {
1119
+ "id": "multimodalembedding@001",
1120
+ "name": "Multimodal Embedding 001",
1121
+ "license": "proprietary",
1122
+ "capabilities": [
1123
+ "txt-in",
1124
+ "img-in",
1125
+ "video-in",
1126
+ "vec-out"
1127
+ ],
1128
+ "context": {
1129
+ "type": "embedding",
1130
+ "dimensions": 1408,
1131
+ "embeddingType": "multimodal"
1132
+ },
1133
+ "creatorId": "google"
1134
+ },
980
1135
  "aqa": {
981
1136
  "id": "aqa",
982
1137
  "name": "Attributed Question Answering",
@@ -1056,6 +1211,26 @@ var models = {
1056
1211
  },
1057
1212
  "creatorId": "google"
1058
1213
  },
1214
+ "imagen-4.0-fast-generate-001": {
1215
+ "id": "imagen-4.0-fast-generate-001",
1216
+ "name": "Imagen 4.0 Fast",
1217
+ "license": "proprietary",
1218
+ "capabilities": [
1219
+ "txt-in",
1220
+ "img-out"
1221
+ ],
1222
+ "context": {
1223
+ "maxOutput": 4,
1224
+ "sizes": [
1225
+ "1024x1024",
1226
+ "896x1280",
1227
+ "1280x896",
1228
+ "768x1408",
1229
+ "1408x768"
1230
+ ]
1231
+ },
1232
+ "creatorId": "google"
1233
+ },
1059
1234
  "imagen-4.0-ultra-generate-001": {
1060
1235
  "id": "imagen-4.0-ultra-generate-001",
1061
1236
  "name": "Imagen 4.0 Ultra",
@@ -1112,6 +1287,29 @@ var models = {
1112
1287
  },
1113
1288
  "creatorId": "google"
1114
1289
  },
1290
+ "veo-3.0-generate-001": {
1291
+ "id": "veo-3.0-generate-001",
1292
+ "name": "Veo 3.0 Generate",
1293
+ "license": "proprietary",
1294
+ "capabilities": [
1295
+ "txt-in",
1296
+ "video-out"
1297
+ ],
1298
+ "context": {
1299
+ "type": "token",
1300
+ "total": 480,
1301
+ "maxOutput": 8192
1302
+ },
1303
+ "creatorId": "google"
1304
+ },
1305
+ "veo-3.0-fast-generate-001": {
1306
+ "id": "veo-3.0-fast-generate-001",
1307
+ "extends": "veo-3.0-generate-preview",
1308
+ "overrides": {
1309
+ "name": "Veo 3.0 Fast Generate"
1310
+ },
1311
+ "creatorId": "google"
1312
+ },
1115
1313
  "veo-3.1-generate-preview": {
1116
1314
  "id": "veo-3.1-generate-preview",
1117
1315
  "name": "Veo 3.1 Generate",
@@ -1128,6 +1326,14 @@ var models = {
1128
1326
  },
1129
1327
  "creatorId": "google"
1130
1328
  },
1329
+ "veo-3.1-generate-001": {
1330
+ "id": "veo-3.1-generate-001",
1331
+ "extends": "veo-3.1-generate-preview",
1332
+ "overrides": {
1333
+ "name": "Veo 3.1 Generate"
1334
+ },
1335
+ "creatorId": "google"
1336
+ },
1131
1337
  "veo-3.1-fast-generate-preview": {
1132
1338
  "id": "veo-3.1-fast-generate-preview",
1133
1339
  "name": "Veo 3.1 Fast Generate",
@@ -1144,6 +1350,104 @@ var models = {
1144
1350
  },
1145
1351
  "creatorId": "google"
1146
1352
  },
1353
+ "veo-3.1-fast-generate-001": {
1354
+ "id": "veo-3.1-fast-generate-001",
1355
+ "extends": "veo-3.1-fast-generate-preview",
1356
+ "overrides": {
1357
+ "name": "Veo 3.1 Fast Generate"
1358
+ },
1359
+ "creatorId": "google"
1360
+ },
1361
+ "kimi-k2.5": {
1362
+ "id": "kimi-k2.5",
1363
+ "name": "Kimi K2.5",
1364
+ "license": "modified-mit",
1365
+ "capabilities": [
1366
+ "chat",
1367
+ "txt-in",
1368
+ "txt-out",
1369
+ "img-in",
1370
+ "video-in",
1371
+ "json-out",
1372
+ "fn-out",
1373
+ "reason"
1374
+ ],
1375
+ "context": {
1376
+ "type": "token",
1377
+ "total": 262144,
1378
+ "maxOutput": 32768
1379
+ },
1380
+ "aliases": [
1381
+ "kimi-k2.5-latest"
1382
+ ],
1383
+ "creatorId": "kimi"
1384
+ },
1385
+ "kimi-k2-0905-preview": {
1386
+ "id": "kimi-k2-0905-preview",
1387
+ "name": "Kimi K2 0905 Preview",
1388
+ "license": "modified-mit",
1389
+ "capabilities": [
1390
+ "chat",
1391
+ "txt-in",
1392
+ "txt-out",
1393
+ "json-out",
1394
+ "fn-out"
1395
+ ],
1396
+ "context": {
1397
+ "type": "token",
1398
+ "total": 262144,
1399
+ "maxOutput": 32768
1400
+ },
1401
+ "aliases": [
1402
+ "kimi-k2"
1403
+ ],
1404
+ "creatorId": "kimi"
1405
+ },
1406
+ "kimi-k2-turbo-preview": {
1407
+ "id": "kimi-k2-turbo-preview",
1408
+ "extends": "kimi-k2-0905-preview",
1409
+ "overrides": {
1410
+ "name": "Kimi K2 Turbo Preview"
1411
+ },
1412
+ "creatorId": "kimi"
1413
+ },
1414
+ "kimi-k2-thinking": {
1415
+ "id": "kimi-k2-thinking",
1416
+ "extends": "kimi-k2-0905-preview",
1417
+ "overrides": {
1418
+ "name": "Kimi K2 Thinking",
1419
+ "capabilities": [
1420
+ "chat",
1421
+ "txt-in",
1422
+ "txt-out",
1423
+ "json-out",
1424
+ "fn-out",
1425
+ "reason"
1426
+ ]
1427
+ },
1428
+ "creatorId": "kimi"
1429
+ },
1430
+ "kimi-k2-thinking-turbo": {
1431
+ "id": "kimi-k2-thinking-turbo",
1432
+ "extends": "kimi-k2-thinking",
1433
+ "overrides": {
1434
+ "name": "Kimi K2 Thinking Turbo"
1435
+ },
1436
+ "creatorId": "kimi"
1437
+ },
1438
+ "kimi-k2-0711-preview": {
1439
+ "id": "kimi-k2-0711-preview",
1440
+ "extends": "kimi-k2-0905-preview",
1441
+ "overrides": {
1442
+ "name": "Kimi K2 0711 Preview",
1443
+ "context": {
1444
+ "type": "token",
1445
+ "total": 131072,
1446
+ "maxOutput": 32768
1447
+ }
1448
+ },
1449
+ "creatorId": "kimi"
1450
+ },
1147
1451
  "llama-4-scout": {
1148
1452
  "id": "llama-4-scout",
1149
1453
  "name": "Llama 4 Scout",
@@ -1592,9 +1896,9 @@ var models = {
1592
1896
  },
1593
1897
  "creatorId": "openai"
1594
1898
  },
1595
- "gpt-4o": {
1596
- "id": "gpt-4o",
1597
- "name": "GPT-4o",
1899
+ "gpt-5.4": {
1900
+ "id": "gpt-5.4",
1901
+ "name": "GPT-5.4",
1598
1902
  "license": "proprietary",
1599
1903
  "capabilities": [
1600
1904
  "chat",
@@ -1602,37 +1906,114 @@ var models = {
1602
1906
  "txt-out",
1603
1907
  "img-in",
1604
1908
  "json-out",
1605
- "fn-out"
1909
+ "fn-out",
1910
+ "reason"
1606
1911
  ],
1607
1912
  "context": {
1608
1913
  "type": "token",
1609
- "total": 128e3,
1610
- "maxOutput": 16384
1914
+ "total": 105e4,
1915
+ "maxOutput": 128e3
1611
1916
  },
1612
1917
  "aliases": [
1613
- "chatgpt-4o-latest",
1614
- "gpt-4o-2024-08-06"
1918
+ "gpt-5.4-2026-03-05"
1615
1919
  ],
1616
1920
  "creatorId": "openai"
1617
1921
  },
1618
- "gpt-5-nano": {
1619
- "id": "gpt-5-nano",
1620
- "name": "GPT-5 Nano",
1922
+ "gpt-5.4-pro": {
1923
+ "id": "gpt-5.4-pro",
1924
+ "name": "GPT-5.4 Pro",
1621
1925
  "license": "proprietary",
1622
1926
  "capabilities": [
1623
1927
  "chat",
1624
1928
  "txt-in",
1625
1929
  "txt-out",
1626
- "json-out",
1627
- "fn-out"
1930
+ "img-in",
1931
+ "fn-out",
1932
+ "reason"
1628
1933
  ],
1629
1934
  "context": {
1630
1935
  "type": "token",
1631
- "total": 1048576,
1632
- "maxOutput": 16384
1936
+ "total": 105e4,
1937
+ "maxOutput": 128e3
1633
1938
  },
1634
1939
  "aliases": [
1635
- "gpt-5-nano-latest"
1940
+ "gpt-5.4-pro-2026-03-05"
1941
+ ],
1942
+ "creatorId": "openai"
1943
+ },
1944
+ "gpt-5.4-mini": {
1945
+ "id": "gpt-5.4-mini",
1946
+ "extends": "gpt-5.4",
1947
+ "overrides": {
1948
+ "name": "GPT-5.4 Mini",
1949
+ "context": {
1950
+ "type": "token",
1951
+ "total": 4e5,
1952
+ "maxOutput": 128e3
1953
+ },
1954
+ "aliases": [
1955
+ "gpt-5.4-mini-2026-03-17"
1956
+ ]
1957
+ },
1958
+ "creatorId": "openai"
1959
+ },
1960
+ "gpt-5.4-nano": {
1961
+ "id": "gpt-5.4-nano",
1962
+ "extends": "gpt-5.4",
1963
+ "overrides": {
1964
+ "name": "GPT-5.4 Nano",
1965
+ "context": {
1966
+ "type": "token",
1967
+ "total": 4e5,
1968
+ "maxOutput": 128e3
1969
+ },
1970
+ "aliases": [
1971
+ "gpt-5.4-nano-2026-03-17"
1972
+ ]
1973
+ },
1974
+ "creatorId": "openai"
1975
+ },
1976
+ "gpt-4o": {
1977
+ "id": "gpt-4o",
1978
+ "name": "GPT-4o",
1979
+ "license": "proprietary",
1980
+ "capabilities": [
1981
+ "chat",
1982
+ "txt-in",
1983
+ "txt-out",
1984
+ "img-in",
1985
+ "json-out",
1986
+ "fn-out"
1987
+ ],
1988
+ "context": {
1989
+ "type": "token",
1990
+ "total": 128e3,
1991
+ "maxOutput": 16384
1992
+ },
1993
+ "aliases": [
1994
+ "chatgpt-4o-latest",
1995
+ "gpt-4o-2024-08-06"
1996
+ ],
1997
+ "creatorId": "openai"
1998
+ },
1999
+ "gpt-5-nano": {
2000
+ "id": "gpt-5-nano",
2001
+ "name": "GPT-5 Nano",
2002
+ "license": "proprietary",
2003
+ "capabilities": [
2004
+ "chat",
2005
+ "txt-in",
2006
+ "txt-out",
2007
+ "json-out",
2008
+ "fn-out"
2009
+ ],
2010
+ "context": {
2011
+ "type": "token",
2012
+ "total": 1048576,
2013
+ "maxOutput": 16384
2014
+ },
2015
+ "aliases": [
2016
+ "gpt-5-nano-latest"
1636
2017
  ],
1637
2018
  "creatorId": "openai"
1638
2019
  },
@@ -1660,7 +2041,7 @@ var models = {
1660
2041
  "gpt-oss-120b": {
1661
2042
  "id": "gpt-oss-120b",
1662
2043
  "name": "GPT OSS 120B",
1663
- "license": "proprietary",
2044
+ "license": "apache-2.0",
1664
2045
  "capabilities": [
1665
2046
  "chat",
1666
2047
  "txt-in",
@@ -1678,7 +2059,7 @@ var models = {
1678
2059
  "gpt-oss-20b": {
1679
2060
  "id": "gpt-oss-20b",
1680
2061
  "name": "GPT OSS 20B",
1681
- "license": "proprietary",
2062
+ "license": "apache-2.0",
1682
2063
  "capabilities": [
1683
2064
  "chat",
1684
2065
  "txt-in",
@@ -1731,6 +2112,45 @@ var models = {
1731
2112
  },
1732
2113
  "creatorId": "openai"
1733
2114
  },
2115
+ "gpt-realtime-1.5": {
2116
+ "id": "gpt-realtime-1.5",
2117
+ "name": "GPT Realtime 1.5",
2118
+ "license": "proprietary",
2119
+ "capabilities": [
2120
+ "chat",
2121
+ "txt-in",
2122
+ "txt-out",
2123
+ "img-in",
2124
+ "audio-in",
2125
+ "audio-out",
2126
+ "fn-out"
2127
+ ],
2128
+ "context": {
2129
+ "type": "token",
2130
+ "total": 32e3,
2131
+ "maxOutput": 4096
2132
+ },
2133
+ "creatorId": "openai"
2134
+ },
2135
+ "gpt-audio-1.5": {
2136
+ "id": "gpt-audio-1.5",
2137
+ "name": "GPT Audio 1.5",
2138
+ "license": "proprietary",
2139
+ "capabilities": [
2140
+ "chat",
2141
+ "txt-in",
2142
+ "txt-out",
2143
+ "audio-in",
2144
+ "audio-out",
2145
+ "fn-out"
2146
+ ],
2147
+ "context": {
2148
+ "type": "token",
2149
+ "total": 128e3,
2150
+ "maxOutput": 16384
2151
+ },
2152
+ "creatorId": "openai"
2153
+ },
1734
2154
  "dall-e-2": {
1735
2155
  "id": "dall-e-2",
1736
2156
  "name": "DALL-E 2",
@@ -1914,6 +2334,42 @@ var models = {
1914
2334
  },
1915
2335
  "creatorId": "openai"
1916
2336
  },
2337
+ "gpt-image-1.5": {
2338
+ "id": "gpt-image-1.5",
2339
+ "name": "GPT Image 1.5",
2340
+ "license": "proprietary",
2341
+ "capabilities": [
2342
+ "txt-in",
2343
+ "txt-out",
2344
+ "img-in",
2345
+ "img-out"
2346
+ ],
2347
+ "context": {
2348
+ "maxOutput": 1,
2349
+ "sizes": [
2350
+ "1024x1024",
2351
+ "1024x1536",
2352
+ "1536x1024"
2353
+ ],
2354
+ "qualities": [
2355
+ "low",
2356
+ "medium",
2357
+ "high"
2358
+ ]
2359
+ },
2360
+ "aliases": [
2361
+ "gpt-image-1.5-2025-12-16"
2362
+ ],
2363
+ "creatorId": "openai"
2364
+ },
2365
+ "gpt-image-1-mini": {
2366
+ "id": "gpt-image-1-mini",
2367
+ "extends": "gpt-image-1.5",
2368
+ "overrides": {
2369
+ "name": "GPT Image 1 Mini"
2370
+ },
2371
+ "creatorId": "openai"
2372
+ },
1917
2373
  "omni-moderation-2024-09-26": {
1918
2374
  "id": "omni-moderation-2024-09-26",
1919
2375
  "name": "Omni Moderation",
@@ -1932,9 +2388,79 @@ var models = {
1932
2388
  ],
1933
2389
  "creatorId": "openai"
1934
2390
  },
1935
- "qwen-3-235b-instruct": {
1936
- "id": "qwen-3-235b-instruct",
1937
- "name": "Qwen 3 235B Instruct",
2391
+ "qwen3-max": {
2392
+ "id": "qwen3-max",
2393
+ "name": "Qwen3 Max",
2394
+ "license": "proprietary",
2395
+ "capabilities": [
2396
+ "chat",
2397
+ "txt-in",
2398
+ "txt-out",
2399
+ "json-out",
2400
+ "fn-out",
2401
+ "reason"
2402
+ ],
2403
+ "context": {
2404
+ "type": "token",
2405
+ "total": 262144,
2406
+ "maxOutput": 65536
2407
+ },
2408
+ "aliases": [
2409
+ "qwen3-max-2026-01-23"
2410
+ ],
2411
+ "creatorId": "qwen"
2412
+ },
2413
+ "qwen3.5-plus": {
2414
+ "id": "qwen3.5-plus",
2415
+ "name": "Qwen3.5 Plus",
2416
+ "license": "proprietary",
2417
+ "capabilities": [
2418
+ "chat",
2419
+ "txt-in",
2420
+ "txt-out",
2421
+ "img-in",
2422
+ "video-in",
2423
+ "json-out",
2424
+ "fn-out",
2425
+ "reason"
2426
+ ],
2427
+ "context": {
2428
+ "type": "token",
2429
+ "total": 1e6,
2430
+ "maxOutput": 65536
2431
+ },
2432
+ "aliases": [
2433
+ "qwen3.5-plus-2026-02-15"
2434
+ ],
2435
+ "creatorId": "qwen"
2436
+ },
2437
+ "qwen3.5-flash": {
2438
+ "id": "qwen3.5-flash",
2439
+ "name": "Qwen3.5 Flash",
2440
+ "license": "proprietary",
2441
+ "capabilities": [
2442
+ "chat",
2443
+ "txt-in",
2444
+ "txt-out",
2445
+ "img-in",
2446
+ "video-in",
2447
+ "json-out",
2448
+ "fn-out",
2449
+ "reason"
2450
+ ],
2451
+ "context": {
2452
+ "type": "token",
2453
+ "total": 1e6,
2454
+ "maxOutput": 65536
2455
+ },
2456
+ "aliases": [
2457
+ "qwen3.5-flash-2026-02-23"
2458
+ ],
2459
+ "creatorId": "qwen"
2460
+ },
2461
+ "qwen3-next-80b-a3b-thinking": {
2462
+ "id": "qwen3-next-80b-a3b-thinking",
2463
+ "name": "Qwen3 Next 80B A3B Thinking",
1938
2464
  "license": "apache-2.0",
1939
2465
  "capabilities": [
1940
2466
  "chat",
@@ -1947,17 +2473,118 @@ var models = {
1947
2473
  "context": {
1948
2474
  "type": "token",
1949
2475
  "total": 131072,
1950
- "maxOutput": 8192
2476
+ "maxOutput": 32768
2477
+ },
2478
+ "creatorId": "qwen"
2479
+ },
2480
+ "qwen3-next-80b-a3b-instruct": {
2481
+ "id": "qwen3-next-80b-a3b-instruct",
2482
+ "name": "Qwen3 Next 80B A3B Instruct",
2483
+ "license": "apache-2.0",
2484
+ "capabilities": [
2485
+ "chat",
2486
+ "txt-in",
2487
+ "txt-out",
2488
+ "json-out",
2489
+ "fn-out"
2490
+ ],
2491
+ "context": {
2492
+ "type": "token",
2493
+ "total": 131072,
2494
+ "maxOutput": 32768
2495
+ },
2496
+ "creatorId": "qwen"
2497
+ },
2498
+ "qwen3-coder-next": {
2499
+ "id": "qwen3-coder-next",
2500
+ "name": "Qwen3 Coder Next",
2501
+ "license": "proprietary",
2502
+ "capabilities": [
2503
+ "chat",
2504
+ "txt-in",
2505
+ "txt-out",
2506
+ "json-out",
2507
+ "fn-out"
2508
+ ],
2509
+ "context": {
2510
+ "type": "token",
2511
+ "total": 262144,
2512
+ "maxOutput": 65536
2513
+ },
2514
+ "creatorId": "qwen"
2515
+ },
2516
+ "qwen3-coder-plus": {
2517
+ "id": "qwen3-coder-plus",
2518
+ "name": "Qwen3 Coder Plus",
2519
+ "license": "proprietary",
2520
+ "capabilities": [
2521
+ "chat",
2522
+ "txt-in",
2523
+ "txt-out",
2524
+ "json-out",
2525
+ "fn-out"
2526
+ ],
2527
+ "context": {
2528
+ "type": "token",
2529
+ "total": 1e6,
2530
+ "maxOutput": 65536
2531
+ },
2532
+ "aliases": [
2533
+ "qwen3-coder-plus-2025-09-23"
2534
+ ],
2535
+ "creatorId": "qwen"
2536
+ },
2537
+ "qwen3-vl-plus": {
2538
+ "id": "qwen3-vl-plus",
2539
+ "name": "Qwen3 VL Plus",
2540
+ "license": "proprietary",
2541
+ "capabilities": [
2542
+ "chat",
2543
+ "txt-in",
2544
+ "txt-out",
2545
+ "img-in",
2546
+ "video-in",
2547
+ "json-out",
2548
+ "fn-out",
2549
+ "reason"
2550
+ ],
2551
+ "context": {
2552
+ "type": "token",
2553
+ "total": 262144,
2554
+ "maxOutput": 32768
2555
+ },
2556
+ "aliases": [
2557
+ "qwen3-vl-plus-2025-12-19"
2558
+ ],
2559
+ "creatorId": "qwen"
2560
+ },
2561
+ "qwen3-vl-flash": {
2562
+ "id": "qwen3-vl-flash",
2563
+ "name": "Qwen3 VL Flash",
2564
+ "license": "proprietary",
2565
+ "capabilities": [
2566
+ "chat",
2567
+ "txt-in",
2568
+ "txt-out",
2569
+ "img-in",
2570
+ "video-in",
2571
+ "json-out",
2572
+ "fn-out",
2573
+ "reason"
2574
+ ],
2575
+ "context": {
2576
+ "type": "token",
2577
+ "total": 262144,
2578
+ "maxOutput": 32768
1951
2579
  },
1952
2580
  "aliases": [
1953
- "qwen-3-235b",
1954
- "qwen-3-235b-instruct-latest"
2581
+ "qwen3-vl-flash-2026-01-22"
1955
2582
  ],
1956
2583
  "creatorId": "qwen"
1957
2584
  },
1958
- "qwen-3-72b-instruct": {
1959
- "id": "qwen-3-72b-instruct",
1960
- "name": "Qwen 3 72B Instruct",
2585
+ "qwen3-235b-a22b": {
2586
+ "id": "qwen3-235b-a22b",
2587
+ "name": "Qwen3 235B A22B",
1961
2588
  "license": "apache-2.0",
1962
2589
  "capabilities": [
1963
2590
  "chat",
@@ -1970,24 +2597,44 @@ var models = {
1970
2597
  "context": {
1971
2598
  "type": "token",
1972
2599
  "total": 131072,
1973
- "maxOutput": 8192
2600
+ "maxOutput": 16384
1974
2601
  },
1975
2602
  "aliases": [
1976
- "qwen-3-72b",
1977
- "qwen-3-72b-instruct-latest"
2603
+ "qwen3-235b-a22b-instruct-2507",
2604
+ "qwen3-235b-a22b-thinking-2507"
1978
2605
  ],
1979
2606
  "creatorId": "qwen"
1980
2607
  },
1981
- "qwen-3-32b-instruct": {
1982
- "id": "qwen-3-32b-instruct",
1983
- "name": "Qwen 3 32B Instruct",
2608
+ "qwen3-32b": {
2609
+ "id": "qwen3-32b",
2610
+ "name": "Qwen3 32B",
1984
2611
  "license": "apache-2.0",
1985
2612
  "capabilities": [
1986
2613
  "chat",
1987
2614
  "txt-in",
1988
2615
  "txt-out",
1989
2616
  "json-out",
1990
- "fn-out"
2617
+ "fn-out",
2618
+ "reason"
2619
+ ],
2620
+ "context": {
2621
+ "type": "token",
2622
+ "total": 131072,
2623
+ "maxOutput": 8192
2624
+ },
2625
+ "creatorId": "qwen"
2626
+ },
2627
+ "qwen3-30b-a3b": {
2628
+ "id": "qwen3-30b-a3b",
2629
+ "name": "Qwen3 30B A3B",
2630
+ "license": "apache-2.0",
2631
+ "capabilities": [
2632
+ "chat",
2633
+ "txt-in",
2634
+ "txt-out",
2635
+ "json-out",
2636
+ "fn-out",
2637
+ "reason"
1991
2638
  ],
1992
2639
  "context": {
1993
2640
  "type": "token",
@@ -1995,31 +2642,47 @@ var models = {
1995
2642
  "maxOutput": 8192
1996
2643
  },
1997
2644
  "aliases": [
1998
- "qwen-3-32b",
1999
- "qwen-3-32b-instruct-latest"
2645
+ "qwen3-30b-a3b-instruct-2507",
2646
+ "qwen3-30b-a3b-thinking-2507"
2000
2647
  ],
2001
2648
  "creatorId": "qwen"
2002
2649
  },
2003
- "qwen-3-7b-instruct": {
2004
- "id": "qwen-3-7b-instruct",
2005
- "name": "Qwen 3 7B Instruct",
2650
+ "qwen3-14b": {
2651
+ "id": "qwen3-14b",
2652
+ "name": "Qwen3 14B",
2006
2653
  "license": "apache-2.0",
2007
2654
  "capabilities": [
2008
2655
  "chat",
2009
2656
  "txt-in",
2010
2657
  "txt-out",
2011
2658
  "json-out",
2012
- "fn-out"
2659
+ "fn-out",
2660
+ "reason"
2013
2661
  ],
2014
2662
  "context": {
2015
2663
  "type": "token",
2016
2664
  "total": 131072,
2017
2665
  "maxOutput": 8192
2018
2666
  },
2019
- "aliases": [
2020
- "qwen-3-7b",
2021
- "qwen-3-7b-instruct-latest"
2667
+ "creatorId": "qwen"
2668
+ },
2669
+ "qwen3-8b": {
2670
+ "id": "qwen3-8b",
2671
+ "name": "Qwen3 8B",
2672
+ "license": "apache-2.0",
2673
+ "capabilities": [
2674
+ "chat",
2675
+ "txt-in",
2676
+ "txt-out",
2677
+ "json-out",
2678
+ "fn-out",
2679
+ "reason"
2022
2680
  ],
2681
+ "context": {
2682
+ "type": "token",
2683
+ "total": 131072,
2684
+ "maxOutput": 8192
2685
+ },
2023
2686
  "creatorId": "qwen"
2024
2687
  },
2025
2688
  "grok-3-beta": {
@@ -2358,6 +3021,107 @@ var models = {
2358
3021
  },
2359
3022
  "releasedAt": "2025-11-19",
2360
3023
  "creatorId": "xai"
3024
+ },
3025
+ "grok-4.20-reasoning": {
3026
+ "id": "grok-4.20-reasoning",
3027
+ "name": "Grok 4.20",
3028
+ "creator": "xai",
3029
+ "license": "proprietary",
3030
+ "capabilities": [
3031
+ "chat",
3032
+ "txt-in",
3033
+ "txt-out",
3034
+ "img-in",
3035
+ "reason",
3036
+ "fn-out",
3037
+ "json-out"
3038
+ ],
3039
+ "context": {
3040
+ "type": "token",
3041
+ "total": 2e6,
3042
+ "maxOutput": null
3043
+ },
3044
+ "releasedAt": "2026-03-10",
3045
+ "creatorId": "xai"
3046
+ },
3047
+ "grok-4.20-beta-latest-non-reasoning": {
3048
+ "id": "grok-4.20-beta-latest-non-reasoning",
3049
+ "name": "Grok 4.20 (Non-Reasoning)",
3050
+ "creator": "xai",
3051
+ "license": "proprietary",
3052
+ "capabilities": [
3053
+ "chat",
3054
+ "txt-in",
3055
+ "txt-out",
3056
+ "img-in",
3057
+ "fn-out",
3058
+ "json-out"
3059
+ ],
3060
+ "context": {
3061
+ "type": "token",
3062
+ "total": 2e6,
3063
+ "maxOutput": null
3064
+ },
3065
+ "releasedAt": "2026-03-10",
3066
+ "creatorId": "xai"
3067
+ },
3068
+ "grok-4.20-multi-agent-beta-0309": {
3069
+ "id": "grok-4.20-multi-agent-beta-0309",
3070
+ "name": "Grok 4.20 Multi-Agent Beta",
3071
+ "creator": "xai",
3072
+ "license": "proprietary",
3073
+ "capabilities": [
3074
+ "chat",
3075
+ "txt-in",
3076
+ "txt-out",
3077
+ "reason"
3078
+ ],
3079
+ "context": {
3080
+ "type": "token",
3081
+ "total": 2e6,
3082
+ "maxOutput": null
3083
+ },
3084
+ "releasedAt": "2026-03-09",
3085
+ "creatorId": "xai"
3086
+ },
3087
+ "grok-imagine-image": {
3088
+ "id": "grok-imagine-image",
3089
+ "name": "Grok Imagine Image",
3090
+ "creator": "xai",
3091
+ "license": "proprietary",
3092
+ "capabilities": [
3093
+ "txt-in",
3094
+ "img-in",
3095
+ "img-out"
3096
+ ],
3097
+ "context": {
3098
+ "maxOutput": 10,
3099
+ "sizes": [
3100
+ "1k",
3101
+ "2k"
3102
+ ]
3103
+ },
3104
+ "releasedAt": "2026-01-28",
3105
+ "creatorId": "xai"
3106
+ },
3107
+ "grok-imagine-video": {
3108
+ "id": "grok-imagine-video",
3109
+ "name": "Grok Imagine Video",
3110
+ "creator": "xai",
3111
+ "license": "proprietary",
3112
+ "capabilities": [
3113
+ "txt-in",
3114
+ "img-in",
3115
+ "video-in",
3116
+ "video-out"
3117
+ ],
3118
+ "context": {
3119
+ "type": "token",
3120
+ "total": 15,
3121
+ "maxOutput": 15
3122
+ },
3123
+ "releasedAt": "2026-01-28",
3124
+ "creatorId": "xai"
2361
3125
  }
2362
3126
  };
2363
3127
  var providers = {
@@ -2442,6 +3206,13 @@ var providers = {
2442
3206
  }
2443
3207
  ]
2444
3208
  },
3209
+ "kimi": {
3210
+ "id": "kimi",
3211
+ "name": "Moonshot AI",
3212
+ "apiUrl": "https://api.moonshot.ai/v1",
3213
+ "apiDocsUrl": "https://platform.moonshot.ai/docs",
3214
+ "pricing": {}
3215
+ },
2445
3216
  "mistral": {
2446
3217
  "id": "mistral",
2447
3218
  "name": "Mistral",
@@ -2500,6 +3271,7 @@ var providers = {
2500
3271
  },
2501
3272
  "qwen": {
2502
3273
  "id": "qwen",
3274
+ "name": "Qwen",
2503
3275
  "apiUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
2504
3276
  "apiDocsUrl": "https://help.aliyun.com/zh/model-studio/developer-reference/",
2505
3277
  "pricing": {}
@@ -2573,6 +3345,12 @@ var organizations = {
2573
3345
  "country": "CHN",
2574
3346
  "founded": 2023
2575
3347
  },
3348
+ "kimi": {
3349
+ "name": "Moonshot AI",
3350
+ "websiteUrl": "https://www.moonshot.ai",
3351
+ "country": "CHN",
3352
+ "founded": 2023
3353
+ },
2576
3354
  "azure": {
2577
3355
  "name": "Azure",
2578
3356
  "websiteUrl": "https://azure.microsoft.com/en-us/products/ai-services/openai-service",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aimodels",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "A collection of AI model specifications across different providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,6 +26,7 @@
26
26
  "build": "npm run build:ts && npm test",
27
27
  "test": "vitest run",
28
28
  "test:all": "vitest run --include tests/**/*.test.ts",
29
+ "test:aiwrapper": "vitest run --config vitest.aiwrapper.config.ts",
29
30
  "test:watch": "vitest watch",
30
31
  "test:coverage": "vitest run --coverage",
31
32
  "typecheck": "tsc --noEmit",
@@ -73,7 +74,7 @@
73
74
  "@typescript-eslint/parser": "^6.0.0",
74
75
  "@vitest/coverage-v8": "^1.0.0",
75
76
  "airul": "^0.1.10",
76
- "aiwrapper": "^3.0.0-beta.0",
77
+ "aiwrapper": "^3.0.2",
77
78
  "dotenv": "^16.4.5",
78
79
  "eslint": "^8.0.0",
79
80
  "ts-node": "^10.9.2",