aimodels 0.4.7 → 0.4.8
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/index.js +11 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1280,14 +1280,10 @@ var models = {
|
|
|
1280
1280
|
"total": 128e3,
|
|
1281
1281
|
"maxOutput": 16384
|
|
1282
1282
|
},
|
|
1283
|
-
"
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
"extends": "gpt-4o",
|
|
1288
|
-
"overrides": {
|
|
1289
|
-
"name": "GPT-4o used in ChatGPT"
|
|
1290
|
-
},
|
|
1283
|
+
"aliases": [
|
|
1284
|
+
"chatgpt-4o-latest",
|
|
1285
|
+
"gpt-4o-2024-08-06"
|
|
1286
|
+
],
|
|
1291
1287
|
"creatorId": "openai"
|
|
1292
1288
|
},
|
|
1293
1289
|
"gpt-4o-2024-11-20": {
|
|
@@ -1311,6 +1307,13 @@ var models = {
|
|
|
1311
1307
|
"extends": "gpt-4o",
|
|
1312
1308
|
"overrides": {
|
|
1313
1309
|
"name": "GPT-4o (2024-05-13)",
|
|
1310
|
+
"capabilities": [
|
|
1311
|
+
"chat",
|
|
1312
|
+
"txt-in",
|
|
1313
|
+
"txt-out",
|
|
1314
|
+
"img-in",
|
|
1315
|
+
"fn-out"
|
|
1316
|
+
],
|
|
1314
1317
|
"context": {
|
|
1315
1318
|
"type": "token",
|
|
1316
1319
|
"total": 128e3,
|