@psnext/slingcli 2.4.20260527-3 → 2.4.20260601-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 (123) hide show
  1. package/bin/sling.js +17 -26
  2. package/node_modules/@aws-sdk/core/package.json +3 -3
  3. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  4. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  5. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/README.md +9 -0
  6. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +888 -0
  7. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  8. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  9. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  10. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  11. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  12. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +240 -0
  13. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  14. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  15. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +172 -0
  16. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  17. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  18. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  19. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  20. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  21. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  22. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  23. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  24. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  25. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  26. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  27. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  28. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  29. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  30. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  31. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  32. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  33. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  34. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  35. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  36. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  37. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  38. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +7 -0
  39. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  40. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  41. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +66 -0
  42. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  43. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  44. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  45. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  46. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  47. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +4 -4
  48. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  49. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  50. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
  51. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  52. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
  53. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  54. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  55. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  56. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  57. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  58. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  59. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/README.md +9 -0
  60. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +888 -0
  61. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  62. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  63. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  64. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  65. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  66. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +240 -0
  67. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  68. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  69. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +172 -0
  70. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  71. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  72. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  73. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  74. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  75. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  76. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  77. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  78. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  79. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  80. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  81. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  82. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  83. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  84. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  85. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  86. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  87. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  88. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  89. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  90. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  91. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  92. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +7 -0
  93. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  94. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  95. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +66 -0
  96. package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
  97. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  98. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +563 -326
  99. package/node_modules/@nodable/entities/package.json +1 -1
  100. package/node_modules/@nodable/entities/src/EntityDecoder.js +1 -1
  101. package/node_modules/@nodable/entities/src/entities.js +0 -18
  102. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +14 -13
  103. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +14 -13
  104. package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
  105. package/node_modules/protobufjs/dist/light/protobuf.js +7 -5
  106. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  107. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  108. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  109. package/node_modules/protobufjs/dist/minimal/protobuf.js +3 -3
  110. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  111. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  112. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  113. package/node_modules/protobufjs/dist/protobuf.js +7 -5
  114. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  115. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  116. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  117. package/node_modules/protobufjs/package.json +1 -1
  118. package/node_modules/protobufjs/src/converter.js +4 -2
  119. package/node_modules/protobufjs/src/roots.js +1 -1
  120. package/node_modules/undici/lib/global.js +10 -1
  121. package/node_modules/undici/package.json +1 -1
  122. package/package.json +2 -2
  123. package/slingshot/index.js +94 -94
@@ -157,6 +157,23 @@ export const MODELS = {
157
157
  contextWindow: 1000000,
158
158
  maxTokens: 128000,
159
159
  },
160
+ "anthropic.claude-opus-4-8": {
161
+ id: "anthropic.claude-opus-4-8",
162
+ name: "Claude Opus 4.8",
163
+ api: "bedrock-converse-stream",
164
+ provider: "amazon-bedrock",
165
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
166
+ reasoning: true,
167
+ input: ["text", "image"],
168
+ cost: {
169
+ input: 5,
170
+ output: 25,
171
+ cacheRead: 0.5,
172
+ cacheWrite: 6.25,
173
+ },
174
+ contextWindow: 1000000,
175
+ maxTokens: 128000,
176
+ },
160
177
  "anthropic.claude-sonnet-4-5-20250929-v1:0": {
161
178
  id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
162
179
  name: "Claude Sonnet 4.5",
@@ -226,6 +243,23 @@ export const MODELS = {
226
243
  contextWindow: 1000000,
227
244
  maxTokens: 128000,
228
245
  },
246
+ "au.anthropic.claude-opus-4-8": {
247
+ id: "au.anthropic.claude-opus-4-8",
248
+ name: "Claude Opus 4.8 (AU)",
249
+ api: "bedrock-converse-stream",
250
+ provider: "amazon-bedrock",
251
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
252
+ reasoning: true,
253
+ input: ["text", "image"],
254
+ cost: {
255
+ input: 5,
256
+ output: 25,
257
+ cacheRead: 0.5,
258
+ cacheWrite: 6.25,
259
+ },
260
+ contextWindow: 1000000,
261
+ maxTokens: 128000,
262
+ },
229
263
  "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
230
264
  id: "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
231
265
  name: "Claude Sonnet 4.5 (AU)",
@@ -355,8 +389,8 @@ export const MODELS = {
355
389
  thinkingLevelMap: { "xhigh": "max" },
356
390
  input: ["text", "image"],
357
391
  cost: {
358
- input: 5,
359
- output: 25,
392
+ input: 5.5,
393
+ output: 27.5,
360
394
  cacheRead: 0.5,
361
395
  cacheWrite: 6.25,
362
396
  },
@@ -373,10 +407,27 @@ export const MODELS = {
373
407
  thinkingLevelMap: { "xhigh": "xhigh" },
374
408
  input: ["text", "image"],
375
409
  cost: {
376
- input: 5,
377
- output: 25,
378
- cacheRead: 0.5,
379
- cacheWrite: 6.25,
410
+ input: 5.5,
411
+ output: 27.5,
412
+ cacheRead: 0.55,
413
+ cacheWrite: 6.875,
414
+ },
415
+ contextWindow: 1000000,
416
+ maxTokens: 128000,
417
+ },
418
+ "eu.anthropic.claude-opus-4-8": {
419
+ id: "eu.anthropic.claude-opus-4-8",
420
+ name: "Claude Opus 4.8 (EU)",
421
+ api: "bedrock-converse-stream",
422
+ provider: "amazon-bedrock",
423
+ baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
424
+ reasoning: true,
425
+ input: ["text", "image"],
426
+ cost: {
427
+ input: 5.5,
428
+ output: 27.5,
429
+ cacheRead: 0.55,
430
+ cacheWrite: 6.875,
380
431
  },
381
432
  contextWindow: 1000000,
382
433
  maxTokens: 128000,
@@ -390,10 +441,10 @@ export const MODELS = {
390
441
  reasoning: true,
391
442
  input: ["text", "image"],
392
443
  cost: {
393
- input: 3,
394
- output: 15,
395
- cacheRead: 0.3,
396
- cacheWrite: 3.75,
444
+ input: 3.3,
445
+ output: 16.5,
446
+ cacheRead: 0.33,
447
+ cacheWrite: 4.125,
397
448
  },
398
449
  contextWindow: 200000,
399
450
  maxTokens: 64000,
@@ -407,10 +458,10 @@ export const MODELS = {
407
458
  reasoning: true,
408
459
  input: ["text", "image"],
409
460
  cost: {
410
- input: 3,
411
- output: 15,
412
- cacheRead: 0.3,
413
- cacheWrite: 3.75,
461
+ input: 3.3,
462
+ output: 16.5,
463
+ cacheRead: 0.33,
464
+ cacheWrite: 4.125,
414
465
  },
415
466
  contextWindow: 1000000,
416
467
  maxTokens: 64000,
@@ -485,6 +536,23 @@ export const MODELS = {
485
536
  contextWindow: 1000000,
486
537
  maxTokens: 128000,
487
538
  },
539
+ "global.anthropic.claude-opus-4-8": {
540
+ id: "global.anthropic.claude-opus-4-8",
541
+ name: "Claude Opus 4.8 (Global)",
542
+ api: "bedrock-converse-stream",
543
+ provider: "amazon-bedrock",
544
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
545
+ reasoning: true,
546
+ input: ["text", "image"],
547
+ cost: {
548
+ input: 5,
549
+ output: 25,
550
+ cacheRead: 0.5,
551
+ cacheWrite: 6.25,
552
+ },
553
+ contextWindow: 1000000,
554
+ maxTokens: 128000,
555
+ },
488
556
  "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
489
557
  id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
490
558
  name: "Claude Sonnet 4.5 (Global)",
@@ -571,6 +639,23 @@ export const MODELS = {
571
639
  contextWindow: 1000000,
572
640
  maxTokens: 128000,
573
641
  },
642
+ "jp.anthropic.claude-opus-4-8": {
643
+ id: "jp.anthropic.claude-opus-4-8",
644
+ name: "Claude Opus 4.8 (JP)",
645
+ api: "bedrock-converse-stream",
646
+ provider: "amazon-bedrock",
647
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
648
+ reasoning: true,
649
+ input: ["text", "image"],
650
+ cost: {
651
+ input: 5,
652
+ output: 25,
653
+ cacheRead: 0.5,
654
+ cacheWrite: 6.25,
655
+ },
656
+ contextWindow: 1000000,
657
+ maxTokens: 128000,
658
+ },
574
659
  "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
575
660
  id: "jp.anthropic.claude-sonnet-4-5-20250929-v1:0",
576
661
  name: "Claude Sonnet 4.5 (JP)",
@@ -1270,6 +1355,23 @@ export const MODELS = {
1270
1355
  contextWindow: 1000000,
1271
1356
  maxTokens: 128000,
1272
1357
  },
1358
+ "us.anthropic.claude-opus-4-8": {
1359
+ id: "us.anthropic.claude-opus-4-8",
1360
+ name: "Claude Opus 4.8 (US)",
1361
+ api: "bedrock-converse-stream",
1362
+ provider: "amazon-bedrock",
1363
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1364
+ reasoning: true,
1365
+ input: ["text", "image"],
1366
+ cost: {
1367
+ input: 5,
1368
+ output: 25,
1369
+ cacheRead: 0.5,
1370
+ cacheWrite: 6.25,
1371
+ },
1372
+ contextWindow: 1000000,
1373
+ maxTokens: 128000,
1374
+ },
1273
1375
  "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1274
1376
  id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
1275
1377
  name: "Claude Sonnet 4.5 (US)",
@@ -1752,6 +1854,23 @@ export const MODELS = {
1752
1854
  contextWindow: 1000000,
1753
1855
  maxTokens: 128000,
1754
1856
  },
1857
+ "claude-opus-4-8": {
1858
+ id: "claude-opus-4-8",
1859
+ name: "Claude Opus 4.8",
1860
+ api: "anthropic-messages",
1861
+ provider: "anthropic",
1862
+ baseUrl: "https://api.anthropic.com",
1863
+ reasoning: true,
1864
+ input: ["text", "image"],
1865
+ cost: {
1866
+ input: 5,
1867
+ output: 25,
1868
+ cacheRead: 0.5,
1869
+ cacheWrite: 6.25,
1870
+ },
1871
+ contextWindow: 1000000,
1872
+ maxTokens: 128000,
1873
+ },
1755
1874
  "claude-sonnet-4-0": {
1756
1875
  id: "claude-sonnet-4-0",
1757
1876
  name: "Claude Sonnet 4 (latest)",
@@ -2841,6 +2960,23 @@ export const MODELS = {
2841
2960
  contextWindow: 1000000,
2842
2961
  maxTokens: 128000,
2843
2962
  },
2963
+ "claude-opus-4-8": {
2964
+ id: "claude-opus-4-8",
2965
+ name: "Claude Opus 4.8",
2966
+ api: "anthropic-messages",
2967
+ provider: "cloudflare-ai-gateway",
2968
+ baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
2969
+ reasoning: true,
2970
+ input: ["text", "image"],
2971
+ cost: {
2972
+ input: 5,
2973
+ output: 25,
2974
+ cacheRead: 0.5,
2975
+ cacheWrite: 6.25,
2976
+ },
2977
+ contextWindow: 1000000,
2978
+ maxTokens: 128000,
2979
+ },
2844
2980
  "claude-sonnet-4": {
2845
2981
  id: "claude-sonnet-4",
2846
2982
  name: "Claude Sonnet 4 (latest)",
@@ -3336,24 +3472,6 @@ export const MODELS = {
3336
3472
  contextWindow: 128000,
3337
3473
  maxTokens: 128000,
3338
3474
  },
3339
- "@cf/moonshotai/kimi-k2.5": {
3340
- id: "@cf/moonshotai/kimi-k2.5",
3341
- name: "Kimi K2.5",
3342
- api: "openai-completions",
3343
- provider: "cloudflare-workers-ai",
3344
- baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
3345
- compat: { "sendSessionAffinityHeaders": true },
3346
- reasoning: true,
3347
- input: ["text", "image"],
3348
- cost: {
3349
- input: 0.6,
3350
- output: 3,
3351
- cacheRead: 0.1,
3352
- cacheWrite: 0,
3353
- },
3354
- contextWindow: 256000,
3355
- maxTokens: 256000,
3356
- },
3357
3475
  "@cf/moonshotai/kimi-k2.6": {
3358
3476
  id: "@cf/moonshotai/kimi-k2.6",
3359
3477
  name: "Kimi K2.6",
@@ -3738,8 +3856,8 @@ export const MODELS = {
3738
3856
  cacheRead: 0,
3739
3857
  cacheWrite: 0,
3740
3858
  },
3741
- contextWindow: 144000,
3742
- maxTokens: 32000,
3859
+ contextWindow: 200000,
3860
+ maxTokens: 64000,
3743
3861
  },
3744
3862
  "claude-opus-4.5": {
3745
3863
  id: "claude-opus-4.5",
@@ -3756,7 +3874,7 @@ export const MODELS = {
3756
3874
  cacheRead: 0,
3757
3875
  cacheWrite: 0,
3758
3876
  },
3759
- contextWindow: 160000,
3877
+ contextWindow: 200000,
3760
3878
  maxTokens: 32000,
3761
3879
  },
3762
3880
  "claude-opus-4.6": {
@@ -3777,7 +3895,7 @@ export const MODELS = {
3777
3895
  cacheWrite: 0,
3778
3896
  },
3779
3897
  contextWindow: 1000000,
3780
- maxTokens: 64000,
3898
+ maxTokens: 32000,
3781
3899
  },
3782
3900
  "claude-opus-4.7": {
3783
3901
  id: "claude-opus-4.7",
@@ -3796,7 +3914,25 @@ export const MODELS = {
3796
3914
  cacheRead: 0,
3797
3915
  cacheWrite: 0,
3798
3916
  },
3799
- contextWindow: 144000,
3917
+ contextWindow: 200000,
3918
+ maxTokens: 32000,
3919
+ },
3920
+ "claude-opus-4.8": {
3921
+ id: "claude-opus-4.8",
3922
+ name: "Claude Opus 4.8",
3923
+ api: "anthropic-messages",
3924
+ provider: "github-copilot",
3925
+ baseUrl: "https://api.individual.githubcopilot.com",
3926
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
3927
+ reasoning: true,
3928
+ input: ["text", "image"],
3929
+ cost: {
3930
+ input: 0,
3931
+ output: 0,
3932
+ cacheRead: 0,
3933
+ cacheWrite: 0,
3934
+ },
3935
+ contextWindow: 200000,
3800
3936
  maxTokens: 64000,
3801
3937
  },
3802
3938
  "claude-sonnet-4.5": {
@@ -3815,7 +3951,7 @@ export const MODELS = {
3815
3951
  cacheRead: 0,
3816
3952
  cacheWrite: 0,
3817
3953
  },
3818
- contextWindow: 144000,
3954
+ contextWindow: 200000,
3819
3955
  maxTokens: 32000,
3820
3956
  },
3821
3957
  "claude-sonnet-4.6": {
@@ -3891,7 +4027,7 @@ export const MODELS = {
3891
4027
  cacheRead: 0,
3892
4028
  cacheWrite: 0,
3893
4029
  },
3894
- contextWindow: 128000,
4030
+ contextWindow: 200000,
3895
4031
  maxTokens: 64000,
3896
4032
  },
3897
4033
  "gemini-3.5-flash": {
@@ -3910,7 +4046,7 @@ export const MODELS = {
3910
4046
  cacheRead: 0,
3911
4047
  cacheWrite: 0,
3912
4048
  },
3913
- contextWindow: 128000,
4049
+ contextWindow: 200000,
3914
4050
  maxTokens: 64000,
3915
4051
  },
3916
4052
  "gpt-4.1": {
@@ -3986,8 +4122,8 @@ export const MODELS = {
3986
4122
  cacheRead: 0,
3987
4123
  cacheWrite: 0,
3988
4124
  },
3989
- contextWindow: 264000,
3990
- maxTokens: 64000,
4125
+ contextWindow: 400000,
4126
+ maxTokens: 128000,
3991
4127
  },
3992
4128
  "gpt-5.2-codex": {
3993
4129
  id: "gpt-5.2-codex",
@@ -7122,6 +7258,23 @@ export const MODELS = {
7122
7258
  contextWindow: 1000000,
7123
7259
  maxTokens: 128000,
7124
7260
  },
7261
+ "claude-opus-4-8": {
7262
+ id: "claude-opus-4-8",
7263
+ name: "Claude Opus 4.8",
7264
+ api: "anthropic-messages",
7265
+ provider: "opencode",
7266
+ baseUrl: "https://opencode.ai/zen",
7267
+ reasoning: true,
7268
+ input: ["text", "image"],
7269
+ cost: {
7270
+ input: 5,
7271
+ output: 25,
7272
+ cacheRead: 0.5,
7273
+ cacheWrite: 6.25,
7274
+ },
7275
+ contextWindow: 1000000,
7276
+ maxTokens: 128000,
7277
+ },
7125
7278
  "claude-sonnet-4": {
7126
7279
  id: "claude-sonnet-4",
7127
7280
  name: "Claude Sonnet 4",
@@ -7174,6 +7327,25 @@ export const MODELS = {
7174
7327
  contextWindow: 1000000,
7175
7328
  maxTokens: 64000,
7176
7329
  },
7330
+ "deepseek-v4-flash": {
7331
+ id: "deepseek-v4-flash",
7332
+ name: "DeepSeek V4 Flash",
7333
+ api: "openai-completions",
7334
+ provider: "opencode",
7335
+ baseUrl: "https://opencode.ai/zen/v1",
7336
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
7337
+ reasoning: true,
7338
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
7339
+ input: ["text"],
7340
+ cost: {
7341
+ input: 0.14,
7342
+ output: 0.28,
7343
+ cacheRead: 0.03,
7344
+ cacheWrite: 0,
7345
+ },
7346
+ contextWindow: 1000000,
7347
+ maxTokens: 384000,
7348
+ },
7177
7349
  "deepseek-v4-flash-free": {
7178
7350
  id: "deepseek-v4-flash-free",
7179
7351
  name: "DeepSeek V4 Flash Free",
@@ -7620,6 +7792,23 @@ export const MODELS = {
7620
7792
  contextWindow: 262144,
7621
7793
  maxTokens: 65536,
7622
7794
  },
7795
+ "mimo-v2.5-free": {
7796
+ id: "mimo-v2.5-free",
7797
+ name: "MiMo V2.5 Free",
7798
+ api: "openai-completions",
7799
+ provider: "opencode",
7800
+ baseUrl: "https://opencode.ai/zen/v1",
7801
+ reasoning: true,
7802
+ input: ["text", "image"],
7803
+ cost: {
7804
+ input: 0,
7805
+ output: 0,
7806
+ cacheRead: 0,
7807
+ cacheWrite: 0,
7808
+ },
7809
+ contextWindow: 200000,
7810
+ maxTokens: 32000,
7811
+ },
7623
7812
  "minimax-m2.5": {
7624
7813
  id: "minimax-m2.5",
7625
7814
  name: "MiniMax M2.5",
@@ -7654,6 +7843,23 @@ export const MODELS = {
7654
7843
  contextWindow: 204800,
7655
7844
  maxTokens: 131072,
7656
7845
  },
7846
+ "minimax-m3-free": {
7847
+ id: "minimax-m3-free",
7848
+ name: "MiniMax M3 Free",
7849
+ api: "anthropic-messages",
7850
+ provider: "opencode",
7851
+ baseUrl: "https://opencode.ai/zen",
7852
+ reasoning: true,
7853
+ input: ["text", "image"],
7854
+ cost: {
7855
+ input: 0,
7856
+ output: 0,
7857
+ cacheRead: 0,
7858
+ cacheWrite: 0,
7859
+ },
7860
+ contextWindow: 200000,
7861
+ maxTokens: 32000,
7862
+ },
7657
7863
  "nemotron-3-super-free": {
7658
7864
  id: "nemotron-3-super-free",
7659
7865
  name: "Nemotron 3 Super Free",
@@ -7881,23 +8087,22 @@ export const MODELS = {
7881
8087
  contextWindow: 204800,
7882
8088
  maxTokens: 131072,
7883
8089
  },
7884
- "qwen3.5-plus": {
7885
- id: "qwen3.5-plus",
7886
- name: "Qwen3.5 Plus",
7887
- api: "openai-completions",
8090
+ "minimax-m3": {
8091
+ id: "minimax-m3",
8092
+ name: "MiniMax M3",
8093
+ api: "anthropic-messages",
7888
8094
  provider: "opencode-go",
7889
- baseUrl: "https://opencode.ai/zen/go/v1",
7890
- compat: { "thinkingFormat": "qwen" },
8095
+ baseUrl: "https://opencode.ai/zen/go",
7891
8096
  reasoning: true,
7892
8097
  input: ["text", "image"],
7893
8098
  cost: {
7894
- input: 0.2,
7895
- output: 1.2,
7896
- cacheRead: 0.02,
7897
- cacheWrite: 0.25,
8099
+ input: 0.6,
8100
+ output: 2.4,
8101
+ cacheRead: 0.12,
8102
+ cacheWrite: 0,
7898
8103
  },
7899
- contextWindow: 262144,
7900
- maxTokens: 65536,
8104
+ contextWindow: 512000,
8105
+ maxTokens: 131072,
7901
8106
  },
7902
8107
  "qwen3.6-plus": {
7903
8108
  id: "qwen3.6-plus",
@@ -8212,6 +8417,40 @@ export const MODELS = {
8212
8417
  contextWindow: 1000000,
8213
8418
  maxTokens: 128000,
8214
8419
  },
8420
+ "anthropic/claude-opus-4.8": {
8421
+ id: "anthropic/claude-opus-4.8",
8422
+ name: "Anthropic: Claude Opus 4.8",
8423
+ api: "openai-completions",
8424
+ provider: "openrouter",
8425
+ baseUrl: "https://openrouter.ai/api/v1",
8426
+ reasoning: true,
8427
+ input: ["text", "image"],
8428
+ cost: {
8429
+ input: 5,
8430
+ output: 25,
8431
+ cacheRead: 0.5,
8432
+ cacheWrite: 6.25,
8433
+ },
8434
+ contextWindow: 1000000,
8435
+ maxTokens: 128000,
8436
+ },
8437
+ "anthropic/claude-opus-4.8-fast": {
8438
+ id: "anthropic/claude-opus-4.8-fast",
8439
+ name: "Anthropic: Claude Opus 4.8 (Fast)",
8440
+ api: "openai-completions",
8441
+ provider: "openrouter",
8442
+ baseUrl: "https://openrouter.ai/api/v1",
8443
+ reasoning: true,
8444
+ input: ["text", "image"],
8445
+ cost: {
8446
+ input: 10,
8447
+ output: 50,
8448
+ cacheRead: 1,
8449
+ cacheWrite: 12.5,
8450
+ },
8451
+ contextWindow: 1000000,
8452
+ maxTokens: 128000,
8453
+ },
8215
8454
  "anthropic/claude-sonnet-4": {
8216
8455
  id: "anthropic/claude-sonnet-4",
8217
8456
  name: "Anthropic: Claude Sonnet 4",
@@ -8331,23 +8570,6 @@ export const MODELS = {
8331
8570
  contextWindow: 2000000,
8332
8571
  maxTokens: 30000,
8333
8572
  },
8334
- "baidu/ernie-4.5-21b-a3b": {
8335
- id: "baidu/ernie-4.5-21b-a3b",
8336
- name: "Baidu: ERNIE 4.5 21B A3B",
8337
- api: "openai-completions",
8338
- provider: "openrouter",
8339
- baseUrl: "https://openrouter.ai/api/v1",
8340
- reasoning: false,
8341
- input: ["text"],
8342
- cost: {
8343
- input: 0.07,
8344
- output: 0.28,
8345
- cacheRead: 0,
8346
- cacheWrite: 0,
8347
- },
8348
- contextWindow: 131072,
8349
- maxTokens: 8000,
8350
- },
8351
8573
  "baidu/ernie-4.5-vl-28b-a3b": {
8352
8574
  id: "baidu/ernie-4.5-vl-28b-a3b",
8353
8575
  name: "Baidu: ERNIE 4.5 VL 28B A3B",
@@ -8614,32 +8836,13 @@ export const MODELS = {
8614
8836
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8615
8837
  input: ["text"],
8616
8838
  cost: {
8617
- input: 0.09999999999999999,
8618
- output: 0.19999999999999998,
8619
- cacheRead: 0.02,
8839
+ input: 0.0983,
8840
+ output: 0.1966,
8841
+ cacheRead: 0.019700000000000002,
8620
8842
  cacheWrite: 0,
8621
8843
  },
8622
8844
  contextWindow: 1048576,
8623
- maxTokens: 16384,
8624
- },
8625
- "deepseek/deepseek-v4-flash:free": {
8626
- id: "deepseek/deepseek-v4-flash:free",
8627
- name: "DeepSeek: DeepSeek V4 Flash (free)",
8628
- api: "openai-completions",
8629
- provider: "openrouter",
8630
- baseUrl: "https://openrouter.ai/api/v1",
8631
- compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
8632
- reasoning: true,
8633
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8634
- input: ["text"],
8635
- cost: {
8636
- input: 0,
8637
- output: 0,
8638
- cacheRead: 0,
8639
- cacheWrite: 0,
8640
- },
8641
- contextWindow: 1048576,
8642
- maxTokens: 384000,
8845
+ maxTokens: 131072,
8643
8846
  },
8644
8847
  "deepseek/deepseek-v4-pro": {
8645
8848
  id: "deepseek/deepseek-v4-pro",
@@ -8677,40 +8880,6 @@ export const MODELS = {
8677
8880
  contextWindow: 32768,
8678
8881
  maxTokens: 4096,
8679
8882
  },
8680
- "google/gemini-2.0-flash-001": {
8681
- id: "google/gemini-2.0-flash-001",
8682
- name: "Google: Gemini 2.0 Flash",
8683
- api: "openai-completions",
8684
- provider: "openrouter",
8685
- baseUrl: "https://openrouter.ai/api/v1",
8686
- reasoning: false,
8687
- input: ["text", "image"],
8688
- cost: {
8689
- input: 0.09999999999999999,
8690
- output: 0.39999999999999997,
8691
- cacheRead: 0.024999999999999998,
8692
- cacheWrite: 0.08333333333333334,
8693
- },
8694
- contextWindow: 1000000,
8695
- maxTokens: 8192,
8696
- },
8697
- "google/gemini-2.0-flash-lite-001": {
8698
- id: "google/gemini-2.0-flash-lite-001",
8699
- name: "Google: Gemini 2.0 Flash Lite",
8700
- api: "openai-completions",
8701
- provider: "openrouter",
8702
- baseUrl: "https://openrouter.ai/api/v1",
8703
- reasoning: false,
8704
- input: ["text", "image"],
8705
- cost: {
8706
- input: 0.075,
8707
- output: 0.3,
8708
- cacheRead: 0,
8709
- cacheWrite: 0,
8710
- },
8711
- contextWindow: 1048576,
8712
- maxTokens: 8192,
8713
- },
8714
8883
  "google/gemini-2.5-flash": {
8715
8884
  id: "google/gemini-2.5-flash",
8716
8885
  name: "Google: Gemini 2.5 Flash",
@@ -9095,9 +9264,9 @@ export const MODELS = {
9095
9264
  reasoning: true,
9096
9265
  input: ["text"],
9097
9266
  cost: {
9098
- input: 0.075,
9099
- output: 0.625,
9100
- cacheRead: 0.015,
9267
+ input: 0.3,
9268
+ output: 2.5,
9269
+ cacheRead: 0.06,
9101
9270
  cacheWrite: 0,
9102
9271
  },
9103
9272
  contextWindow: 262144,
@@ -9188,6 +9357,23 @@ export const MODELS = {
9188
9357
  contextWindow: 131072,
9189
9358
  maxTokens: 4096,
9190
9359
  },
9360
+ "meta-llama/llama-4-maverick": {
9361
+ id: "meta-llama/llama-4-maverick",
9362
+ name: "Meta: Llama 4 Maverick",
9363
+ api: "openai-completions",
9364
+ provider: "openrouter",
9365
+ baseUrl: "https://openrouter.ai/api/v1",
9366
+ reasoning: false,
9367
+ input: ["text", "image"],
9368
+ cost: {
9369
+ input: 0.15,
9370
+ output: 0.6,
9371
+ cacheRead: 0,
9372
+ cacheWrite: 0,
9373
+ },
9374
+ contextWindow: 1048576,
9375
+ maxTokens: 16384,
9376
+ },
9191
9377
  "meta-llama/llama-4-scout": {
9192
9378
  id: "meta-llama/llama-4-scout",
9193
9379
  name: "Meta: Llama 4 Scout",
@@ -9273,39 +9459,39 @@ export const MODELS = {
9273
9459
  contextWindow: 204800,
9274
9460
  maxTokens: 196608,
9275
9461
  },
9276
- "minimax/minimax-m2.5:free": {
9277
- id: "minimax/minimax-m2.5:free",
9278
- name: "MiniMax: MiniMax M2.5 (free)",
9462
+ "minimax/minimax-m2.7": {
9463
+ id: "minimax/minimax-m2.7",
9464
+ name: "MiniMax: MiniMax M2.7",
9279
9465
  api: "openai-completions",
9280
9466
  provider: "openrouter",
9281
9467
  baseUrl: "https://openrouter.ai/api/v1",
9282
9468
  reasoning: true,
9283
9469
  input: ["text"],
9284
9470
  cost: {
9285
- input: 0,
9286
- output: 0,
9471
+ input: 0.26,
9472
+ output: 1.2,
9287
9473
  cacheRead: 0,
9288
9474
  cacheWrite: 0,
9289
9475
  },
9290
9476
  contextWindow: 204800,
9291
- maxTokens: 8192,
9477
+ maxTokens: 4096,
9292
9478
  },
9293
- "minimax/minimax-m2.7": {
9294
- id: "minimax/minimax-m2.7",
9295
- name: "MiniMax: MiniMax M2.7",
9479
+ "minimax/minimax-m3": {
9480
+ id: "minimax/minimax-m3",
9481
+ name: "MiniMax: MiniMax M3",
9296
9482
  api: "openai-completions",
9297
9483
  provider: "openrouter",
9298
9484
  baseUrl: "https://openrouter.ai/api/v1",
9299
9485
  reasoning: true,
9300
- input: ["text"],
9486
+ input: ["text", "image"],
9301
9487
  cost: {
9302
- input: 0.27899999999999997,
9488
+ input: 0.3,
9303
9489
  output: 1.2,
9304
- cacheRead: 0,
9490
+ cacheRead: 0.06,
9305
9491
  cacheWrite: 0,
9306
9492
  },
9307
- contextWindow: 204800,
9308
- maxTokens: 131072,
9493
+ contextWindow: 1048576,
9494
+ maxTokens: 512000,
9309
9495
  },
9310
9496
  "mistralai/codestral-2508": {
9311
9497
  id: "mistralai/codestral-2508",
@@ -9341,40 +9527,6 @@ export const MODELS = {
9341
9527
  contextWindow: 262144,
9342
9528
  maxTokens: 4096,
9343
9529
  },
9344
- "mistralai/devstral-medium": {
9345
- id: "mistralai/devstral-medium",
9346
- name: "Mistral: Devstral Medium",
9347
- api: "openai-completions",
9348
- provider: "openrouter",
9349
- baseUrl: "https://openrouter.ai/api/v1",
9350
- reasoning: false,
9351
- input: ["text"],
9352
- cost: {
9353
- input: 0.39999999999999997,
9354
- output: 2,
9355
- cacheRead: 0.04,
9356
- cacheWrite: 0,
9357
- },
9358
- contextWindow: 131072,
9359
- maxTokens: 4096,
9360
- },
9361
- "mistralai/devstral-small": {
9362
- id: "mistralai/devstral-small",
9363
- name: "Mistral: Devstral Small 1.1",
9364
- api: "openai-completions",
9365
- provider: "openrouter",
9366
- baseUrl: "https://openrouter.ai/api/v1",
9367
- reasoning: false,
9368
- input: ["text"],
9369
- cost: {
9370
- input: 0.09999999999999999,
9371
- output: 0.3,
9372
- cacheRead: 0.01,
9373
- cacheWrite: 0,
9374
- },
9375
- contextWindow: 131072,
9376
- maxTokens: 4096,
9377
- },
9378
9530
  "mistralai/ministral-14b-2512": {
9379
9531
  id: "mistralai/ministral-14b-2512",
9380
9532
  name: "Mistral: Ministral 3 14B 2512",
@@ -9460,23 +9612,6 @@ export const MODELS = {
9460
9612
  contextWindow: 131072,
9461
9613
  maxTokens: 4096,
9462
9614
  },
9463
- "mistralai/mistral-large-2411": {
9464
- id: "mistralai/mistral-large-2411",
9465
- name: "Mistral Large 2411",
9466
- api: "openai-completions",
9467
- provider: "openrouter",
9468
- baseUrl: "https://openrouter.ai/api/v1",
9469
- reasoning: false,
9470
- input: ["text"],
9471
- cost: {
9472
- input: 2,
9473
- output: 6,
9474
- cacheRead: 0.19999999999999998,
9475
- cacheWrite: 0,
9476
- },
9477
- contextWindow: 131072,
9478
- maxTokens: 4096,
9479
- },
9480
9615
  "mistralai/mistral-large-2512": {
9481
9616
  id: "mistralai/mistral-large-2512",
9482
9617
  name: "Mistral: Mistral Large 3 2512",
@@ -9630,23 +9765,6 @@ export const MODELS = {
9630
9765
  contextWindow: 65536,
9631
9766
  maxTokens: 4096,
9632
9767
  },
9633
- "mistralai/pixtral-large-2411": {
9634
- id: "mistralai/pixtral-large-2411",
9635
- name: "Mistral: Pixtral Large 2411",
9636
- api: "openai-completions",
9637
- provider: "openrouter",
9638
- baseUrl: "https://openrouter.ai/api/v1",
9639
- reasoning: false,
9640
- input: ["text", "image"],
9641
- cost: {
9642
- input: 2,
9643
- output: 6,
9644
- cacheRead: 0.19999999999999998,
9645
- cacheWrite: 0,
9646
- },
9647
- contextWindow: 131072,
9648
- maxTokens: 4096,
9649
- },
9650
9768
  "mistralai/voxtral-small-24b-2507": {
9651
9769
  id: "mistralai/voxtral-small-24b-2507",
9652
9770
  name: "Mistral: Voxtral Small 24B 2507",
@@ -9741,13 +9859,30 @@ export const MODELS = {
9741
9859
  reasoning: true,
9742
9860
  input: ["text", "image"],
9743
9861
  cost: {
9744
- input: 0.73,
9745
- output: 3.49,
9746
- cacheRead: 0.25,
9862
+ input: 0.684,
9863
+ output: 3.42,
9864
+ cacheRead: 0.144,
9865
+ cacheWrite: 0,
9866
+ },
9867
+ contextWindow: 262144,
9868
+ maxTokens: 262144,
9869
+ },
9870
+ "moonshotai/kimi-k2.6:free": {
9871
+ id: "moonshotai/kimi-k2.6:free",
9872
+ name: "MoonshotAI: Kimi K2.6 (free)",
9873
+ api: "openai-completions",
9874
+ provider: "openrouter",
9875
+ baseUrl: "https://openrouter.ai/api/v1",
9876
+ reasoning: true,
9877
+ input: ["text", "image"],
9878
+ cost: {
9879
+ input: 0,
9880
+ output: 0,
9881
+ cacheRead: 0,
9747
9882
  cacheWrite: 0,
9748
9883
  },
9749
9884
  contextWindow: 262144,
9750
- maxTokens: 262142,
9885
+ maxTokens: 4096,
9751
9886
  },
9752
9887
  "nex-agi/deepseek-v3.1-nex-n1": {
9753
9888
  id: "nex-agi/deepseek-v3.1-nex-n1",
@@ -10174,23 +10309,6 @@ export const MODELS = {
10174
10309
  contextWindow: 128000,
10175
10310
  maxTokens: 16384,
10176
10311
  },
10177
- "openai/gpt-4o-audio-preview": {
10178
- id: "openai/gpt-4o-audio-preview",
10179
- name: "OpenAI: GPT-4o Audio",
10180
- api: "openai-completions",
10181
- provider: "openrouter",
10182
- baseUrl: "https://openrouter.ai/api/v1",
10183
- reasoning: false,
10184
- input: ["text"],
10185
- cost: {
10186
- input: 2.5,
10187
- output: 10,
10188
- cacheRead: 0,
10189
- cacheWrite: 0,
10190
- },
10191
- contextWindow: 128000,
10192
- maxTokens: 16384,
10193
- },
10194
10312
  "openai/gpt-4o-mini": {
10195
10313
  id: "openai/gpt-4o-mini",
10196
10314
  name: "OpenAI: GPT-4o-mini",
@@ -10705,13 +10823,13 @@ export const MODELS = {
10705
10823
  reasoning: true,
10706
10824
  input: ["text"],
10707
10825
  cost: {
10708
- input: 0.03,
10826
+ input: 0.029,
10709
10827
  output: 0.14,
10710
10828
  cacheRead: 0,
10711
10829
  cacheWrite: 0,
10712
10830
  },
10713
10831
  contextWindow: 131072,
10714
- maxTokens: 131072,
10832
+ maxTokens: 4096,
10715
10833
  },
10716
10834
  "openai/gpt-oss-20b:free": {
10717
10835
  id: "openai/gpt-oss-20b:free",
@@ -11019,23 +11137,6 @@ export const MODELS = {
11019
11137
  contextWindow: 131072,
11020
11138
  maxTokens: 16384,
11021
11139
  },
11022
- "qwen/qwen-2.5-7b-instruct": {
11023
- id: "qwen/qwen-2.5-7b-instruct",
11024
- name: "Qwen: Qwen2.5 7B Instruct",
11025
- api: "openai-completions",
11026
- provider: "openrouter",
11027
- baseUrl: "https://openrouter.ai/api/v1",
11028
- reasoning: false,
11029
- input: ["text"],
11030
- cost: {
11031
- input: 0.04,
11032
- output: 0.09999999999999999,
11033
- cacheRead: 0,
11034
- cacheWrite: 0,
11035
- },
11036
- contextWindow: 131072,
11037
- maxTokens: 32768,
11038
- },
11039
11140
  "qwen/qwen-plus": {
11040
11141
  id: "qwen/qwen-plus",
11041
11142
  name: "Qwen: Qwen-Plus",
@@ -11147,13 +11248,13 @@ export const MODELS = {
11147
11248
  reasoning: true,
11148
11249
  input: ["text"],
11149
11250
  cost: {
11150
- input: 0.14950000000000002,
11151
- output: 1.495,
11152
- cacheRead: 0,
11251
+ input: 0.09999999999999999,
11252
+ output: 0.09999999999999999,
11253
+ cacheRead: 0.09999999999999999,
11153
11254
  cacheWrite: 0,
11154
11255
  },
11155
11256
  contextWindow: 262144,
11156
- maxTokens: 4096,
11257
+ maxTokens: 262144,
11157
11258
  },
11158
11259
  "qwen/qwen3-30b-a3b": {
11159
11260
  id: "qwen/qwen3-30b-a3b",
@@ -11589,13 +11690,13 @@ export const MODELS = {
11589
11690
  reasoning: true,
11590
11691
  input: ["text", "image"],
11591
11692
  cost: {
11592
- input: 0.13899999999999998,
11693
+ input: 0.14,
11593
11694
  output: 1,
11594
- cacheRead: 0,
11695
+ cacheRead: 0.049999999999999996,
11595
11696
  cacheWrite: 0,
11596
11697
  },
11597
11698
  contextWindow: 262144,
11598
- maxTokens: 4096,
11699
+ maxTokens: 262144,
11599
11700
  },
11600
11701
  "qwen/qwen3.5-397b-a17b": {
11601
11702
  id: "qwen/qwen3.5-397b-a17b",
@@ -11869,6 +11970,23 @@ export const MODELS = {
11869
11970
  contextWindow: 262144,
11870
11971
  maxTokens: 16384,
11871
11972
  },
11973
+ "stepfun/step-3.7-flash": {
11974
+ id: "stepfun/step-3.7-flash",
11975
+ name: "StepFun: Step 3.7 Flash",
11976
+ api: "openai-completions",
11977
+ provider: "openrouter",
11978
+ baseUrl: "https://openrouter.ai/api/v1",
11979
+ reasoning: true,
11980
+ input: ["text", "image"],
11981
+ cost: {
11982
+ input: 0.19999999999999998,
11983
+ output: 1.15,
11984
+ cacheRead: 0.04,
11985
+ cacheWrite: 0,
11986
+ },
11987
+ contextWindow: 256000,
11988
+ maxTokens: 256000,
11989
+ },
11872
11990
  "tencent/hy3-preview": {
11873
11991
  id: "tencent/hy3-preview",
11874
11992
  name: "Tencent: Hy3 preview",
@@ -12005,40 +12123,6 @@ export const MODELS = {
12005
12123
  contextWindow: 262144,
12006
12124
  maxTokens: 65536,
12007
12125
  },
12008
- "xiaomi/mimo-v2-omni": {
12009
- id: "xiaomi/mimo-v2-omni",
12010
- name: "Xiaomi: MiMo-V2-Omni",
12011
- api: "openai-completions",
12012
- provider: "openrouter",
12013
- baseUrl: "https://openrouter.ai/api/v1",
12014
- reasoning: true,
12015
- input: ["text", "image"],
12016
- cost: {
12017
- input: 0.39999999999999997,
12018
- output: 2,
12019
- cacheRead: 0.08,
12020
- cacheWrite: 0,
12021
- },
12022
- contextWindow: 262144,
12023
- maxTokens: 65536,
12024
- },
12025
- "xiaomi/mimo-v2-pro": {
12026
- id: "xiaomi/mimo-v2-pro",
12027
- name: "Xiaomi: MiMo-V2-Pro",
12028
- api: "openai-completions",
12029
- provider: "openrouter",
12030
- baseUrl: "https://openrouter.ai/api/v1",
12031
- reasoning: true,
12032
- input: ["text"],
12033
- cost: {
12034
- input: 1,
12035
- output: 3,
12036
- cacheRead: 0.19999999999999998,
12037
- cacheWrite: 0,
12038
- },
12039
- contextWindow: 1048576,
12040
- maxTokens: 131072,
12041
- },
12042
12126
  "xiaomi/mimo-v2.5": {
12043
12127
  id: "xiaomi/mimo-v2.5",
12044
12128
  name: "Xiaomi: MiMo-V2.5",
@@ -12117,8 +12201,8 @@ export const MODELS = {
12117
12201
  input: ["text"],
12118
12202
  cost: {
12119
12203
  input: 0.125,
12120
- output: 0.84,
12121
- cacheRead: 0,
12204
+ output: 0.85,
12205
+ cacheRead: 0.06,
12122
12206
  cacheWrite: 0,
12123
12207
  },
12124
12208
  contextWindow: 131072,
@@ -12241,7 +12325,7 @@ export const MODELS = {
12241
12325
  cacheWrite: 0,
12242
12326
  },
12243
12327
  contextWindow: 202752,
12244
- maxTokens: 4096,
12328
+ maxTokens: 16384,
12245
12329
  },
12246
12330
  "z-ai/glm-5-turbo": {
12247
12331
  id: "z-ai/glm-5-turbo",
@@ -12275,7 +12359,7 @@ export const MODELS = {
12275
12359
  cacheWrite: 0,
12276
12360
  },
12277
12361
  contextWindow: 202752,
12278
- maxTokens: 4096,
12362
+ maxTokens: 131072,
12279
12363
  },
12280
12364
  "z-ai/glm-5v-turbo": {
12281
12365
  id: "z-ai/glm-5v-turbo",
@@ -12388,13 +12472,13 @@ export const MODELS = {
12388
12472
  reasoning: true,
12389
12473
  input: ["text", "image"],
12390
12474
  cost: {
12391
- input: 0.73,
12392
- output: 3.49,
12393
- cacheRead: 0.25,
12475
+ input: 0.684,
12476
+ output: 3.42,
12477
+ cacheRead: 0.144,
12394
12478
  cacheWrite: 0,
12395
12479
  },
12396
12480
  contextWindow: 262144,
12397
- maxTokens: 262142,
12481
+ maxTokens: 262144,
12398
12482
  },
12399
12483
  "~openai/gpt-latest": {
12400
12484
  id: "~openai/gpt-latest",
@@ -12792,20 +12876,20 @@ export const MODELS = {
12792
12876
  },
12793
12877
  "alibaba/qwen-3-235b": {
12794
12878
  id: "alibaba/qwen-3-235b",
12795
- name: "Qwen3 235B A22b Instruct 2507",
12879
+ name: "Qwen3 235B A22B",
12796
12880
  api: "anthropic-messages",
12797
12881
  provider: "vercel-ai-gateway",
12798
12882
  baseUrl: "https://ai-gateway.vercel.sh",
12799
- reasoning: false,
12883
+ reasoning: true,
12800
12884
  input: ["text"],
12801
12885
  cost: {
12802
- input: 0.6,
12803
- output: 1.2,
12804
- cacheRead: 0.6,
12886
+ input: 0.22,
12887
+ output: 0.88,
12888
+ cacheRead: 0,
12805
12889
  cacheWrite: 0,
12806
12890
  },
12807
- contextWindow: 131000,
12808
- maxTokens: 40000,
12891
+ contextWindow: 262144,
12892
+ maxTokens: 16384,
12809
12893
  },
12810
12894
  "alibaba/qwen-3-30b": {
12811
12895
  id: "alibaba/qwen-3-30b",
@@ -12881,7 +12965,7 @@ export const MODELS = {
12881
12965
  api: "anthropic-messages",
12882
12966
  provider: "vercel-ai-gateway",
12883
12967
  baseUrl: "https://ai-gateway.vercel.sh",
12884
- reasoning: false,
12968
+ reasoning: true,
12885
12969
  input: ["text"],
12886
12970
  cost: {
12887
12971
  input: 1.5,
@@ -12915,7 +12999,7 @@ export const MODELS = {
12915
12999
  api: "anthropic-messages",
12916
13000
  provider: "vercel-ai-gateway",
12917
13001
  baseUrl: "https://ai-gateway.vercel.sh",
12918
- reasoning: false,
13002
+ reasoning: true,
12919
13003
  input: ["text"],
12920
13004
  cost: {
12921
13005
  input: 0.5,
@@ -12994,6 +13078,40 @@ export const MODELS = {
12994
13078
  contextWindow: 256000,
12995
13079
  maxTokens: 65536,
12996
13080
  },
13081
+ "alibaba/qwen3-next-80b-a3b-instruct": {
13082
+ id: "alibaba/qwen3-next-80b-a3b-instruct",
13083
+ name: "Qwen3 Next 80B A3B Instruct",
13084
+ api: "anthropic-messages",
13085
+ provider: "vercel-ai-gateway",
13086
+ baseUrl: "https://ai-gateway.vercel.sh",
13087
+ reasoning: false,
13088
+ input: ["text"],
13089
+ cost: {
13090
+ input: 0.15,
13091
+ output: 1.2,
13092
+ cacheRead: 0,
13093
+ cacheWrite: 0,
13094
+ },
13095
+ contextWindow: 131072,
13096
+ maxTokens: 32768,
13097
+ },
13098
+ "alibaba/qwen3-next-80b-a3b-thinking": {
13099
+ id: "alibaba/qwen3-next-80b-a3b-thinking",
13100
+ name: "Qwen3 Next 80B A3B Thinking",
13101
+ api: "anthropic-messages",
13102
+ provider: "vercel-ai-gateway",
13103
+ baseUrl: "https://ai-gateway.vercel.sh",
13104
+ reasoning: true,
13105
+ input: ["text"],
13106
+ cost: {
13107
+ input: 0.15,
13108
+ output: 1.2,
13109
+ cacheRead: 0,
13110
+ cacheWrite: 0,
13111
+ },
13112
+ contextWindow: 131072,
13113
+ maxTokens: 32768,
13114
+ },
12997
13115
  "alibaba/qwen3-vl-thinking": {
12998
13116
  id: "alibaba/qwen3-vl-thinking",
12999
13117
  name: "Qwen3 VL 235B A22B Thinking",
@@ -13236,6 +13354,23 @@ export const MODELS = {
13236
13354
  contextWindow: 1000000,
13237
13355
  maxTokens: 128000,
13238
13356
  },
13357
+ "anthropic/claude-opus-4.8": {
13358
+ id: "anthropic/claude-opus-4.8",
13359
+ name: "Claude Opus 4.8",
13360
+ api: "anthropic-messages",
13361
+ provider: "vercel-ai-gateway",
13362
+ baseUrl: "https://ai-gateway.vercel.sh",
13363
+ reasoning: true,
13364
+ input: ["text", "image"],
13365
+ cost: {
13366
+ input: 5,
13367
+ output: 25,
13368
+ cacheRead: 0.5,
13369
+ cacheWrite: 6.25,
13370
+ },
13371
+ contextWindow: 1000000,
13372
+ maxTokens: 128000,
13373
+ },
13239
13374
  "anthropic/claude-sonnet-4": {
13240
13375
  id: "anthropic/claude-sonnet-4",
13241
13376
  name: "Claude Sonnet 4",
@@ -13382,17 +13517,17 @@ export const MODELS = {
13382
13517
  reasoning: false,
13383
13518
  input: ["text"],
13384
13519
  cost: {
13385
- input: 0.77,
13386
- output: 0.77,
13387
- cacheRead: 0,
13520
+ input: 0.27,
13521
+ output: 1.12,
13522
+ cacheRead: 0.135,
13388
13523
  cacheWrite: 0,
13389
13524
  },
13390
13525
  contextWindow: 163840,
13391
- maxTokens: 16384,
13526
+ maxTokens: 163840,
13392
13527
  },
13393
13528
  "deepseek/deepseek-v3.1": {
13394
13529
  id: "deepseek/deepseek-v3.1",
13395
- name: "DeepSeek-V3.1",
13530
+ name: "DeepSeek V3.1",
13396
13531
  api: "anthropic-messages",
13397
13532
  provider: "vercel-ai-gateway",
13398
13533
  baseUrl: "https://ai-gateway.vercel.sh",
@@ -13430,8 +13565,8 @@ export const MODELS = {
13430
13565
  api: "anthropic-messages",
13431
13566
  provider: "vercel-ai-gateway",
13432
13567
  baseUrl: "https://ai-gateway.vercel.sh",
13433
- reasoning: false,
13434
- input: ["text"],
13568
+ reasoning: true,
13569
+ input: ["text", "image"],
13435
13570
  cost: {
13436
13571
  input: 0.28,
13437
13572
  output: 0.42,
@@ -13447,8 +13582,8 @@ export const MODELS = {
13447
13582
  api: "anthropic-messages",
13448
13583
  provider: "vercel-ai-gateway",
13449
13584
  baseUrl: "https://ai-gateway.vercel.sh",
13450
- reasoning: false,
13451
- input: ["text"],
13585
+ reasoning: true,
13586
+ input: ["text", "image"],
13452
13587
  cost: {
13453
13588
  input: 0.62,
13454
13589
  output: 1.85,
@@ -13465,7 +13600,7 @@ export const MODELS = {
13465
13600
  provider: "vercel-ai-gateway",
13466
13601
  baseUrl: "https://ai-gateway.vercel.sh",
13467
13602
  reasoning: true,
13468
- input: ["text"],
13603
+ input: ["text", "image"],
13469
13604
  cost: {
13470
13605
  input: 0.14,
13471
13606
  output: 0.28,
@@ -13482,7 +13617,7 @@ export const MODELS = {
13482
13617
  provider: "vercel-ai-gateway",
13483
13618
  baseUrl: "https://ai-gateway.vercel.sh",
13484
13619
  reasoning: true,
13485
- input: ["text"],
13620
+ input: ["text", "image"],
13486
13621
  cost: {
13487
13622
  input: 0.435,
13488
13623
  output: 0.87,
@@ -13975,7 +14110,7 @@ export const MODELS = {
13975
14110
  provider: "vercel-ai-gateway",
13976
14111
  baseUrl: "https://ai-gateway.vercel.sh",
13977
14112
  reasoning: true,
13978
- input: ["text"],
14113
+ input: ["text", "image"],
13979
14114
  cost: {
13980
14115
  input: 0.6,
13981
14116
  output: 2.4,
@@ -14019,6 +14154,23 @@ export const MODELS = {
14019
14154
  contextWindow: 204800,
14020
14155
  maxTokens: 131100,
14021
14156
  },
14157
+ "minimax/minimax-m3": {
14158
+ id: "minimax/minimax-m3",
14159
+ name: "MiniMax M3",
14160
+ api: "anthropic-messages",
14161
+ provider: "vercel-ai-gateway",
14162
+ baseUrl: "https://ai-gateway.vercel.sh",
14163
+ reasoning: true,
14164
+ input: ["text", "image"],
14165
+ cost: {
14166
+ input: 0.3,
14167
+ output: 1.2,
14168
+ cacheRead: 0.06,
14169
+ cacheWrite: 0,
14170
+ },
14171
+ contextWindow: 1000000,
14172
+ maxTokens: 1000000,
14173
+ },
14022
14174
  "mistral/codestral": {
14023
14175
  id: "mistral/codestral",
14024
14176
  name: "Mistral Codestral",
@@ -14155,6 +14307,23 @@ export const MODELS = {
14155
14307
  contextWindow: 256000,
14156
14308
  maxTokens: 256000,
14157
14309
  },
14310
+ "mistral/mistral-nemo": {
14311
+ id: "mistral/mistral-nemo",
14312
+ name: "Mistral Nemo 12B",
14313
+ api: "anthropic-messages",
14314
+ provider: "vercel-ai-gateway",
14315
+ baseUrl: "https://ai-gateway.vercel.sh",
14316
+ reasoning: false,
14317
+ input: ["text"],
14318
+ cost: {
14319
+ input: 0.02,
14320
+ output: 0.04,
14321
+ cacheRead: 0,
14322
+ cacheWrite: 0,
14323
+ },
14324
+ contextWindow: 131072,
14325
+ maxTokens: 131072,
14326
+ },
14158
14327
  "mistral/mistral-small": {
14159
14328
  id: "mistral/mistral-small",
14160
14329
  name: "Mistral Small",
@@ -14308,6 +14477,23 @@ export const MODELS = {
14308
14477
  contextWindow: 262000,
14309
14478
  maxTokens: 262000,
14310
14479
  },
14480
+ "nvidia/nemotron-3-super-120b-a12b": {
14481
+ id: "nvidia/nemotron-3-super-120b-a12b",
14482
+ name: "NVIDIA Nemotron 3 Super 120B A12B",
14483
+ api: "anthropic-messages",
14484
+ provider: "vercel-ai-gateway",
14485
+ baseUrl: "https://ai-gateway.vercel.sh",
14486
+ reasoning: true,
14487
+ input: ["text"],
14488
+ cost: {
14489
+ input: 0.15,
14490
+ output: 0.65,
14491
+ cacheRead: 0,
14492
+ cacheWrite: 0,
14493
+ },
14494
+ contextWindow: 256000,
14495
+ maxTokens: 32000,
14496
+ },
14311
14497
  "nvidia/nemotron-nano-12b-v2-vl": {
14312
14498
  id: "nvidia/nemotron-nano-12b-v2-vl",
14313
14499
  name: "Nvidia Nemotron Nano 12B V2 VL",
@@ -14485,7 +14671,7 @@ export const MODELS = {
14485
14671
  provider: "vercel-ai-gateway",
14486
14672
  baseUrl: "https://ai-gateway.vercel.sh",
14487
14673
  reasoning: true,
14488
- input: ["text"],
14674
+ input: ["text", "image"],
14489
14675
  cost: {
14490
14676
  input: 1.25,
14491
14677
  output: 10,
@@ -14847,6 +15033,23 @@ export const MODELS = {
14847
15033
  contextWindow: 1000000,
14848
15034
  maxTokens: 128000,
14849
15035
  },
15036
+ "openai/gpt-oss-120b": {
15037
+ id: "openai/gpt-oss-120b",
15038
+ name: "GPT OSS 120B",
15039
+ api: "anthropic-messages",
15040
+ provider: "vercel-ai-gateway",
15041
+ baseUrl: "https://ai-gateway.vercel.sh",
15042
+ reasoning: true,
15043
+ input: ["text"],
15044
+ cost: {
15045
+ input: 0.35,
15046
+ output: 0.75,
15047
+ cacheRead: 0.25,
15048
+ cacheWrite: 0,
15049
+ },
15050
+ contextWindow: 131072,
15051
+ maxTokens: 131000,
15052
+ },
14850
15053
  "openai/gpt-oss-20b": {
14851
15054
  id: "openai/gpt-oss-20b",
14852
15055
  name: "GPT OSS 20B",
@@ -15017,6 +15220,40 @@ export const MODELS = {
15017
15220
  contextWindow: 200000,
15018
15221
  maxTokens: 8000,
15019
15222
  },
15223
+ "stepfun/step-3.5-flash": {
15224
+ id: "stepfun/step-3.5-flash",
15225
+ name: "StepFun 3.5 Flash",
15226
+ api: "anthropic-messages",
15227
+ provider: "vercel-ai-gateway",
15228
+ baseUrl: "https://ai-gateway.vercel.sh",
15229
+ reasoning: true,
15230
+ input: ["text"],
15231
+ cost: {
15232
+ input: 0.09,
15233
+ output: 0.3,
15234
+ cacheRead: 0,
15235
+ cacheWrite: 0.02,
15236
+ },
15237
+ contextWindow: 262114,
15238
+ maxTokens: 262114,
15239
+ },
15240
+ "stepfun/step-3.7-flash": {
15241
+ id: "stepfun/step-3.7-flash",
15242
+ name: "Step 3.7 Flash",
15243
+ api: "anthropic-messages",
15244
+ provider: "vercel-ai-gateway",
15245
+ baseUrl: "https://ai-gateway.vercel.sh",
15246
+ reasoning: true,
15247
+ input: ["text", "image"],
15248
+ cost: {
15249
+ input: 0.19999999999999998,
15250
+ output: 1.15,
15251
+ cacheRead: 0.04,
15252
+ cacheWrite: 0,
15253
+ },
15254
+ contextWindow: 256000,
15255
+ maxTokens: 256000,
15256
+ },
15020
15257
  "xai/grok-4.1-fast-non-reasoning": {
15021
15258
  id: "xai/grok-4.1-fast-non-reasoning",
15022
15259
  name: "Grok 4.1 Fast Non-Reasoning",
@@ -15295,7 +15532,7 @@ export const MODELS = {
15295
15532
  api: "anthropic-messages",
15296
15533
  provider: "vercel-ai-gateway",
15297
15534
  baseUrl: "https://ai-gateway.vercel.sh",
15298
- reasoning: false,
15535
+ reasoning: true,
15299
15536
  input: ["text", "image"],
15300
15537
  cost: {
15301
15538
  input: 0.6,
@@ -15449,7 +15686,7 @@ export const MODELS = {
15449
15686
  provider: "vercel-ai-gateway",
15450
15687
  baseUrl: "https://ai-gateway.vercel.sh",
15451
15688
  reasoning: true,
15452
- input: ["text"],
15689
+ input: ["text", "image"],
15453
15690
  cost: {
15454
15691
  input: 1.4,
15455
15692
  output: 4.4,