@earendil-works/pi-ai 0.80.2 → 0.80.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +1 -1
  2. package/dist/api/anthropic-messages.d.ts.map +1 -1
  3. package/dist/api/anthropic-messages.js +13 -4
  4. package/dist/api/anthropic-messages.js.map +1 -1
  5. package/dist/api/azure-openai-responses.d.ts.map +1 -1
  6. package/dist/api/azure-openai-responses.js +11 -17
  7. package/dist/api/azure-openai-responses.js.map +1 -1
  8. package/dist/api/bedrock-converse-stream.d.ts.map +1 -1
  9. package/dist/api/bedrock-converse-stream.js +17 -8
  10. package/dist/api/bedrock-converse-stream.js.map +1 -1
  11. package/dist/api/google-generative-ai.d.ts.map +1 -1
  12. package/dist/api/google-generative-ai.js +4 -2
  13. package/dist/api/google-generative-ai.js.map +1 -1
  14. package/dist/api/google-vertex.d.ts.map +1 -1
  15. package/dist/api/google-vertex.js +4 -2
  16. package/dist/api/google-vertex.js.map +1 -1
  17. package/dist/api/mistral-conversations.d.ts.map +1 -1
  18. package/dist/api/mistral-conversations.js +1 -1
  19. package/dist/api/mistral-conversations.js.map +1 -1
  20. package/dist/api/openai-codex-responses.d.ts.map +1 -1
  21. package/dist/api/openai-codex-responses.js +11 -25
  22. package/dist/api/openai-codex-responses.js.map +1 -1
  23. package/dist/api/openai-completions.d.ts.map +1 -1
  24. package/dist/api/openai-completions.js +10 -4
  25. package/dist/api/openai-completions.js.map +1 -1
  26. package/dist/api/openai-responses-shared.d.ts.map +1 -1
  27. package/dist/api/openai-responses-shared.js +152 -175
  28. package/dist/api/openai-responses-shared.js.map +1 -1
  29. package/dist/api/openai-responses.d.ts.map +1 -1
  30. package/dist/api/openai-responses.js +3 -15
  31. package/dist/api/openai-responses.js.map +1 -1
  32. package/dist/api/openrouter-images.d.ts.map +1 -1
  33. package/dist/api/openrouter-images.js +2 -1
  34. package/dist/api/openrouter-images.js.map +1 -1
  35. package/dist/api/simple-options.d.ts +3 -2
  36. package/dist/api/simple-options.d.ts.map +1 -1
  37. package/dist/api/simple-options.js +11 -2
  38. package/dist/api/simple-options.js.map +1 -1
  39. package/dist/image-models.generated.d.ts +34 -19
  40. package/dist/image-models.generated.d.ts.map +1 -1
  41. package/dist/image-models.generated.js +60 -45
  42. package/dist/image-models.generated.js.map +1 -1
  43. package/dist/index.d.ts +1 -0
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/index.js +1 -0
  46. package/dist/index.js.map +1 -1
  47. package/dist/models.generated.d.ts +754 -198
  48. package/dist/models.generated.d.ts.map +1 -1
  49. package/dist/providers/amazon-bedrock.models.d.ts +119 -0
  50. package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
  51. package/dist/providers/amazon-bedrock.models.js +127 -8
  52. package/dist/providers/amazon-bedrock.models.js.map +1 -1
  53. package/dist/providers/anthropic.models.d.ts +20 -34
  54. package/dist/providers/anthropic.models.d.ts.map +1 -1
  55. package/dist/providers/anthropic.models.js +18 -34
  56. package/dist/providers/anthropic.models.js.map +1 -1
  57. package/dist/providers/fireworks.models.d.ts +23 -0
  58. package/dist/providers/fireworks.models.d.ts.map +1 -1
  59. package/dist/providers/fireworks.models.js +19 -1
  60. package/dist/providers/fireworks.models.js.map +1 -1
  61. package/dist/providers/groq.models.d.ts.map +1 -1
  62. package/dist/providers/groq.models.js +1 -1
  63. package/dist/providers/groq.models.js.map +1 -1
  64. package/dist/providers/huggingface.models.d.ts +80 -0
  65. package/dist/providers/huggingface.models.d.ts.map +1 -1
  66. package/dist/providers/huggingface.models.js +72 -0
  67. package/dist/providers/huggingface.models.js.map +1 -1
  68. package/dist/providers/minimax-cn.models.d.ts.map +1 -1
  69. package/dist/providers/minimax-cn.models.js +4 -4
  70. package/dist/providers/minimax-cn.models.js.map +1 -1
  71. package/dist/providers/minimax.models.d.ts.map +1 -1
  72. package/dist/providers/minimax.models.js +4 -4
  73. package/dist/providers/minimax.models.js.map +1 -1
  74. package/dist/providers/nvidia.models.d.ts +28 -0
  75. package/dist/providers/nvidia.models.d.ts.map +1 -1
  76. package/dist/providers/nvidia.models.js +19 -0
  77. package/dist/providers/nvidia.models.js.map +1 -1
  78. package/dist/providers/opencode-go.models.d.ts.map +1 -1
  79. package/dist/providers/opencode-go.models.js +4 -4
  80. package/dist/providers/opencode-go.models.js.map +1 -1
  81. package/dist/providers/openrouter.models.d.ts +29 -32
  82. package/dist/providers/openrouter.models.d.ts.map +1 -1
  83. package/dist/providers/openrouter.models.js +93 -94
  84. package/dist/providers/openrouter.models.js.map +1 -1
  85. package/dist/providers/together.models.d.ts +31 -0
  86. package/dist/providers/together.models.d.ts.map +1 -1
  87. package/dist/providers/together.models.js +19 -0
  88. package/dist/providers/together.models.js.map +1 -1
  89. package/dist/providers/vercel-ai-gateway.models.d.ts +343 -51
  90. package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
  91. package/dist/providers/vercel-ai-gateway.models.js +367 -77
  92. package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
  93. package/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
  94. package/dist/providers/xiaomi-token-plan-ams.models.js +12 -12
  95. package/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
  96. package/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
  97. package/dist/providers/xiaomi-token-plan-cn.models.js +12 -12
  98. package/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
  99. package/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
  100. package/dist/providers/xiaomi-token-plan-sgp.models.js +12 -12
  101. package/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
  102. package/dist/providers/xiaomi.models.d.ts.map +1 -1
  103. package/dist/providers/xiaomi.models.js +15 -15
  104. package/dist/providers/xiaomi.models.js.map +1 -1
  105. package/dist/types.d.ts +6 -0
  106. package/dist/types.d.ts.map +1 -1
  107. package/dist/types.js.map +1 -1
  108. package/dist/utils/error-body.d.ts +25 -0
  109. package/dist/utils/error-body.d.ts.map +1 -0
  110. package/dist/utils/error-body.js +109 -0
  111. package/dist/utils/error-body.js.map +1 -0
  112. package/dist/utils/estimate.d.ts +17 -0
  113. package/dist/utils/estimate.d.ts.map +1 -0
  114. package/dist/utils/estimate.js +95 -0
  115. package/dist/utils/estimate.js.map +1 -0
  116. package/dist/utils/retry.d.ts +12 -0
  117. package/dist/utils/retry.d.ts.map +1 -0
  118. package/dist/utils/retry.js +86 -0
  119. package/dist/utils/retry.js.map +1 -0
  120. package/package.json +1 -1
@@ -213,6 +213,23 @@ export declare const MODELS: {
213
213
  contextWindow: number;
214
214
  maxTokens: number;
215
215
  };
216
+ readonly "anthropic.claude-sonnet-5": {
217
+ id: string;
218
+ name: string;
219
+ api: "bedrock-converse-stream";
220
+ provider: string;
221
+ baseUrl: string;
222
+ reasoning: true;
223
+ input: ("image" | "text")[];
224
+ cost: {
225
+ input: number;
226
+ output: number;
227
+ cacheRead: number;
228
+ cacheWrite: number;
229
+ };
230
+ contextWindow: number;
231
+ maxTokens: number;
232
+ };
216
233
  readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
217
234
  id: string;
218
235
  name: string;
@@ -304,6 +321,23 @@ export declare const MODELS: {
304
321
  contextWindow: number;
305
322
  maxTokens: number;
306
323
  };
324
+ readonly "au.anthropic.claude-sonnet-5": {
325
+ id: string;
326
+ name: string;
327
+ api: "bedrock-converse-stream";
328
+ provider: string;
329
+ baseUrl: string;
330
+ reasoning: true;
331
+ input: ("image" | "text")[];
332
+ cost: {
333
+ input: number;
334
+ output: number;
335
+ cacheRead: number;
336
+ cacheWrite: number;
337
+ };
338
+ contextWindow: number;
339
+ maxTokens: number;
340
+ };
307
341
  readonly "deepseek.r1-v1:0": {
308
342
  id: string;
309
343
  name: string;
@@ -504,6 +538,23 @@ export declare const MODELS: {
504
538
  contextWindow: number;
505
539
  maxTokens: number;
506
540
  };
541
+ readonly "eu.anthropic.claude-sonnet-5": {
542
+ id: string;
543
+ name: string;
544
+ api: "bedrock-converse-stream";
545
+ provider: string;
546
+ baseUrl: string;
547
+ reasoning: true;
548
+ input: ("image" | "text")[];
549
+ cost: {
550
+ input: number;
551
+ output: number;
552
+ cacheRead: number;
553
+ cacheWrite: number;
554
+ };
555
+ contextWindow: number;
556
+ maxTokens: number;
557
+ };
507
558
  readonly "global.anthropic.claude-fable-5": {
508
559
  id: string;
509
560
  name: string;
@@ -653,6 +704,23 @@ export declare const MODELS: {
653
704
  contextWindow: number;
654
705
  maxTokens: number;
655
706
  };
707
+ readonly "global.anthropic.claude-sonnet-5": {
708
+ id: string;
709
+ name: string;
710
+ api: "bedrock-converse-stream";
711
+ provider: string;
712
+ baseUrl: string;
713
+ reasoning: true;
714
+ input: ("image" | "text")[];
715
+ cost: {
716
+ input: number;
717
+ output: number;
718
+ cacheRead: number;
719
+ cacheWrite: number;
720
+ };
721
+ contextWindow: number;
722
+ maxTokens: number;
723
+ };
656
724
  readonly "google.gemma-3-27b-it": {
657
725
  id: string;
658
726
  name: string;
@@ -761,6 +829,23 @@ export declare const MODELS: {
761
829
  contextWindow: number;
762
830
  maxTokens: number;
763
831
  };
832
+ readonly "jp.anthropic.claude-sonnet-5": {
833
+ id: string;
834
+ name: string;
835
+ api: "bedrock-converse-stream";
836
+ provider: string;
837
+ baseUrl: string;
838
+ reasoning: true;
839
+ input: ("image" | "text")[];
840
+ cost: {
841
+ input: number;
842
+ output: number;
843
+ cacheRead: number;
844
+ cacheWrite: number;
845
+ };
846
+ contextWindow: number;
847
+ maxTokens: number;
848
+ };
764
849
  readonly "meta.llama3-1-70b-instruct-v1:0": {
765
850
  id: string;
766
851
  name: string;
@@ -1579,6 +1664,23 @@ export declare const MODELS: {
1579
1664
  contextWindow: number;
1580
1665
  maxTokens: number;
1581
1666
  };
1667
+ readonly "us.anthropic.claude-sonnet-5": {
1668
+ id: string;
1669
+ name: string;
1670
+ api: "bedrock-converse-stream";
1671
+ provider: string;
1672
+ baseUrl: string;
1673
+ reasoning: true;
1674
+ input: ("image" | "text")[];
1675
+ cost: {
1676
+ input: number;
1677
+ output: number;
1678
+ cacheRead: number;
1679
+ cacheWrite: number;
1680
+ };
1681
+ contextWindow: number;
1682
+ maxTokens: number;
1683
+ };
1582
1684
  readonly "us.deepseek.r1-v1:0": {
1583
1685
  id: string;
1584
1686
  name: string;
@@ -1664,6 +1766,23 @@ export declare const MODELS: {
1664
1766
  contextWindow: number;
1665
1767
  maxTokens: number;
1666
1768
  };
1769
+ readonly "xai.grok-4.3": {
1770
+ id: string;
1771
+ name: string;
1772
+ api: "bedrock-converse-stream";
1773
+ provider: string;
1774
+ baseUrl: string;
1775
+ reasoning: true;
1776
+ input: ("image" | "text")[];
1777
+ cost: {
1778
+ input: number;
1779
+ output: number;
1780
+ cacheRead: number;
1781
+ cacheWrite: number;
1782
+ };
1783
+ contextWindow: number;
1784
+ maxTokens: number;
1785
+ };
1667
1786
  readonly "zai.glm-4.7": {
1668
1787
  id: string;
1669
1788
  name: string;
@@ -1802,40 +1921,6 @@ export declare const MODELS: {
1802
1921
  };
1803
1922
  };
1804
1923
  readonly anthropic: {
1805
- readonly "claude-3-5-haiku-20241022": {
1806
- id: string;
1807
- name: string;
1808
- api: "anthropic-messages";
1809
- provider: string;
1810
- baseUrl: string;
1811
- reasoning: false;
1812
- input: ("image" | "text")[];
1813
- cost: {
1814
- input: number;
1815
- output: number;
1816
- cacheRead: number;
1817
- cacheWrite: number;
1818
- };
1819
- contextWindow: number;
1820
- maxTokens: number;
1821
- };
1822
- readonly "claude-3-5-haiku-latest": {
1823
- id: string;
1824
- name: string;
1825
- api: "anthropic-messages";
1826
- provider: string;
1827
- baseUrl: string;
1828
- reasoning: false;
1829
- input: ("image" | "text")[];
1830
- cost: {
1831
- input: number;
1832
- output: number;
1833
- cacheRead: number;
1834
- cacheWrite: number;
1835
- };
1836
- contextWindow: number;
1837
- maxTokens: number;
1838
- };
1839
1924
  readonly "claude-3-5-sonnet-20240620": {
1840
1925
  id: string;
1841
1926
  name: string;
@@ -2257,6 +2342,26 @@ export declare const MODELS: {
2257
2342
  contextWindow: number;
2258
2343
  maxTokens: number;
2259
2344
  };
2345
+ readonly "claude-sonnet-5": {
2346
+ id: string;
2347
+ name: string;
2348
+ api: "anthropic-messages";
2349
+ provider: string;
2350
+ baseUrl: string;
2351
+ compat: {
2352
+ forceAdaptiveThinking: true;
2353
+ };
2354
+ reasoning: true;
2355
+ input: ("image" | "text")[];
2356
+ cost: {
2357
+ input: number;
2358
+ output: number;
2359
+ cacheRead: number;
2360
+ cacheWrite: number;
2361
+ };
2362
+ contextWindow: number;
2363
+ maxTokens: number;
2364
+ };
2260
2365
  };
2261
2366
  readonly "azure-openai-responses": {
2262
2367
  readonly "gpt-4": {
@@ -4514,6 +4619,29 @@ export declare const MODELS: {
4514
4619
  contextWindow: number;
4515
4620
  maxTokens: number;
4516
4621
  };
4622
+ readonly "accounts/fireworks/routers/glm-5p2-fast": {
4623
+ id: string;
4624
+ name: string;
4625
+ api: "anthropic-messages";
4626
+ provider: string;
4627
+ baseUrl: string;
4628
+ compat: {
4629
+ sendSessionAffinityHeaders: true;
4630
+ supportsEagerToolInputStreaming: false;
4631
+ supportsCacheControlOnTools: false;
4632
+ supportsLongCacheRetention: false;
4633
+ };
4634
+ reasoning: true;
4635
+ input: "text"[];
4636
+ cost: {
4637
+ input: number;
4638
+ output: number;
4639
+ cacheRead: number;
4640
+ cacheWrite: number;
4641
+ };
4642
+ contextWindow: number;
4643
+ maxTokens: number;
4644
+ };
4517
4645
  readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
4518
4646
  id: string;
4519
4647
  name: string;
@@ -6215,6 +6343,26 @@ export declare const MODELS: {
6215
6343
  contextWindow: number;
6216
6344
  maxTokens: number;
6217
6345
  };
6346
+ readonly "Qwen/Qwen3.6-27B": {
6347
+ id: string;
6348
+ name: string;
6349
+ api: "openai-completions";
6350
+ provider: string;
6351
+ baseUrl: string;
6352
+ compat: {
6353
+ supportsDeveloperRole: false;
6354
+ };
6355
+ reasoning: true;
6356
+ input: ("image" | "text")[];
6357
+ cost: {
6358
+ input: number;
6359
+ output: number;
6360
+ cacheRead: number;
6361
+ cacheWrite: number;
6362
+ };
6363
+ contextWindow: number;
6364
+ maxTokens: number;
6365
+ };
6218
6366
  readonly "Qwen/Qwen3.6-35B-A3B": {
6219
6367
  id: string;
6220
6368
  name: string;
@@ -6255,6 +6403,26 @@ export declare const MODELS: {
6255
6403
  contextWindow: number;
6256
6404
  maxTokens: number;
6257
6405
  };
6406
+ readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
6407
+ id: string;
6408
+ name: string;
6409
+ api: "openai-completions";
6410
+ provider: string;
6411
+ baseUrl: string;
6412
+ compat: {
6413
+ supportsDeveloperRole: false;
6414
+ };
6415
+ reasoning: true;
6416
+ input: "text"[];
6417
+ cost: {
6418
+ input: number;
6419
+ output: number;
6420
+ cacheRead: number;
6421
+ cacheWrite: number;
6422
+ };
6423
+ contextWindow: number;
6424
+ maxTokens: number;
6425
+ };
6258
6426
  readonly "deepseek-ai/DeepSeek-R1": {
6259
6427
  id: string;
6260
6428
  name: string;
@@ -6535,7 +6703,7 @@ export declare const MODELS: {
6535
6703
  contextWindow: number;
6536
6704
  maxTokens: number;
6537
6705
  };
6538
- readonly "stepfun-ai/Step-3.5-Flash": {
6706
+ readonly "openai/gpt-oss-120b": {
6539
6707
  id: string;
6540
6708
  name: string;
6541
6709
  api: "openai-completions";
@@ -6555,7 +6723,7 @@ export declare const MODELS: {
6555
6723
  contextWindow: number;
6556
6724
  maxTokens: number;
6557
6725
  };
6558
- readonly "zai-org/GLM-4.5": {
6726
+ readonly "stepfun-ai/Step-3.5-Flash": {
6559
6727
  id: string;
6560
6728
  name: string;
6561
6729
  api: "openai-completions";
@@ -6575,7 +6743,7 @@ export declare const MODELS: {
6575
6743
  contextWindow: number;
6576
6744
  maxTokens: number;
6577
6745
  };
6578
- readonly "zai-org/GLM-4.5-Air": {
6746
+ readonly "stepfun-ai/Step-3.7-Flash": {
6579
6747
  id: string;
6580
6748
  name: string;
6581
6749
  api: "openai-completions";
@@ -6585,7 +6753,7 @@ export declare const MODELS: {
6585
6753
  supportsDeveloperRole: false;
6586
6754
  };
6587
6755
  reasoning: true;
6588
- input: "text"[];
6756
+ input: ("image" | "text")[];
6589
6757
  cost: {
6590
6758
  input: number;
6591
6759
  output: number;
@@ -6595,7 +6763,7 @@ export declare const MODELS: {
6595
6763
  contextWindow: number;
6596
6764
  maxTokens: number;
6597
6765
  };
6598
- readonly "zai-org/GLM-4.5V": {
6766
+ readonly "zai-org/GLM-4.5": {
6599
6767
  id: string;
6600
6768
  name: string;
6601
6769
  api: "openai-completions";
@@ -6605,7 +6773,7 @@ export declare const MODELS: {
6605
6773
  supportsDeveloperRole: false;
6606
6774
  };
6607
6775
  reasoning: true;
6608
- input: ("image" | "text")[];
6776
+ input: "text"[];
6609
6777
  cost: {
6610
6778
  input: number;
6611
6779
  output: number;
@@ -6615,7 +6783,7 @@ export declare const MODELS: {
6615
6783
  contextWindow: number;
6616
6784
  maxTokens: number;
6617
6785
  };
6618
- readonly "zai-org/GLM-4.6": {
6786
+ readonly "zai-org/GLM-4.5-Air": {
6619
6787
  id: string;
6620
6788
  name: string;
6621
6789
  api: "openai-completions";
@@ -6635,7 +6803,7 @@ export declare const MODELS: {
6635
6803
  contextWindow: number;
6636
6804
  maxTokens: number;
6637
6805
  };
6638
- readonly "zai-org/GLM-4.7": {
6806
+ readonly "zai-org/GLM-4.5V": {
6639
6807
  id: string;
6640
6808
  name: string;
6641
6809
  api: "openai-completions";
@@ -6645,7 +6813,7 @@ export declare const MODELS: {
6645
6813
  supportsDeveloperRole: false;
6646
6814
  };
6647
6815
  reasoning: true;
6648
- input: "text"[];
6816
+ input: ("image" | "text")[];
6649
6817
  cost: {
6650
6818
  input: number;
6651
6819
  output: number;
@@ -6655,7 +6823,7 @@ export declare const MODELS: {
6655
6823
  contextWindow: number;
6656
6824
  maxTokens: number;
6657
6825
  };
6658
- readonly "zai-org/GLM-4.7-Flash": {
6826
+ readonly "zai-org/GLM-4.6": {
6659
6827
  id: string;
6660
6828
  name: string;
6661
6829
  api: "openai-completions";
@@ -6675,7 +6843,7 @@ export declare const MODELS: {
6675
6843
  contextWindow: number;
6676
6844
  maxTokens: number;
6677
6845
  };
6678
- readonly "zai-org/GLM-5": {
6846
+ readonly "zai-org/GLM-4.7": {
6679
6847
  id: string;
6680
6848
  name: string;
6681
6849
  api: "openai-completions";
@@ -6695,7 +6863,7 @@ export declare const MODELS: {
6695
6863
  contextWindow: number;
6696
6864
  maxTokens: number;
6697
6865
  };
6698
- readonly "zai-org/GLM-5.1": {
6866
+ readonly "zai-org/GLM-4.7-Flash": {
6699
6867
  id: string;
6700
6868
  name: string;
6701
6869
  api: "openai-completions";
@@ -6715,7 +6883,7 @@ export declare const MODELS: {
6715
6883
  contextWindow: number;
6716
6884
  maxTokens: number;
6717
6885
  };
6718
- readonly "zai-org/GLM-5.2": {
6886
+ readonly "zai-org/GLM-5": {
6719
6887
  id: string;
6720
6888
  name: string;
6721
6889
  api: "openai-completions";
@@ -6735,16 +6903,56 @@ export declare const MODELS: {
6735
6903
  contextWindow: number;
6736
6904
  maxTokens: number;
6737
6905
  };
6738
- };
6739
- readonly "kimi-coding": {
6740
- readonly k2p7: {
6906
+ readonly "zai-org/GLM-5.1": {
6741
6907
  id: string;
6742
6908
  name: string;
6743
- api: "anthropic-messages";
6909
+ api: "openai-completions";
6744
6910
  provider: string;
6745
6911
  baseUrl: string;
6746
- headers: {
6747
- "User-Agent": string;
6912
+ compat: {
6913
+ supportsDeveloperRole: false;
6914
+ };
6915
+ reasoning: true;
6916
+ input: "text"[];
6917
+ cost: {
6918
+ input: number;
6919
+ output: number;
6920
+ cacheRead: number;
6921
+ cacheWrite: number;
6922
+ };
6923
+ contextWindow: number;
6924
+ maxTokens: number;
6925
+ };
6926
+ readonly "zai-org/GLM-5.2": {
6927
+ id: string;
6928
+ name: string;
6929
+ api: "openai-completions";
6930
+ provider: string;
6931
+ baseUrl: string;
6932
+ compat: {
6933
+ supportsDeveloperRole: false;
6934
+ };
6935
+ reasoning: true;
6936
+ input: "text"[];
6937
+ cost: {
6938
+ input: number;
6939
+ output: number;
6940
+ cacheRead: number;
6941
+ cacheWrite: number;
6942
+ };
6943
+ contextWindow: number;
6944
+ maxTokens: number;
6945
+ };
6946
+ };
6947
+ readonly "kimi-coding": {
6948
+ readonly k2p7: {
6949
+ id: string;
6950
+ name: string;
6951
+ api: "anthropic-messages";
6952
+ provider: string;
6953
+ baseUrl: string;
6954
+ headers: {
6955
+ "User-Agent": string;
6748
6956
  };
6749
6957
  reasoning: true;
6750
6958
  input: ("image" | "text")[];
@@ -8023,6 +8231,34 @@ export declare const MODELS: {
8023
8231
  contextWindow: number;
8024
8232
  maxTokens: number;
8025
8233
  };
8234
+ readonly "minimaxai/minimax-m3": {
8235
+ id: string;
8236
+ name: string;
8237
+ api: "openai-completions";
8238
+ provider: string;
8239
+ baseUrl: string;
8240
+ headers: {
8241
+ "NVCF-POLL-SECONDS": string;
8242
+ };
8243
+ compat: {
8244
+ supportsStore: false;
8245
+ supportsDeveloperRole: false;
8246
+ supportsReasoningEffort: false;
8247
+ maxTokensField: "max_tokens";
8248
+ supportsStrictMode: false;
8249
+ supportsLongCacheRetention: false;
8250
+ };
8251
+ reasoning: true;
8252
+ input: ("image" | "text")[];
8253
+ cost: {
8254
+ input: number;
8255
+ output: number;
8256
+ cacheRead: number;
8257
+ cacheWrite: number;
8258
+ };
8259
+ contextWindow: number;
8260
+ maxTokens: number;
8261
+ };
8026
8262
  readonly "mistralai/mistral-large-3-675b-instruct-2512": {
8027
8263
  id: string;
8028
8264
  name: string;
@@ -10866,7 +11102,7 @@ export declare const MODELS: {
10866
11102
  contextWindow: number;
10867
11103
  maxTokens: number;
10868
11104
  };
10869
- readonly "anthropic/claude-opus-4.6-fast": {
11105
+ readonly "anthropic/claude-opus-4.7": {
10870
11106
  id: string;
10871
11107
  name: string;
10872
11108
  api: "openai-completions";
@@ -10890,7 +11126,7 @@ export declare const MODELS: {
10890
11126
  contextWindow: number;
10891
11127
  maxTokens: number;
10892
11128
  };
10893
- readonly "anthropic/claude-opus-4.7": {
11129
+ readonly "anthropic/claude-opus-4.7-fast": {
10894
11130
  id: string;
10895
11131
  name: string;
10896
11132
  api: "openai-completions";
@@ -10914,7 +11150,7 @@ export declare const MODELS: {
10914
11150
  contextWindow: number;
10915
11151
  maxTokens: number;
10916
11152
  };
10917
- readonly "anthropic/claude-opus-4.7-fast": {
11153
+ readonly "anthropic/claude-opus-4.8": {
10918
11154
  id: string;
10919
11155
  name: string;
10920
11156
  api: "openai-completions";
@@ -10938,7 +11174,7 @@ export declare const MODELS: {
10938
11174
  contextWindow: number;
10939
11175
  maxTokens: number;
10940
11176
  };
10941
- readonly "anthropic/claude-opus-4.8": {
11177
+ readonly "anthropic/claude-opus-4.8-fast": {
10942
11178
  id: string;
10943
11179
  name: string;
10944
11180
  api: "openai-completions";
@@ -10962,7 +11198,7 @@ export declare const MODELS: {
10962
11198
  contextWindow: number;
10963
11199
  maxTokens: number;
10964
11200
  };
10965
- readonly "anthropic/claude-opus-4.8-fast": {
11201
+ readonly "anthropic/claude-sonnet-4": {
10966
11202
  id: string;
10967
11203
  name: string;
10968
11204
  api: "openai-completions";
@@ -10973,9 +11209,6 @@ export declare const MODELS: {
10973
11209
  cacheControlFormat: "anthropic";
10974
11210
  };
10975
11211
  reasoning: true;
10976
- thinkingLevelMap: {
10977
- xhigh: string;
10978
- };
10979
11212
  input: ("image" | "text")[];
10980
11213
  cost: {
10981
11214
  input: number;
@@ -10986,7 +11219,7 @@ export declare const MODELS: {
10986
11219
  contextWindow: number;
10987
11220
  maxTokens: number;
10988
11221
  };
10989
- readonly "anthropic/claude-sonnet-4": {
11222
+ readonly "anthropic/claude-sonnet-4.5": {
10990
11223
  id: string;
10991
11224
  name: string;
10992
11225
  api: "openai-completions";
@@ -11007,7 +11240,7 @@ export declare const MODELS: {
11007
11240
  contextWindow: number;
11008
11241
  maxTokens: number;
11009
11242
  };
11010
- readonly "anthropic/claude-sonnet-4.5": {
11243
+ readonly "anthropic/claude-sonnet-4.6": {
11011
11244
  id: string;
11012
11245
  name: string;
11013
11246
  api: "openai-completions";
@@ -11028,7 +11261,7 @@ export declare const MODELS: {
11028
11261
  contextWindow: number;
11029
11262
  maxTokens: number;
11030
11263
  };
11031
- readonly "anthropic/claude-sonnet-4.6": {
11264
+ readonly "anthropic/claude-sonnet-5": {
11032
11265
  id: string;
11033
11266
  name: string;
11034
11267
  api: "openai-completions";
@@ -14183,27 +14416,6 @@ export declare const MODELS: {
14183
14416
  contextWindow: number;
14184
14417
  maxTokens: number;
14185
14418
  };
14186
- readonly "openrouter/owl-alpha": {
14187
- id: string;
14188
- name: string;
14189
- api: "openai-completions";
14190
- provider: string;
14191
- baseUrl: string;
14192
- compat: {
14193
- supportsDeveloperRole: false;
14194
- thinkingFormat: "openrouter";
14195
- };
14196
- reasoning: false;
14197
- input: "text"[];
14198
- cost: {
14199
- input: number;
14200
- output: number;
14201
- cacheRead: number;
14202
- cacheWrite: number;
14203
- };
14204
- contextWindow: number;
14205
- maxTokens: number;
14206
- };
14207
14419
  readonly "poolside/laguna-m.1": {
14208
14420
  id: string;
14209
14421
  name: string;
@@ -15317,6 +15529,27 @@ export declare const MODELS: {
15317
15529
  contextWindow: number;
15318
15530
  maxTokens: number;
15319
15531
  };
15532
+ readonly "sakana/fugu-ultra": {
15533
+ id: string;
15534
+ name: string;
15535
+ api: "openai-completions";
15536
+ provider: string;
15537
+ baseUrl: string;
15538
+ compat: {
15539
+ supportsDeveloperRole: false;
15540
+ thinkingFormat: "openrouter";
15541
+ };
15542
+ reasoning: true;
15543
+ input: ("image" | "text")[];
15544
+ cost: {
15545
+ input: number;
15546
+ output: number;
15547
+ cacheRead: number;
15548
+ cacheWrite: number;
15549
+ };
15550
+ contextWindow: number;
15551
+ maxTokens: number;
15552
+ };
15320
15553
  readonly "sao10k/l3.1-euryale-70b": {
15321
15554
  id: string;
15322
15555
  name: string;
@@ -16558,6 +16791,37 @@ export declare const MODELS: {
16558
16791
  contextWindow: number;
16559
16792
  maxTokens: number;
16560
16793
  };
16794
+ readonly "zai-org/GLM-5.2": {
16795
+ id: string;
16796
+ name: string;
16797
+ api: "openai-completions";
16798
+ provider: string;
16799
+ baseUrl: string;
16800
+ compat: {
16801
+ supportsStore: false;
16802
+ supportsDeveloperRole: false;
16803
+ supportsReasoningEffort: false;
16804
+ maxTokensField: "max_tokens";
16805
+ thinkingFormat: "together";
16806
+ supportsStrictMode: false;
16807
+ supportsLongCacheRetention: false;
16808
+ };
16809
+ reasoning: true;
16810
+ thinkingLevelMap: {
16811
+ minimal: null;
16812
+ low: null;
16813
+ medium: null;
16814
+ };
16815
+ input: "text"[];
16816
+ cost: {
16817
+ input: number;
16818
+ output: number;
16819
+ cacheRead: number;
16820
+ cacheWrite: number;
16821
+ };
16822
+ contextWindow: number;
16823
+ maxTokens: number;
16824
+ };
16561
16825
  };
16562
16826
  readonly "vercel-ai-gateway": {
16563
16827
  readonly "alibaba/qwen-3-14b": {
@@ -16668,7 +16932,7 @@ export declare const MODELS: {
16668
16932
  api: "anthropic-messages";
16669
16933
  provider: string;
16670
16934
  baseUrl: string;
16671
- reasoning: true;
16935
+ reasoning: false;
16672
16936
  input: "text"[];
16673
16937
  cost: {
16674
16938
  input: number;
@@ -16685,7 +16949,7 @@ export declare const MODELS: {
16685
16949
  api: "anthropic-messages";
16686
16950
  provider: string;
16687
16951
  baseUrl: string;
16688
- reasoning: true;
16952
+ reasoning: false;
16689
16953
  input: "text"[];
16690
16954
  cost: {
16691
16955
  input: number;
@@ -16702,7 +16966,7 @@ export declare const MODELS: {
16702
16966
  api: "anthropic-messages";
16703
16967
  provider: string;
16704
16968
  baseUrl: string;
16705
- reasoning: true;
16969
+ reasoning: false;
16706
16970
  input: "text"[];
16707
16971
  cost: {
16708
16972
  input: number;
@@ -16815,13 +17079,13 @@ export declare const MODELS: {
16815
17079
  contextWindow: number;
16816
17080
  maxTokens: number;
16817
17081
  };
16818
- readonly "alibaba/qwen3-vl-thinking": {
17082
+ readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
16819
17083
  id: string;
16820
17084
  name: string;
16821
17085
  api: "anthropic-messages";
16822
17086
  provider: string;
16823
17087
  baseUrl: string;
16824
- reasoning: true;
17088
+ reasoning: false;
16825
17089
  input: ("image" | "text")[];
16826
17090
  cost: {
16827
17091
  input: number;
@@ -16832,13 +17096,13 @@ export declare const MODELS: {
16832
17096
  contextWindow: number;
16833
17097
  maxTokens: number;
16834
17098
  };
16835
- readonly "alibaba/qwen3.5-flash": {
17099
+ readonly "alibaba/qwen3-vl-instruct": {
16836
17100
  id: string;
16837
17101
  name: string;
16838
17102
  api: "anthropic-messages";
16839
17103
  provider: string;
16840
17104
  baseUrl: string;
16841
- reasoning: true;
17105
+ reasoning: false;
16842
17106
  input: ("image" | "text")[];
16843
17107
  cost: {
16844
17108
  input: number;
@@ -16849,7 +17113,7 @@ export declare const MODELS: {
16849
17113
  contextWindow: number;
16850
17114
  maxTokens: number;
16851
17115
  };
16852
- readonly "alibaba/qwen3.5-plus": {
17116
+ readonly "alibaba/qwen3-vl-thinking": {
16853
17117
  id: string;
16854
17118
  name: string;
16855
17119
  api: "anthropic-messages";
@@ -16866,7 +17130,7 @@ export declare const MODELS: {
16866
17130
  contextWindow: number;
16867
17131
  maxTokens: number;
16868
17132
  };
16869
- readonly "alibaba/qwen3.6-27b": {
17133
+ readonly "alibaba/qwen3.5-flash": {
16870
17134
  id: string;
16871
17135
  name: string;
16872
17136
  api: "anthropic-messages";
@@ -16883,7 +17147,7 @@ export declare const MODELS: {
16883
17147
  contextWindow: number;
16884
17148
  maxTokens: number;
16885
17149
  };
16886
- readonly "alibaba/qwen3.6-plus": {
17150
+ readonly "alibaba/qwen3.5-plus": {
16887
17151
  id: string;
16888
17152
  name: string;
16889
17153
  api: "anthropic-messages";
@@ -16900,14 +17164,14 @@ export declare const MODELS: {
16900
17164
  contextWindow: number;
16901
17165
  maxTokens: number;
16902
17166
  };
16903
- readonly "alibaba/qwen3.7-max": {
17167
+ readonly "alibaba/qwen3.6-27b": {
16904
17168
  id: string;
16905
17169
  name: string;
16906
17170
  api: "anthropic-messages";
16907
17171
  provider: string;
16908
17172
  baseUrl: string;
16909
17173
  reasoning: true;
16910
- input: "text"[];
17174
+ input: ("image" | "text")[];
16911
17175
  cost: {
16912
17176
  input: number;
16913
17177
  output: number;
@@ -16917,7 +17181,7 @@ export declare const MODELS: {
16917
17181
  contextWindow: number;
16918
17182
  maxTokens: number;
16919
17183
  };
16920
- readonly "alibaba/qwen3.7-plus": {
17184
+ readonly "alibaba/qwen3.6-plus": {
16921
17185
  id: string;
16922
17186
  name: string;
16923
17187
  api: "anthropic-messages";
@@ -16934,14 +17198,14 @@ export declare const MODELS: {
16934
17198
  contextWindow: number;
16935
17199
  maxTokens: number;
16936
17200
  };
16937
- readonly "anthropic/claude-3-haiku": {
17201
+ readonly "alibaba/qwen3.7-max": {
16938
17202
  id: string;
16939
17203
  name: string;
16940
17204
  api: "anthropic-messages";
16941
17205
  provider: string;
16942
17206
  baseUrl: string;
16943
- reasoning: false;
16944
- input: ("image" | "text")[];
17207
+ reasoning: true;
17208
+ input: "text"[];
16945
17209
  cost: {
16946
17210
  input: number;
16947
17211
  output: number;
@@ -16951,13 +17215,13 @@ export declare const MODELS: {
16951
17215
  contextWindow: number;
16952
17216
  maxTokens: number;
16953
17217
  };
16954
- readonly "anthropic/claude-3.5-haiku": {
17218
+ readonly "alibaba/qwen3.7-plus": {
16955
17219
  id: string;
16956
17220
  name: string;
16957
17221
  api: "anthropic-messages";
16958
17222
  provider: string;
16959
17223
  baseUrl: string;
16960
- reasoning: false;
17224
+ reasoning: true;
16961
17225
  input: ("image" | "text")[];
16962
17226
  cost: {
16963
17227
  input: number;
@@ -16968,7 +17232,7 @@ export declare const MODELS: {
16968
17232
  contextWindow: number;
16969
17233
  maxTokens: number;
16970
17234
  };
16971
- readonly "anthropic/claude-haiku-4.5": {
17235
+ readonly "amazon/nova-2-lite": {
16972
17236
  id: string;
16973
17237
  name: string;
16974
17238
  api: "anthropic-messages";
@@ -16985,13 +17249,13 @@ export declare const MODELS: {
16985
17249
  contextWindow: number;
16986
17250
  maxTokens: number;
16987
17251
  };
16988
- readonly "anthropic/claude-opus-4": {
17252
+ readonly "amazon/nova-lite": {
16989
17253
  id: string;
16990
17254
  name: string;
16991
17255
  api: "anthropic-messages";
16992
17256
  provider: string;
16993
17257
  baseUrl: string;
16994
- reasoning: true;
17258
+ reasoning: false;
16995
17259
  input: ("image" | "text")[];
16996
17260
  cost: {
16997
17261
  input: number;
@@ -17002,14 +17266,14 @@ export declare const MODELS: {
17002
17266
  contextWindow: number;
17003
17267
  maxTokens: number;
17004
17268
  };
17005
- readonly "anthropic/claude-opus-4.1": {
17269
+ readonly "amazon/nova-micro": {
17006
17270
  id: string;
17007
17271
  name: string;
17008
17272
  api: "anthropic-messages";
17009
17273
  provider: string;
17010
17274
  baseUrl: string;
17011
- reasoning: true;
17012
- input: ("image" | "text")[];
17275
+ reasoning: false;
17276
+ input: "text"[];
17013
17277
  cost: {
17014
17278
  input: number;
17015
17279
  output: number;
@@ -17019,13 +17283,13 @@ export declare const MODELS: {
17019
17283
  contextWindow: number;
17020
17284
  maxTokens: number;
17021
17285
  };
17022
- readonly "anthropic/claude-opus-4.5": {
17286
+ readonly "amazon/nova-pro": {
17023
17287
  id: string;
17024
17288
  name: string;
17025
17289
  api: "anthropic-messages";
17026
17290
  provider: string;
17027
17291
  baseUrl: string;
17028
- reasoning: true;
17292
+ reasoning: false;
17029
17293
  input: ("image" | "text")[];
17030
17294
  cost: {
17031
17295
  input: number;
@@ -17036,19 +17300,13 @@ export declare const MODELS: {
17036
17300
  contextWindow: number;
17037
17301
  maxTokens: number;
17038
17302
  };
17039
- readonly "anthropic/claude-opus-4.6": {
17303
+ readonly "anthropic/claude-3-haiku": {
17040
17304
  id: string;
17041
17305
  name: string;
17042
17306
  api: "anthropic-messages";
17043
17307
  provider: string;
17044
17308
  baseUrl: string;
17045
- compat: {
17046
- forceAdaptiveThinking: true;
17047
- };
17048
- reasoning: true;
17049
- thinkingLevelMap: {
17050
- xhigh: string;
17051
- };
17309
+ reasoning: false;
17052
17310
  input: ("image" | "text")[];
17053
17311
  cost: {
17054
17312
  input: number;
@@ -17059,20 +17317,13 @@ export declare const MODELS: {
17059
17317
  contextWindow: number;
17060
17318
  maxTokens: number;
17061
17319
  };
17062
- readonly "anthropic/claude-opus-4.7": {
17320
+ readonly "anthropic/claude-3.5-haiku": {
17063
17321
  id: string;
17064
17322
  name: string;
17065
17323
  api: "anthropic-messages";
17066
17324
  provider: string;
17067
17325
  baseUrl: string;
17068
- compat: {
17069
- forceAdaptiveThinking: true;
17070
- supportsTemperature: false;
17071
- };
17072
- reasoning: true;
17073
- thinkingLevelMap: {
17074
- xhigh: string;
17075
- };
17326
+ reasoning: false;
17076
17327
  input: ("image" | "text")[];
17077
17328
  cost: {
17078
17329
  input: number;
@@ -17083,20 +17334,13 @@ export declare const MODELS: {
17083
17334
  contextWindow: number;
17084
17335
  maxTokens: number;
17085
17336
  };
17086
- readonly "anthropic/claude-opus-4.8": {
17337
+ readonly "anthropic/claude-haiku-4.5": {
17087
17338
  id: string;
17088
17339
  name: string;
17089
17340
  api: "anthropic-messages";
17090
17341
  provider: string;
17091
17342
  baseUrl: string;
17092
- compat: {
17093
- forceAdaptiveThinking: true;
17094
- supportsTemperature: false;
17095
- };
17096
17343
  reasoning: true;
17097
- thinkingLevelMap: {
17098
- xhigh: string;
17099
- };
17100
17344
  input: ("image" | "text")[];
17101
17345
  cost: {
17102
17346
  input: number;
@@ -17107,7 +17351,7 @@ export declare const MODELS: {
17107
17351
  contextWindow: number;
17108
17352
  maxTokens: number;
17109
17353
  };
17110
- readonly "anthropic/claude-sonnet-4": {
17354
+ readonly "anthropic/claude-opus-4": {
17111
17355
  id: string;
17112
17356
  name: string;
17113
17357
  api: "anthropic-messages";
@@ -17124,7 +17368,7 @@ export declare const MODELS: {
17124
17368
  contextWindow: number;
17125
17369
  maxTokens: number;
17126
17370
  };
17127
- readonly "anthropic/claude-sonnet-4.5": {
17371
+ readonly "anthropic/claude-opus-4.1": {
17128
17372
  id: string;
17129
17373
  name: string;
17130
17374
  api: "anthropic-messages";
@@ -17141,15 +17385,12 @@ export declare const MODELS: {
17141
17385
  contextWindow: number;
17142
17386
  maxTokens: number;
17143
17387
  };
17144
- readonly "anthropic/claude-sonnet-4.6": {
17388
+ readonly "anthropic/claude-opus-4.5": {
17145
17389
  id: string;
17146
17390
  name: string;
17147
17391
  api: "anthropic-messages";
17148
17392
  provider: string;
17149
17393
  baseUrl: string;
17150
- compat: {
17151
- forceAdaptiveThinking: true;
17152
- };
17153
17394
  reasoning: true;
17154
17395
  input: ("image" | "text")[];
17155
17396
  cost: {
@@ -17161,19 +17402,164 @@ export declare const MODELS: {
17161
17402
  contextWindow: number;
17162
17403
  maxTokens: number;
17163
17404
  };
17164
- readonly "arcee-ai/trinity-large-preview": {
17405
+ readonly "anthropic/claude-opus-4.6": {
17165
17406
  id: string;
17166
17407
  name: string;
17167
17408
  api: "anthropic-messages";
17168
17409
  provider: string;
17169
17410
  baseUrl: string;
17170
- reasoning: false;
17171
- input: "text"[];
17172
- cost: {
17173
- input: number;
17174
- output: number;
17175
- cacheRead: number;
17176
- cacheWrite: number;
17411
+ compat: {
17412
+ forceAdaptiveThinking: true;
17413
+ };
17414
+ reasoning: true;
17415
+ thinkingLevelMap: {
17416
+ xhigh: string;
17417
+ };
17418
+ input: ("image" | "text")[];
17419
+ cost: {
17420
+ input: number;
17421
+ output: number;
17422
+ cacheRead: number;
17423
+ cacheWrite: number;
17424
+ };
17425
+ contextWindow: number;
17426
+ maxTokens: number;
17427
+ };
17428
+ readonly "anthropic/claude-opus-4.7": {
17429
+ id: string;
17430
+ name: string;
17431
+ api: "anthropic-messages";
17432
+ provider: string;
17433
+ baseUrl: string;
17434
+ compat: {
17435
+ forceAdaptiveThinking: true;
17436
+ supportsTemperature: false;
17437
+ };
17438
+ reasoning: true;
17439
+ thinkingLevelMap: {
17440
+ xhigh: string;
17441
+ };
17442
+ input: ("image" | "text")[];
17443
+ cost: {
17444
+ input: number;
17445
+ output: number;
17446
+ cacheRead: number;
17447
+ cacheWrite: number;
17448
+ };
17449
+ contextWindow: number;
17450
+ maxTokens: number;
17451
+ };
17452
+ readonly "anthropic/claude-opus-4.8": {
17453
+ id: string;
17454
+ name: string;
17455
+ api: "anthropic-messages";
17456
+ provider: string;
17457
+ baseUrl: string;
17458
+ compat: {
17459
+ forceAdaptiveThinking: true;
17460
+ supportsTemperature: false;
17461
+ };
17462
+ reasoning: true;
17463
+ thinkingLevelMap: {
17464
+ xhigh: string;
17465
+ };
17466
+ input: ("image" | "text")[];
17467
+ cost: {
17468
+ input: number;
17469
+ output: number;
17470
+ cacheRead: number;
17471
+ cacheWrite: number;
17472
+ };
17473
+ contextWindow: number;
17474
+ maxTokens: number;
17475
+ };
17476
+ readonly "anthropic/claude-sonnet-4": {
17477
+ id: string;
17478
+ name: string;
17479
+ api: "anthropic-messages";
17480
+ provider: string;
17481
+ baseUrl: string;
17482
+ reasoning: true;
17483
+ input: ("image" | "text")[];
17484
+ cost: {
17485
+ input: number;
17486
+ output: number;
17487
+ cacheRead: number;
17488
+ cacheWrite: number;
17489
+ };
17490
+ contextWindow: number;
17491
+ maxTokens: number;
17492
+ };
17493
+ readonly "anthropic/claude-sonnet-4.5": {
17494
+ id: string;
17495
+ name: string;
17496
+ api: "anthropic-messages";
17497
+ provider: string;
17498
+ baseUrl: string;
17499
+ reasoning: true;
17500
+ input: ("image" | "text")[];
17501
+ cost: {
17502
+ input: number;
17503
+ output: number;
17504
+ cacheRead: number;
17505
+ cacheWrite: number;
17506
+ };
17507
+ contextWindow: number;
17508
+ maxTokens: number;
17509
+ };
17510
+ readonly "anthropic/claude-sonnet-4.6": {
17511
+ id: string;
17512
+ name: string;
17513
+ api: "anthropic-messages";
17514
+ provider: string;
17515
+ baseUrl: string;
17516
+ compat: {
17517
+ forceAdaptiveThinking: true;
17518
+ };
17519
+ reasoning: true;
17520
+ input: ("image" | "text")[];
17521
+ cost: {
17522
+ input: number;
17523
+ output: number;
17524
+ cacheRead: number;
17525
+ cacheWrite: number;
17526
+ };
17527
+ contextWindow: number;
17528
+ maxTokens: number;
17529
+ };
17530
+ readonly "anthropic/claude-sonnet-5": {
17531
+ id: string;
17532
+ name: string;
17533
+ api: "anthropic-messages";
17534
+ provider: string;
17535
+ baseUrl: string;
17536
+ compat: {
17537
+ forceAdaptiveThinking: true;
17538
+ };
17539
+ reasoning: true;
17540
+ input: ("image" | "text")[];
17541
+ cost: {
17542
+ input: number;
17543
+ output: number;
17544
+ cacheRead: number;
17545
+ cacheWrite: number;
17546
+ };
17547
+ contextWindow: number;
17548
+ maxTokens: number;
17549
+ };
17550
+ readonly "arcee-ai/trinity-large-preview": {
17551
+ id: string;
17552
+ name: string;
17553
+ api: "anthropic-messages";
17554
+ provider: string;
17555
+ baseUrl: string;
17556
+ reasoning: false;
17557
+ input: "text"[];
17558
+ cost: {
17559
+ input: number;
17560
+ output: number;
17561
+ cacheRead: number;
17562
+ cacheWrite: number;
17177
17563
  };
17178
17564
  contextWindow: number;
17179
17565
  maxTokens: number;
@@ -17195,6 +17581,23 @@ export declare const MODELS: {
17195
17581
  contextWindow: number;
17196
17582
  maxTokens: number;
17197
17583
  };
17584
+ readonly "arcee-ai/trinity-mini": {
17585
+ id: string;
17586
+ name: string;
17587
+ api: "anthropic-messages";
17588
+ provider: string;
17589
+ baseUrl: string;
17590
+ reasoning: false;
17591
+ input: "text"[];
17592
+ cost: {
17593
+ input: number;
17594
+ output: number;
17595
+ cacheRead: number;
17596
+ cacheWrite: number;
17597
+ };
17598
+ contextWindow: number;
17599
+ maxTokens: number;
17600
+ };
17198
17601
  readonly "bytedance/seed-1.6": {
17199
17602
  id: string;
17200
17603
  name: string;
@@ -17202,7 +17605,24 @@ export declare const MODELS: {
17202
17605
  provider: string;
17203
17606
  baseUrl: string;
17204
17607
  reasoning: true;
17205
- input: "text"[];
17608
+ input: ("image" | "text")[];
17609
+ cost: {
17610
+ input: number;
17611
+ output: number;
17612
+ cacheRead: number;
17613
+ cacheWrite: number;
17614
+ };
17615
+ contextWindow: number;
17616
+ maxTokens: number;
17617
+ };
17618
+ readonly "bytedance/seed-1.8": {
17619
+ id: string;
17620
+ name: string;
17621
+ api: "anthropic-messages";
17622
+ provider: string;
17623
+ baseUrl: string;
17624
+ reasoning: true;
17625
+ input: ("image" | "text")[];
17206
17626
  cost: {
17207
17627
  input: number;
17208
17628
  output: number;
@@ -17303,8 +17723,8 @@ export declare const MODELS: {
17303
17723
  api: "anthropic-messages";
17304
17724
  provider: string;
17305
17725
  baseUrl: string;
17306
- reasoning: true;
17307
- input: ("image" | "text")[];
17726
+ reasoning: false;
17727
+ input: "text"[];
17308
17728
  cost: {
17309
17729
  input: number;
17310
17730
  output: number;
@@ -17321,7 +17741,7 @@ export declare const MODELS: {
17321
17741
  provider: string;
17322
17742
  baseUrl: string;
17323
17743
  reasoning: true;
17324
- input: ("image" | "text")[];
17744
+ input: "text"[];
17325
17745
  cost: {
17326
17746
  input: number;
17327
17747
  output: number;
@@ -17338,7 +17758,7 @@ export declare const MODELS: {
17338
17758
  provider: string;
17339
17759
  baseUrl: string;
17340
17760
  reasoning: true;
17341
- input: ("image" | "text")[];
17761
+ input: "text"[];
17342
17762
  cost: {
17343
17763
  input: number;
17344
17764
  output: number;
@@ -17541,7 +17961,7 @@ export declare const MODELS: {
17541
17961
  api: "anthropic-messages";
17542
17962
  provider: string;
17543
17963
  baseUrl: string;
17544
- reasoning: false;
17964
+ reasoning: true;
17545
17965
  input: ("image" | "text")[];
17546
17966
  cost: {
17547
17967
  input: number;
@@ -17586,6 +18006,40 @@ export declare const MODELS: {
17586
18006
  contextWindow: number;
17587
18007
  maxTokens: number;
17588
18008
  };
18009
+ readonly "interfaze/interfaze-beta": {
18010
+ id: string;
18011
+ name: string;
18012
+ api: "anthropic-messages";
18013
+ provider: string;
18014
+ baseUrl: string;
18015
+ reasoning: true;
18016
+ input: ("image" | "text")[];
18017
+ cost: {
18018
+ input: number;
18019
+ output: number;
18020
+ cacheRead: number;
18021
+ cacheWrite: number;
18022
+ };
18023
+ contextWindow: number;
18024
+ maxTokens: number;
18025
+ };
18026
+ readonly "kwaipilot/kat-coder-pro-v1": {
18027
+ id: string;
18028
+ name: string;
18029
+ api: "anthropic-messages";
18030
+ provider: string;
18031
+ baseUrl: string;
18032
+ reasoning: false;
18033
+ input: "text"[];
18034
+ cost: {
18035
+ input: number;
18036
+ output: number;
18037
+ cacheRead: number;
18038
+ cacheWrite: number;
18039
+ };
18040
+ contextWindow: number;
18041
+ maxTokens: number;
18042
+ };
17589
18043
  readonly "kwaipilot/kat-coder-pro-v2": {
17590
18044
  id: string;
17591
18045
  name: string;
@@ -17620,6 +18074,23 @@ export declare const MODELS: {
17620
18074
  contextWindow: number;
17621
18075
  maxTokens: number;
17622
18076
  };
18077
+ readonly "meituan/longcat-flash-thinking-2601": {
18078
+ id: string;
18079
+ name: string;
18080
+ api: "anthropic-messages";
18081
+ provider: string;
18082
+ baseUrl: string;
18083
+ reasoning: true;
18084
+ input: "text"[];
18085
+ cost: {
18086
+ input: number;
18087
+ output: number;
18088
+ cacheRead: number;
18089
+ cacheWrite: number;
18090
+ };
18091
+ contextWindow: number;
18092
+ maxTokens: number;
18093
+ };
17623
18094
  readonly "meta/llama-3.1-70b": {
17624
18095
  id: string;
17625
18096
  name: string;
@@ -17933,7 +18404,58 @@ export declare const MODELS: {
17933
18404
  provider: string;
17934
18405
  baseUrl: string;
17935
18406
  reasoning: false;
17936
- input: "text"[];
18407
+ input: ("image" | "text")[];
18408
+ cost: {
18409
+ input: number;
18410
+ output: number;
18411
+ cacheRead: number;
18412
+ cacheWrite: number;
18413
+ };
18414
+ contextWindow: number;
18415
+ maxTokens: number;
18416
+ };
18417
+ readonly "mistral/magistral-medium": {
18418
+ id: string;
18419
+ name: string;
18420
+ api: "anthropic-messages";
18421
+ provider: string;
18422
+ baseUrl: string;
18423
+ reasoning: true;
18424
+ input: ("image" | "text")[];
18425
+ cost: {
18426
+ input: number;
18427
+ output: number;
18428
+ cacheRead: number;
18429
+ cacheWrite: number;
18430
+ };
18431
+ contextWindow: number;
18432
+ maxTokens: number;
18433
+ };
18434
+ readonly "mistral/magistral-small": {
18435
+ id: string;
18436
+ name: string;
18437
+ api: "anthropic-messages";
18438
+ provider: string;
18439
+ baseUrl: string;
18440
+ reasoning: true;
18441
+ input: ("image" | "text")[];
18442
+ cost: {
18443
+ input: number;
18444
+ output: number;
18445
+ cacheRead: number;
18446
+ cacheWrite: number;
18447
+ };
18448
+ contextWindow: number;
18449
+ maxTokens: number;
18450
+ };
18451
+ readonly "mistral/ministral-14b": {
18452
+ id: string;
18453
+ name: string;
18454
+ api: "anthropic-messages";
18455
+ provider: string;
18456
+ baseUrl: string;
18457
+ reasoning: false;
18458
+ input: ("image" | "text")[];
17937
18459
  cost: {
17938
18460
  input: number;
17939
18461
  output: number;
@@ -17977,6 +18499,23 @@ export declare const MODELS: {
17977
18499
  contextWindow: number;
17978
18500
  maxTokens: number;
17979
18501
  };
18502
+ readonly "mistral/mistral-large-3": {
18503
+ id: string;
18504
+ name: string;
18505
+ api: "anthropic-messages";
18506
+ provider: string;
18507
+ baseUrl: string;
18508
+ reasoning: false;
18509
+ input: ("image" | "text")[];
18510
+ cost: {
18511
+ input: number;
18512
+ output: number;
18513
+ cacheRead: number;
18514
+ cacheWrite: number;
18515
+ };
18516
+ contextWindow: number;
18517
+ maxTokens: number;
18518
+ };
17980
18519
  readonly "mistral/mistral-medium": {
17981
18520
  id: string;
17982
18521
  name: string;
@@ -18001,7 +18540,7 @@ export declare const MODELS: {
18001
18540
  provider: string;
18002
18541
  baseUrl: string;
18003
18542
  reasoning: true;
18004
- input: "text"[];
18543
+ input: ("image" | "text")[];
18005
18544
  cost: {
18006
18545
  input: number;
18007
18546
  output: number;
@@ -18181,6 +18720,23 @@ export declare const MODELS: {
18181
18720
  contextWindow: number;
18182
18721
  maxTokens: number;
18183
18722
  };
18723
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
18724
+ id: string;
18725
+ name: string;
18726
+ api: "anthropic-messages";
18727
+ provider: string;
18728
+ baseUrl: string;
18729
+ reasoning: true;
18730
+ input: "text"[];
18731
+ cost: {
18732
+ input: number;
18733
+ output: number;
18734
+ cacheRead: number;
18735
+ cacheWrite: number;
18736
+ };
18737
+ contextWindow: number;
18738
+ maxTokens: number;
18739
+ };
18184
18740
  readonly "nvidia/nemotron-3-super-120b-a12b": {
18185
18741
  id: string;
18186
18742
  name: string;
@@ -18249,6 +18805,23 @@ export declare const MODELS: {
18249
18805
  contextWindow: number;
18250
18806
  maxTokens: number;
18251
18807
  };
18808
+ readonly "openai/gpt-3.5-turbo": {
18809
+ id: string;
18810
+ name: string;
18811
+ api: "anthropic-messages";
18812
+ provider: string;
18813
+ baseUrl: string;
18814
+ reasoning: false;
18815
+ input: "text"[];
18816
+ cost: {
18817
+ input: number;
18818
+ output: number;
18819
+ cacheRead: number;
18820
+ cacheWrite: number;
18821
+ };
18822
+ contextWindow: number;
18823
+ maxTokens: number;
18824
+ };
18252
18825
  readonly "openai/gpt-4-turbo": {
18253
18826
  id: string;
18254
18827
  name: string;
@@ -18374,7 +18947,7 @@ export declare const MODELS: {
18374
18947
  api: "anthropic-messages";
18375
18948
  provider: string;
18376
18949
  baseUrl: string;
18377
- reasoning: true;
18950
+ reasoning: false;
18378
18951
  input: ("image" | "text")[];
18379
18952
  cost: {
18380
18953
  input: number;
@@ -18510,7 +19083,7 @@ export declare const MODELS: {
18510
19083
  api: "anthropic-messages";
18511
19084
  provider: string;
18512
19085
  baseUrl: string;
18513
- reasoning: true;
19086
+ reasoning: false;
18514
19087
  input: ("image" | "text")[];
18515
19088
  cost: {
18516
19089
  input: number;
@@ -18564,7 +19137,7 @@ export declare const MODELS: {
18564
19137
  api: "anthropic-messages";
18565
19138
  provider: string;
18566
19139
  baseUrl: string;
18567
- reasoning: true;
19140
+ reasoning: false;
18568
19141
  thinkingLevelMap: {
18569
19142
  xhigh: string;
18570
19143
  };
@@ -18624,7 +19197,7 @@ export declare const MODELS: {
18624
19197
  api: "anthropic-messages";
18625
19198
  provider: string;
18626
19199
  baseUrl: string;
18627
- reasoning: true;
19200
+ reasoning: false;
18628
19201
  thinkingLevelMap: {
18629
19202
  xhigh: string;
18630
19203
  };
@@ -18934,40 +19507,6 @@ export declare const MODELS: {
18934
19507
  contextWindow: number;
18935
19508
  maxTokens: number;
18936
19509
  };
18937
- readonly "perplexity/sonar": {
18938
- id: string;
18939
- name: string;
18940
- api: "anthropic-messages";
18941
- provider: string;
18942
- baseUrl: string;
18943
- reasoning: false;
18944
- input: ("image" | "text")[];
18945
- cost: {
18946
- input: number;
18947
- output: number;
18948
- cacheRead: number;
18949
- cacheWrite: number;
18950
- };
18951
- contextWindow: number;
18952
- maxTokens: number;
18953
- };
18954
- readonly "perplexity/sonar-pro": {
18955
- id: string;
18956
- name: string;
18957
- api: "anthropic-messages";
18958
- provider: string;
18959
- baseUrl: string;
18960
- reasoning: false;
18961
- input: ("image" | "text")[];
18962
- cost: {
18963
- input: number;
18964
- output: number;
18965
- cacheRead: number;
18966
- cacheWrite: number;
18967
- };
18968
- contextWindow: number;
18969
- maxTokens: number;
18970
- };
18971
19510
  readonly "sakana/fugu-ultra": {
18972
19511
  id: string;
18973
19512
  name: string;
@@ -19247,7 +19786,7 @@ export declare const MODELS: {
19247
19786
  provider: string;
19248
19787
  baseUrl: string;
19249
19788
  reasoning: true;
19250
- input: ("image" | "text")[];
19789
+ input: "text"[];
19251
19790
  cost: {
19252
19791
  input: number;
19253
19792
  output: number;
@@ -19451,7 +19990,7 @@ export declare const MODELS: {
19451
19990
  provider: string;
19452
19991
  baseUrl: string;
19453
19992
  reasoning: true;
19454
- input: ("image" | "text")[];
19993
+ input: "text"[];
19455
19994
  cost: {
19456
19995
  input: number;
19457
19996
  output: number;
@@ -19478,6 +20017,23 @@ export declare const MODELS: {
19478
20017
  contextWindow: number;
19479
20018
  maxTokens: number;
19480
20019
  };
20020
+ readonly "zai/glm-5.2-fast": {
20021
+ id: string;
20022
+ name: string;
20023
+ api: "anthropic-messages";
20024
+ provider: string;
20025
+ baseUrl: string;
20026
+ reasoning: true;
20027
+ input: "text"[];
20028
+ cost: {
20029
+ input: number;
20030
+ output: number;
20031
+ cacheRead: number;
20032
+ cacheWrite: number;
20033
+ };
20034
+ contextWindow: number;
20035
+ maxTokens: number;
20036
+ };
19481
20037
  readonly "zai/glm-5v-turbo": {
19482
20038
  id: string;
19483
20039
  name: string;