@psnext/slingcli 2.4.20260528-1 → 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 (119) hide show
  1. package/node_modules/@aws-sdk/core/package.json +3 -3
  2. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  3. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  4. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/README.md +9 -0
  5. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +888 -0
  6. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  7. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  8. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  9. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  10. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  11. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +240 -0
  12. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  13. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  14. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +172 -0
  15. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  16. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  17. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  18. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  19. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  20. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  21. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  22. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  23. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  24. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  25. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  26. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  27. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  28. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  29. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  30. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  31. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  32. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  33. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  34. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  35. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  36. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  37. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +7 -0
  38. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  39. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  40. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +66 -0
  41. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  42. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  43. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  44. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  45. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  46. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +4 -4
  47. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  48. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  49. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
  50. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  51. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
  52. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  53. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  54. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  55. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  56. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  57. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  58. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/README.md +9 -0
  59. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +888 -0
  60. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  61. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  62. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  63. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  64. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  65. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +240 -0
  66. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  67. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  68. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +172 -0
  69. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  70. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  71. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  72. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  73. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  74. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  75. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  76. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  77. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  78. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  79. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  80. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  81. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  82. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  83. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  84. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  85. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  86. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  87. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  88. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  89. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  90. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  91. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +7 -0
  92. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  93. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  94. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +66 -0
  95. package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
  96. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  97. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +542 -339
  98. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +14 -13
  99. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +14 -13
  100. package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
  101. package/node_modules/protobufjs/dist/light/protobuf.js +7 -5
  102. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  103. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  104. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  105. package/node_modules/protobufjs/dist/minimal/protobuf.js +3 -3
  106. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  107. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  108. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  109. package/node_modules/protobufjs/dist/protobuf.js +7 -5
  110. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  111. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  112. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  113. package/node_modules/protobufjs/package.json +1 -1
  114. package/node_modules/protobufjs/src/converter.js +4 -2
  115. package/node_modules/protobufjs/src/roots.js +1 -1
  116. package/node_modules/undici/lib/global.js +10 -1
  117. package/node_modules/undici/package.json +1 -1
  118. package/package.json +2 -2
  119. package/slingshot/index.js +139 -139
@@ -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",
@@ -7634,8 +7806,8 @@ export const MODELS = {
7634
7806
  cacheRead: 0,
7635
7807
  cacheWrite: 0,
7636
7808
  },
7637
- contextWindow: 1000000,
7638
- maxTokens: 128000,
7809
+ contextWindow: 200000,
7810
+ maxTokens: 32000,
7639
7811
  },
7640
7812
  "minimax-m2.5": {
7641
7813
  id: "minimax-m2.5",
@@ -7671,6 +7843,23 @@ export const MODELS = {
7671
7843
  contextWindow: 204800,
7672
7844
  maxTokens: 131072,
7673
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
+ },
7674
7863
  "nemotron-3-super-free": {
7675
7864
  id: "nemotron-3-super-free",
7676
7865
  name: "Nemotron 3 Super Free",
@@ -7898,23 +8087,22 @@ export const MODELS = {
7898
8087
  contextWindow: 204800,
7899
8088
  maxTokens: 131072,
7900
8089
  },
7901
- "qwen3.5-plus": {
7902
- id: "qwen3.5-plus",
7903
- name: "Qwen3.5 Plus",
7904
- api: "openai-completions",
8090
+ "minimax-m3": {
8091
+ id: "minimax-m3",
8092
+ name: "MiniMax M3",
8093
+ api: "anthropic-messages",
7905
8094
  provider: "opencode-go",
7906
- baseUrl: "https://opencode.ai/zen/go/v1",
7907
- compat: { "thinkingFormat": "qwen" },
8095
+ baseUrl: "https://opencode.ai/zen/go",
7908
8096
  reasoning: true,
7909
8097
  input: ["text", "image"],
7910
8098
  cost: {
7911
- input: 0.2,
7912
- output: 1.2,
7913
- cacheRead: 0.02,
7914
- cacheWrite: 0.25,
8099
+ input: 0.6,
8100
+ output: 2.4,
8101
+ cacheRead: 0.12,
8102
+ cacheWrite: 0,
7915
8103
  },
7916
- contextWindow: 262144,
7917
- maxTokens: 65536,
8104
+ contextWindow: 512000,
8105
+ maxTokens: 131072,
7918
8106
  },
7919
8107
  "qwen3.6-plus": {
7920
8108
  id: "qwen3.6-plus",
@@ -8229,18 +8417,52 @@ export const MODELS = {
8229
8417
  contextWindow: 1000000,
8230
8418
  maxTokens: 128000,
8231
8419
  },
8232
- "anthropic/claude-sonnet-4": {
8233
- id: "anthropic/claude-sonnet-4",
8234
- name: "Anthropic: Claude Sonnet 4",
8420
+ "anthropic/claude-opus-4.8": {
8421
+ id: "anthropic/claude-opus-4.8",
8422
+ name: "Anthropic: Claude Opus 4.8",
8235
8423
  api: "openai-completions",
8236
8424
  provider: "openrouter",
8237
8425
  baseUrl: "https://openrouter.ai/api/v1",
8238
8426
  reasoning: true,
8239
8427
  input: ["text", "image"],
8240
8428
  cost: {
8241
- input: 3,
8242
- output: 15,
8243
- cacheRead: 0.3,
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
+ },
8454
+ "anthropic/claude-sonnet-4": {
8455
+ id: "anthropic/claude-sonnet-4",
8456
+ name: "Anthropic: Claude Sonnet 4",
8457
+ api: "openai-completions",
8458
+ provider: "openrouter",
8459
+ baseUrl: "https://openrouter.ai/api/v1",
8460
+ reasoning: true,
8461
+ input: ["text", "image"],
8462
+ cost: {
8463
+ input: 3,
8464
+ output: 15,
8465
+ cacheRead: 0.3,
8244
8466
  cacheWrite: 3.75,
8245
8467
  },
8246
8468
  contextWindow: 1000000,
@@ -8348,23 +8570,6 @@ export const MODELS = {
8348
8570
  contextWindow: 2000000,
8349
8571
  maxTokens: 30000,
8350
8572
  },
8351
- "baidu/ernie-4.5-21b-a3b": {
8352
- id: "baidu/ernie-4.5-21b-a3b",
8353
- name: "Baidu: ERNIE 4.5 21B A3B",
8354
- api: "openai-completions",
8355
- provider: "openrouter",
8356
- baseUrl: "https://openrouter.ai/api/v1",
8357
- reasoning: false,
8358
- input: ["text"],
8359
- cost: {
8360
- input: 0.07,
8361
- output: 0.28,
8362
- cacheRead: 0,
8363
- cacheWrite: 0,
8364
- },
8365
- contextWindow: 131072,
8366
- maxTokens: 8000,
8367
- },
8368
8573
  "baidu/ernie-4.5-vl-28b-a3b": {
8369
8574
  id: "baidu/ernie-4.5-vl-28b-a3b",
8370
8575
  name: "Baidu: ERNIE 4.5 VL 28B A3B",
@@ -8631,32 +8836,13 @@ export const MODELS = {
8631
8836
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8632
8837
  input: ["text"],
8633
8838
  cost: {
8634
- input: 0.09999999999999999,
8635
- output: 0.19999999999999998,
8636
- cacheRead: 0.02,
8839
+ input: 0.0983,
8840
+ output: 0.1966,
8841
+ cacheRead: 0.019700000000000002,
8637
8842
  cacheWrite: 0,
8638
8843
  },
8639
8844
  contextWindow: 1048576,
8640
- maxTokens: 16384,
8641
- },
8642
- "deepseek/deepseek-v4-flash:free": {
8643
- id: "deepseek/deepseek-v4-flash:free",
8644
- name: "DeepSeek: DeepSeek V4 Flash (free)",
8645
- api: "openai-completions",
8646
- provider: "openrouter",
8647
- baseUrl: "https://openrouter.ai/api/v1",
8648
- compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
8649
- reasoning: true,
8650
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8651
- input: ["text"],
8652
- cost: {
8653
- input: 0,
8654
- output: 0,
8655
- cacheRead: 0,
8656
- cacheWrite: 0,
8657
- },
8658
- contextWindow: 1048576,
8659
- maxTokens: 384000,
8845
+ maxTokens: 131072,
8660
8846
  },
8661
8847
  "deepseek/deepseek-v4-pro": {
8662
8848
  id: "deepseek/deepseek-v4-pro",
@@ -8694,40 +8880,6 @@ export const MODELS = {
8694
8880
  contextWindow: 32768,
8695
8881
  maxTokens: 4096,
8696
8882
  },
8697
- "google/gemini-2.0-flash-001": {
8698
- id: "google/gemini-2.0-flash-001",
8699
- name: "Google: Gemini 2.0 Flash",
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.09999999999999999,
8707
- output: 0.39999999999999997,
8708
- cacheRead: 0.024999999999999998,
8709
- cacheWrite: 0.08333333333333334,
8710
- },
8711
- contextWindow: 1000000,
8712
- maxTokens: 8192,
8713
- },
8714
- "google/gemini-2.0-flash-lite-001": {
8715
- id: "google/gemini-2.0-flash-lite-001",
8716
- name: "Google: Gemini 2.0 Flash Lite",
8717
- api: "openai-completions",
8718
- provider: "openrouter",
8719
- baseUrl: "https://openrouter.ai/api/v1",
8720
- reasoning: false,
8721
- input: ["text", "image"],
8722
- cost: {
8723
- input: 0.075,
8724
- output: 0.3,
8725
- cacheRead: 0,
8726
- cacheWrite: 0,
8727
- },
8728
- contextWindow: 1048576,
8729
- maxTokens: 8192,
8730
- },
8731
8883
  "google/gemini-2.5-flash": {
8732
8884
  id: "google/gemini-2.5-flash",
8733
8885
  name: "Google: Gemini 2.5 Flash",
@@ -9112,9 +9264,9 @@ export const MODELS = {
9112
9264
  reasoning: true,
9113
9265
  input: ["text"],
9114
9266
  cost: {
9115
- input: 0.075,
9116
- output: 0.625,
9117
- cacheRead: 0.015,
9267
+ input: 0.3,
9268
+ output: 2.5,
9269
+ cacheRead: 0.06,
9118
9270
  cacheWrite: 0,
9119
9271
  },
9120
9272
  contextWindow: 262144,
@@ -9205,6 +9357,23 @@ export const MODELS = {
9205
9357
  contextWindow: 131072,
9206
9358
  maxTokens: 4096,
9207
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
+ },
9208
9377
  "meta-llama/llama-4-scout": {
9209
9378
  id: "meta-llama/llama-4-scout",
9210
9379
  name: "Meta: Llama 4 Scout",
@@ -9290,39 +9459,39 @@ export const MODELS = {
9290
9459
  contextWindow: 204800,
9291
9460
  maxTokens: 196608,
9292
9461
  },
9293
- "minimax/minimax-m2.5:free": {
9294
- id: "minimax/minimax-m2.5:free",
9295
- name: "MiniMax: MiniMax M2.5 (free)",
9462
+ "minimax/minimax-m2.7": {
9463
+ id: "minimax/minimax-m2.7",
9464
+ name: "MiniMax: MiniMax M2.7",
9296
9465
  api: "openai-completions",
9297
9466
  provider: "openrouter",
9298
9467
  baseUrl: "https://openrouter.ai/api/v1",
9299
9468
  reasoning: true,
9300
9469
  input: ["text"],
9301
9470
  cost: {
9302
- input: 0,
9303
- output: 0,
9471
+ input: 0.26,
9472
+ output: 1.2,
9304
9473
  cacheRead: 0,
9305
9474
  cacheWrite: 0,
9306
9475
  },
9307
- contextWindow: 262144,
9308
- maxTokens: 8192,
9476
+ contextWindow: 204800,
9477
+ maxTokens: 4096,
9309
9478
  },
9310
- "minimax/minimax-m2.7": {
9311
- id: "minimax/minimax-m2.7",
9312
- name: "MiniMax: MiniMax M2.7",
9479
+ "minimax/minimax-m3": {
9480
+ id: "minimax/minimax-m3",
9481
+ name: "MiniMax: MiniMax M3",
9313
9482
  api: "openai-completions",
9314
9483
  provider: "openrouter",
9315
9484
  baseUrl: "https://openrouter.ai/api/v1",
9316
9485
  reasoning: true,
9317
- input: ["text"],
9486
+ input: ["text", "image"],
9318
9487
  cost: {
9319
- input: 0.27899999999999997,
9488
+ input: 0.3,
9320
9489
  output: 1.2,
9321
- cacheRead: 0,
9490
+ cacheRead: 0.06,
9322
9491
  cacheWrite: 0,
9323
9492
  },
9324
- contextWindow: 204800,
9325
- maxTokens: 131072,
9493
+ contextWindow: 1048576,
9494
+ maxTokens: 512000,
9326
9495
  },
9327
9496
  "mistralai/codestral-2508": {
9328
9497
  id: "mistralai/codestral-2508",
@@ -9358,40 +9527,6 @@ export const MODELS = {
9358
9527
  contextWindow: 262144,
9359
9528
  maxTokens: 4096,
9360
9529
  },
9361
- "mistralai/devstral-medium": {
9362
- id: "mistralai/devstral-medium",
9363
- name: "Mistral: Devstral Medium",
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.39999999999999997,
9371
- output: 2,
9372
- cacheRead: 0.04,
9373
- cacheWrite: 0,
9374
- },
9375
- contextWindow: 131072,
9376
- maxTokens: 4096,
9377
- },
9378
- "mistralai/devstral-small": {
9379
- id: "mistralai/devstral-small",
9380
- name: "Mistral: Devstral Small 1.1",
9381
- api: "openai-completions",
9382
- provider: "openrouter",
9383
- baseUrl: "https://openrouter.ai/api/v1",
9384
- reasoning: false,
9385
- input: ["text"],
9386
- cost: {
9387
- input: 0.09999999999999999,
9388
- output: 0.3,
9389
- cacheRead: 0.01,
9390
- cacheWrite: 0,
9391
- },
9392
- contextWindow: 131072,
9393
- maxTokens: 4096,
9394
- },
9395
9530
  "mistralai/ministral-14b-2512": {
9396
9531
  id: "mistralai/ministral-14b-2512",
9397
9532
  name: "Mistral: Ministral 3 14B 2512",
@@ -9477,23 +9612,6 @@ export const MODELS = {
9477
9612
  contextWindow: 131072,
9478
9613
  maxTokens: 4096,
9479
9614
  },
9480
- "mistralai/mistral-large-2411": {
9481
- id: "mistralai/mistral-large-2411",
9482
- name: "Mistral Large 2411",
9483
- api: "openai-completions",
9484
- provider: "openrouter",
9485
- baseUrl: "https://openrouter.ai/api/v1",
9486
- reasoning: false,
9487
- input: ["text"],
9488
- cost: {
9489
- input: 2,
9490
- output: 6,
9491
- cacheRead: 0.19999999999999998,
9492
- cacheWrite: 0,
9493
- },
9494
- contextWindow: 131072,
9495
- maxTokens: 4096,
9496
- },
9497
9615
  "mistralai/mistral-large-2512": {
9498
9616
  id: "mistralai/mistral-large-2512",
9499
9617
  name: "Mistral: Mistral Large 3 2512",
@@ -9647,23 +9765,6 @@ export const MODELS = {
9647
9765
  contextWindow: 65536,
9648
9766
  maxTokens: 4096,
9649
9767
  },
9650
- "mistralai/pixtral-large-2411": {
9651
- id: "mistralai/pixtral-large-2411",
9652
- name: "Mistral: Pixtral Large 2411",
9653
- api: "openai-completions",
9654
- provider: "openrouter",
9655
- baseUrl: "https://openrouter.ai/api/v1",
9656
- reasoning: false,
9657
- input: ["text", "image"],
9658
- cost: {
9659
- input: 2,
9660
- output: 6,
9661
- cacheRead: 0.19999999999999998,
9662
- cacheWrite: 0,
9663
- },
9664
- contextWindow: 131072,
9665
- maxTokens: 4096,
9666
- },
9667
9768
  "mistralai/voxtral-small-24b-2507": {
9668
9769
  id: "mistralai/voxtral-small-24b-2507",
9669
9770
  name: "Mistral: Voxtral Small 24B 2507",
@@ -9758,13 +9859,13 @@ export const MODELS = {
9758
9859
  reasoning: true,
9759
9860
  input: ["text", "image"],
9760
9861
  cost: {
9761
- input: 0.73,
9762
- output: 3.49,
9763
- cacheRead: 0.25,
9862
+ input: 0.684,
9863
+ output: 3.42,
9864
+ cacheRead: 0.144,
9764
9865
  cacheWrite: 0,
9765
9866
  },
9766
9867
  contextWindow: 262144,
9767
- maxTokens: 262142,
9868
+ maxTokens: 262144,
9768
9869
  },
9769
9870
  "moonshotai/kimi-k2.6:free": {
9770
9871
  id: "moonshotai/kimi-k2.6:free",
@@ -10208,23 +10309,6 @@ export const MODELS = {
10208
10309
  contextWindow: 128000,
10209
10310
  maxTokens: 16384,
10210
10311
  },
10211
- "openai/gpt-4o-audio-preview": {
10212
- id: "openai/gpt-4o-audio-preview",
10213
- name: "OpenAI: GPT-4o Audio",
10214
- api: "openai-completions",
10215
- provider: "openrouter",
10216
- baseUrl: "https://openrouter.ai/api/v1",
10217
- reasoning: false,
10218
- input: ["text"],
10219
- cost: {
10220
- input: 2.5,
10221
- output: 10,
10222
- cacheRead: 0,
10223
- cacheWrite: 0,
10224
- },
10225
- contextWindow: 128000,
10226
- maxTokens: 16384,
10227
- },
10228
10312
  "openai/gpt-4o-mini": {
10229
10313
  id: "openai/gpt-4o-mini",
10230
10314
  name: "OpenAI: GPT-4o-mini",
@@ -10739,13 +10823,13 @@ export const MODELS = {
10739
10823
  reasoning: true,
10740
10824
  input: ["text"],
10741
10825
  cost: {
10742
- input: 0.03,
10826
+ input: 0.029,
10743
10827
  output: 0.14,
10744
10828
  cacheRead: 0,
10745
10829
  cacheWrite: 0,
10746
10830
  },
10747
10831
  contextWindow: 131072,
10748
- maxTokens: 131072,
10832
+ maxTokens: 4096,
10749
10833
  },
10750
10834
  "openai/gpt-oss-20b:free": {
10751
10835
  id: "openai/gpt-oss-20b:free",
@@ -11053,23 +11137,6 @@ export const MODELS = {
11053
11137
  contextWindow: 131072,
11054
11138
  maxTokens: 16384,
11055
11139
  },
11056
- "qwen/qwen-2.5-7b-instruct": {
11057
- id: "qwen/qwen-2.5-7b-instruct",
11058
- name: "Qwen: Qwen2.5 7B Instruct",
11059
- api: "openai-completions",
11060
- provider: "openrouter",
11061
- baseUrl: "https://openrouter.ai/api/v1",
11062
- reasoning: false,
11063
- input: ["text"],
11064
- cost: {
11065
- input: 0.04,
11066
- output: 0.09999999999999999,
11067
- cacheRead: 0,
11068
- cacheWrite: 0,
11069
- },
11070
- contextWindow: 131072,
11071
- maxTokens: 32768,
11072
- },
11073
11140
  "qwen/qwen-plus": {
11074
11141
  id: "qwen/qwen-plus",
11075
11142
  name: "Qwen: Qwen-Plus",
@@ -11181,13 +11248,13 @@ export const MODELS = {
11181
11248
  reasoning: true,
11182
11249
  input: ["text"],
11183
11250
  cost: {
11184
- input: 0.14950000000000002,
11185
- output: 1.495,
11186
- cacheRead: 0,
11251
+ input: 0.09999999999999999,
11252
+ output: 0.09999999999999999,
11253
+ cacheRead: 0.09999999999999999,
11187
11254
  cacheWrite: 0,
11188
11255
  },
11189
11256
  contextWindow: 262144,
11190
- maxTokens: 4096,
11257
+ maxTokens: 262144,
11191
11258
  },
11192
11259
  "qwen/qwen3-30b-a3b": {
11193
11260
  id: "qwen/qwen3-30b-a3b",
@@ -11623,13 +11690,13 @@ export const MODELS = {
11623
11690
  reasoning: true,
11624
11691
  input: ["text", "image"],
11625
11692
  cost: {
11626
- input: 0.13899999999999998,
11693
+ input: 0.14,
11627
11694
  output: 1,
11628
- cacheRead: 0,
11695
+ cacheRead: 0.049999999999999996,
11629
11696
  cacheWrite: 0,
11630
11697
  },
11631
11698
  contextWindow: 262144,
11632
- maxTokens: 4096,
11699
+ maxTokens: 262144,
11633
11700
  },
11634
11701
  "qwen/qwen3.5-397b-a17b": {
11635
11702
  id: "qwen/qwen3.5-397b-a17b",
@@ -11903,6 +11970,23 @@ export const MODELS = {
11903
11970
  contextWindow: 262144,
11904
11971
  maxTokens: 16384,
11905
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
+ },
11906
11990
  "tencent/hy3-preview": {
11907
11991
  id: "tencent/hy3-preview",
11908
11992
  name: "Tencent: Hy3 preview",
@@ -11912,13 +11996,13 @@ export const MODELS = {
11912
11996
  reasoning: true,
11913
11997
  input: ["text"],
11914
11998
  cost: {
11915
- input: 0.063,
11916
- output: 0.21,
11917
- cacheRead: 0.020999999999999998,
11999
+ input: 0.06599999999999999,
12000
+ output: 0.26,
12001
+ cacheRead: 0.029,
11918
12002
  cacheWrite: 0,
11919
12003
  },
11920
12004
  contextWindow: 262144,
11921
- maxTokens: 4096,
12005
+ maxTokens: 262144,
11922
12006
  },
11923
12007
  "thedrummer/rocinante-12b": {
11924
12008
  id: "thedrummer/rocinante-12b",
@@ -12039,40 +12123,6 @@ export const MODELS = {
12039
12123
  contextWindow: 262144,
12040
12124
  maxTokens: 65536,
12041
12125
  },
12042
- "xiaomi/mimo-v2-omni": {
12043
- id: "xiaomi/mimo-v2-omni",
12044
- name: "Xiaomi: MiMo-V2-Omni",
12045
- api: "openai-completions",
12046
- provider: "openrouter",
12047
- baseUrl: "https://openrouter.ai/api/v1",
12048
- reasoning: true,
12049
- input: ["text", "image"],
12050
- cost: {
12051
- input: 0.39999999999999997,
12052
- output: 2,
12053
- cacheRead: 0.08,
12054
- cacheWrite: 0,
12055
- },
12056
- contextWindow: 262144,
12057
- maxTokens: 65536,
12058
- },
12059
- "xiaomi/mimo-v2-pro": {
12060
- id: "xiaomi/mimo-v2-pro",
12061
- name: "Xiaomi: MiMo-V2-Pro",
12062
- api: "openai-completions",
12063
- provider: "openrouter",
12064
- baseUrl: "https://openrouter.ai/api/v1",
12065
- reasoning: true,
12066
- input: ["text"],
12067
- cost: {
12068
- input: 1,
12069
- output: 3,
12070
- cacheRead: 0.19999999999999998,
12071
- cacheWrite: 0,
12072
- },
12073
- contextWindow: 1048576,
12074
- maxTokens: 131072,
12075
- },
12076
12126
  "xiaomi/mimo-v2.5": {
12077
12127
  id: "xiaomi/mimo-v2.5",
12078
12128
  name: "Xiaomi: MiMo-V2.5",
@@ -12151,8 +12201,8 @@ export const MODELS = {
12151
12201
  input: ["text"],
12152
12202
  cost: {
12153
12203
  input: 0.125,
12154
- output: 0.84,
12155
- cacheRead: 0,
12204
+ output: 0.85,
12205
+ cacheRead: 0.06,
12156
12206
  cacheWrite: 0,
12157
12207
  },
12158
12208
  contextWindow: 131072,
@@ -12275,7 +12325,7 @@ export const MODELS = {
12275
12325
  cacheWrite: 0,
12276
12326
  },
12277
12327
  contextWindow: 202752,
12278
- maxTokens: 4096,
12328
+ maxTokens: 16384,
12279
12329
  },
12280
12330
  "z-ai/glm-5-turbo": {
12281
12331
  id: "z-ai/glm-5-turbo",
@@ -12309,7 +12359,7 @@ export const MODELS = {
12309
12359
  cacheWrite: 0,
12310
12360
  },
12311
12361
  contextWindow: 202752,
12312
- maxTokens: 4096,
12362
+ maxTokens: 131072,
12313
12363
  },
12314
12364
  "z-ai/glm-5v-turbo": {
12315
12365
  id: "z-ai/glm-5v-turbo",
@@ -12422,13 +12472,13 @@ export const MODELS = {
12422
12472
  reasoning: true,
12423
12473
  input: ["text", "image"],
12424
12474
  cost: {
12425
- input: 0.73,
12426
- output: 3.49,
12427
- cacheRead: 0.25,
12475
+ input: 0.684,
12476
+ output: 3.42,
12477
+ cacheRead: 0.144,
12428
12478
  cacheWrite: 0,
12429
12479
  },
12430
12480
  contextWindow: 262144,
12431
- maxTokens: 262142,
12481
+ maxTokens: 262144,
12432
12482
  },
12433
12483
  "~openai/gpt-latest": {
12434
12484
  id: "~openai/gpt-latest",
@@ -12826,20 +12876,20 @@ export const MODELS = {
12826
12876
  },
12827
12877
  "alibaba/qwen-3-235b": {
12828
12878
  id: "alibaba/qwen-3-235b",
12829
- name: "Qwen3 235B A22b Instruct 2507",
12879
+ name: "Qwen3 235B A22B",
12830
12880
  api: "anthropic-messages",
12831
12881
  provider: "vercel-ai-gateway",
12832
12882
  baseUrl: "https://ai-gateway.vercel.sh",
12833
- reasoning: false,
12883
+ reasoning: true,
12834
12884
  input: ["text"],
12835
12885
  cost: {
12836
- input: 0.6,
12837
- output: 1.2,
12838
- cacheRead: 0.6,
12886
+ input: 0.22,
12887
+ output: 0.88,
12888
+ cacheRead: 0,
12839
12889
  cacheWrite: 0,
12840
12890
  },
12841
- contextWindow: 131000,
12842
- maxTokens: 40000,
12891
+ contextWindow: 262144,
12892
+ maxTokens: 16384,
12843
12893
  },
12844
12894
  "alibaba/qwen-3-30b": {
12845
12895
  id: "alibaba/qwen-3-30b",
@@ -12915,7 +12965,7 @@ export const MODELS = {
12915
12965
  api: "anthropic-messages",
12916
12966
  provider: "vercel-ai-gateway",
12917
12967
  baseUrl: "https://ai-gateway.vercel.sh",
12918
- reasoning: false,
12968
+ reasoning: true,
12919
12969
  input: ["text"],
12920
12970
  cost: {
12921
12971
  input: 1.5,
@@ -12949,7 +12999,7 @@ export const MODELS = {
12949
12999
  api: "anthropic-messages",
12950
13000
  provider: "vercel-ai-gateway",
12951
13001
  baseUrl: "https://ai-gateway.vercel.sh",
12952
- reasoning: false,
13002
+ reasoning: true,
12953
13003
  input: ["text"],
12954
13004
  cost: {
12955
13005
  input: 0.5,
@@ -13028,6 +13078,40 @@ export const MODELS = {
13028
13078
  contextWindow: 256000,
13029
13079
  maxTokens: 65536,
13030
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
+ },
13031
13115
  "alibaba/qwen3-vl-thinking": {
13032
13116
  id: "alibaba/qwen3-vl-thinking",
13033
13117
  name: "Qwen3 VL 235B A22B Thinking",
@@ -13270,6 +13354,23 @@ export const MODELS = {
13270
13354
  contextWindow: 1000000,
13271
13355
  maxTokens: 128000,
13272
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
+ },
13273
13374
  "anthropic/claude-sonnet-4": {
13274
13375
  id: "anthropic/claude-sonnet-4",
13275
13376
  name: "Claude Sonnet 4",
@@ -13416,17 +13517,17 @@ export const MODELS = {
13416
13517
  reasoning: false,
13417
13518
  input: ["text"],
13418
13519
  cost: {
13419
- input: 0.77,
13420
- output: 0.77,
13421
- cacheRead: 0,
13520
+ input: 0.27,
13521
+ output: 1.12,
13522
+ cacheRead: 0.135,
13422
13523
  cacheWrite: 0,
13423
13524
  },
13424
13525
  contextWindow: 163840,
13425
- maxTokens: 16384,
13526
+ maxTokens: 163840,
13426
13527
  },
13427
13528
  "deepseek/deepseek-v3.1": {
13428
13529
  id: "deepseek/deepseek-v3.1",
13429
- name: "DeepSeek-V3.1",
13530
+ name: "DeepSeek V3.1",
13430
13531
  api: "anthropic-messages",
13431
13532
  provider: "vercel-ai-gateway",
13432
13533
  baseUrl: "https://ai-gateway.vercel.sh",
@@ -13464,8 +13565,8 @@ export const MODELS = {
13464
13565
  api: "anthropic-messages",
13465
13566
  provider: "vercel-ai-gateway",
13466
13567
  baseUrl: "https://ai-gateway.vercel.sh",
13467
- reasoning: false,
13468
- input: ["text"],
13568
+ reasoning: true,
13569
+ input: ["text", "image"],
13469
13570
  cost: {
13470
13571
  input: 0.28,
13471
13572
  output: 0.42,
@@ -13481,8 +13582,8 @@ export const MODELS = {
13481
13582
  api: "anthropic-messages",
13482
13583
  provider: "vercel-ai-gateway",
13483
13584
  baseUrl: "https://ai-gateway.vercel.sh",
13484
- reasoning: false,
13485
- input: ["text"],
13585
+ reasoning: true,
13586
+ input: ["text", "image"],
13486
13587
  cost: {
13487
13588
  input: 0.62,
13488
13589
  output: 1.85,
@@ -13499,7 +13600,7 @@ export const MODELS = {
13499
13600
  provider: "vercel-ai-gateway",
13500
13601
  baseUrl: "https://ai-gateway.vercel.sh",
13501
13602
  reasoning: true,
13502
- input: ["text"],
13603
+ input: ["text", "image"],
13503
13604
  cost: {
13504
13605
  input: 0.14,
13505
13606
  output: 0.28,
@@ -13516,7 +13617,7 @@ export const MODELS = {
13516
13617
  provider: "vercel-ai-gateway",
13517
13618
  baseUrl: "https://ai-gateway.vercel.sh",
13518
13619
  reasoning: true,
13519
- input: ["text"],
13620
+ input: ["text", "image"],
13520
13621
  cost: {
13521
13622
  input: 0.435,
13522
13623
  output: 0.87,
@@ -14009,7 +14110,7 @@ export const MODELS = {
14009
14110
  provider: "vercel-ai-gateway",
14010
14111
  baseUrl: "https://ai-gateway.vercel.sh",
14011
14112
  reasoning: true,
14012
- input: ["text"],
14113
+ input: ["text", "image"],
14013
14114
  cost: {
14014
14115
  input: 0.6,
14015
14116
  output: 2.4,
@@ -14053,6 +14154,23 @@ export const MODELS = {
14053
14154
  contextWindow: 204800,
14054
14155
  maxTokens: 131100,
14055
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
+ },
14056
14174
  "mistral/codestral": {
14057
14175
  id: "mistral/codestral",
14058
14176
  name: "Mistral Codestral",
@@ -14189,6 +14307,23 @@ export const MODELS = {
14189
14307
  contextWindow: 256000,
14190
14308
  maxTokens: 256000,
14191
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
+ },
14192
14327
  "mistral/mistral-small": {
14193
14328
  id: "mistral/mistral-small",
14194
14329
  name: "Mistral Small",
@@ -14342,6 +14477,23 @@ export const MODELS = {
14342
14477
  contextWindow: 262000,
14343
14478
  maxTokens: 262000,
14344
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
+ },
14345
14497
  "nvidia/nemotron-nano-12b-v2-vl": {
14346
14498
  id: "nvidia/nemotron-nano-12b-v2-vl",
14347
14499
  name: "Nvidia Nemotron Nano 12B V2 VL",
@@ -14519,7 +14671,7 @@ export const MODELS = {
14519
14671
  provider: "vercel-ai-gateway",
14520
14672
  baseUrl: "https://ai-gateway.vercel.sh",
14521
14673
  reasoning: true,
14522
- input: ["text"],
14674
+ input: ["text", "image"],
14523
14675
  cost: {
14524
14676
  input: 1.25,
14525
14677
  output: 10,
@@ -14881,6 +15033,23 @@ export const MODELS = {
14881
15033
  contextWindow: 1000000,
14882
15034
  maxTokens: 128000,
14883
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
+ },
14884
15053
  "openai/gpt-oss-20b": {
14885
15054
  id: "openai/gpt-oss-20b",
14886
15055
  name: "GPT OSS 20B",
@@ -15051,6 +15220,40 @@ export const MODELS = {
15051
15220
  contextWindow: 200000,
15052
15221
  maxTokens: 8000,
15053
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
+ },
15054
15257
  "xai/grok-4.1-fast-non-reasoning": {
15055
15258
  id: "xai/grok-4.1-fast-non-reasoning",
15056
15259
  name: "Grok 4.1 Fast Non-Reasoning",
@@ -15329,7 +15532,7 @@ export const MODELS = {
15329
15532
  api: "anthropic-messages",
15330
15533
  provider: "vercel-ai-gateway",
15331
15534
  baseUrl: "https://ai-gateway.vercel.sh",
15332
- reasoning: false,
15535
+ reasoning: true,
15333
15536
  input: ["text", "image"],
15334
15537
  cost: {
15335
15538
  input: 0.6,
@@ -15483,7 +15686,7 @@ export const MODELS = {
15483
15686
  provider: "vercel-ai-gateway",
15484
15687
  baseUrl: "https://ai-gateway.vercel.sh",
15485
15688
  reasoning: true,
15486
- input: ["text"],
15689
+ input: ["text", "image"],
15487
15690
  cost: {
15488
15691
  input: 1.4,
15489
15692
  output: 4.4,