@asm-agent/ai 0.8.6 → 0.8.7

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.
@@ -88,6 +88,24 @@ export const MODELS = {
88
88
  contextWindow: 1000000,
89
89
  maxTokens: 128000,
90
90
  },
91
+ "anthropic.claude-fable-5-1": {
92
+ id: "anthropic.claude-fable-5-1",
93
+ name: "Claude Fable 5.1",
94
+ api: "bedrock-converse-stream",
95
+ provider: "amazon-bedrock",
96
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
97
+ reasoning: true,
98
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
99
+ input: ["text", "image"],
100
+ cost: {
101
+ input: 10,
102
+ output: 50,
103
+ cacheRead: 0.25,
104
+ cacheWrite: 12.5,
105
+ },
106
+ contextWindow: 1000000,
107
+ maxTokens: 128000,
108
+ },
91
109
  "anthropic.claude-haiku-4-5-20251001-v1:0": {
92
110
  id: "anthropic.claude-haiku-4-5-20251001-v1:0",
93
111
  name: "Claude Haiku 4.5",
@@ -634,6 +652,24 @@ export const MODELS = {
634
652
  contextWindow: 1000000,
635
653
  maxTokens: 128000,
636
654
  },
655
+ "global.anthropic.claude-fable-5-1": {
656
+ id: "global.anthropic.claude-fable-5-1",
657
+ name: "Claude Fable 5.1 (Global)",
658
+ api: "bedrock-converse-stream",
659
+ provider: "amazon-bedrock",
660
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
661
+ reasoning: true,
662
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
663
+ input: ["text", "image"],
664
+ cost: {
665
+ input: 10,
666
+ output: 50,
667
+ cacheRead: 0.25,
668
+ cacheWrite: 12.5,
669
+ },
670
+ contextWindow: 1000000,
671
+ maxTokens: 128000,
672
+ },
637
673
  "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
638
674
  id: "global.anthropic.claude-haiku-4-5-20251001-v1:0",
639
675
  name: "Claude Haiku 4.5 (Global)",
@@ -1725,6 +1761,24 @@ export const MODELS = {
1725
1761
  contextWindow: 1000000,
1726
1762
  maxTokens: 128000,
1727
1763
  },
1764
+ "us.anthropic.claude-fable-5-1": {
1765
+ id: "us.anthropic.claude-fable-5-1",
1766
+ name: "Claude Fable 5.1 (US)",
1767
+ api: "bedrock-converse-stream",
1768
+ provider: "amazon-bedrock",
1769
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1770
+ reasoning: true,
1771
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
1772
+ input: ["text", "image"],
1773
+ cost: {
1774
+ input: 11,
1775
+ output: 55,
1776
+ cacheRead: 0.275,
1777
+ cacheWrite: 13.75,
1778
+ },
1779
+ contextWindow: 1000000,
1780
+ maxTokens: 128000,
1781
+ },
1728
1782
  "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
1729
1783
  id: "us.anthropic.claude-haiku-4-5-20251001-v1:0",
1730
1784
  name: "Claude Haiku 4.5 (US)",
@@ -2091,6 +2145,24 @@ export const MODELS = {
2091
2145
  contextWindow: 1000000,
2092
2146
  maxTokens: 128000,
2093
2147
  },
2148
+ "claude-fable-5-1": {
2149
+ id: "claude-fable-5-1",
2150
+ name: "Claude Fable 5.1",
2151
+ api: "anthropic-messages",
2152
+ provider: "anthropic",
2153
+ baseUrl: "https://api.anthropic.com",
2154
+ reasoning: true,
2155
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
2156
+ input: ["text", "image"],
2157
+ cost: {
2158
+ input: 10,
2159
+ output: 50,
2160
+ cacheRead: 0.25,
2161
+ cacheWrite: 12.5,
2162
+ },
2163
+ contextWindow: 1000000,
2164
+ maxTokens: 128000,
2165
+ },
2094
2166
  "claude-haiku-4-5": {
2095
2167
  id: "claude-haiku-4-5",
2096
2168
  name: "Claude Haiku 4.5 (latest)",
@@ -3988,9 +4060,26 @@ export const MODELS = {
3988
4060
  reasoning: true,
3989
4061
  input: ["text"],
3990
4062
  cost: {
3991
- input: 0.14,
3992
- output: 0.28,
3993
- cacheRead: 0.028,
4063
+ input: 0.22,
4064
+ output: 0.66,
4065
+ cacheRead: 0.007,
4066
+ cacheWrite: 0,
4067
+ },
4068
+ contextWindow: 1000000,
4069
+ maxTokens: 384000,
4070
+ },
4071
+ "accounts/fireworks/models/deepseek-v4-flash-vision-exp": {
4072
+ id: "accounts/fireworks/models/deepseek-v4-flash-vision-exp",
4073
+ name: "DeepSeek V4 Flash Vision Exp",
4074
+ api: "anthropic-messages",
4075
+ provider: "fireworks",
4076
+ baseUrl: "https://api.fireworks.ai/inference",
4077
+ reasoning: true,
4078
+ input: ["text", "image"],
4079
+ cost: {
4080
+ input: 0.22,
4081
+ output: 0.66,
4082
+ cacheRead: 0.007,
3994
4083
  cacheWrite: 0,
3995
4084
  },
3996
4085
  contextWindow: 1000000,
@@ -4058,7 +4147,7 @@ export const MODELS = {
4058
4147
  cost: {
4059
4148
  input: 0.15,
4060
4149
  output: 0.5,
4061
- cacheRead: 0.029,
4150
+ cacheRead: 0.03,
4062
4151
  cacheWrite: 0,
4063
4152
  },
4064
4153
  contextWindow: 1000000,
@@ -5131,13 +5220,14 @@ export const MODELS = {
5131
5220
  contextWindow: 1048576,
5132
5221
  maxTokens: 65536,
5133
5222
  },
5134
- "gemini-flash-latest": {
5135
- id: "gemini-flash-latest",
5136
- name: "Gemini Flash Latest",
5223
+ "gemini-3.8-flash": {
5224
+ id: "gemini-3.8-flash",
5225
+ name: "Gemini 3.8 Flash",
5137
5226
  api: "google-generative-ai",
5138
5227
  provider: "google",
5139
5228
  baseUrl: "https://generativelanguage.googleapis.com/v1beta",
5140
5229
  reasoning: true,
5230
+ thinkingLevelMap: { "off": null },
5141
5231
  input: ["text", "image"],
5142
5232
  cost: {
5143
5233
  input: 0.75,
@@ -5148,38 +5238,38 @@ export const MODELS = {
5148
5238
  contextWindow: 1048576,
5149
5239
  maxTokens: 65536,
5150
5240
  },
5151
- "gemini-flash-lite-latest": {
5152
- id: "gemini-flash-lite-latest",
5153
- name: "Gemini Flash-Lite Latest",
5241
+ "gemini-flash-latest": {
5242
+ id: "gemini-flash-latest",
5243
+ name: "Gemini Flash Latest",
5154
5244
  api: "google-generative-ai",
5155
5245
  provider: "google",
5156
5246
  baseUrl: "https://generativelanguage.googleapis.com/v1beta",
5157
5247
  reasoning: true,
5158
5248
  input: ["text", "image"],
5159
5249
  cost: {
5160
- input: 0.3,
5161
- output: 2.5,
5162
- cacheRead: 0.03,
5250
+ input: 0.75,
5251
+ output: 3.75,
5252
+ cacheRead: 0.075,
5163
5253
  cacheWrite: 0,
5164
5254
  },
5165
5255
  contextWindow: 1048576,
5166
5256
  maxTokens: 65536,
5167
5257
  },
5168
- "gemini-robotics-er-1.6-preview": {
5169
- id: "gemini-robotics-er-1.6-preview",
5170
- name: "Gemini Robotics-ER 1.6 Preview",
5258
+ "gemini-flash-lite-latest": {
5259
+ id: "gemini-flash-lite-latest",
5260
+ name: "Gemini Flash-Lite Latest",
5171
5261
  api: "google-generative-ai",
5172
5262
  provider: "google",
5173
5263
  baseUrl: "https://generativelanguage.googleapis.com/v1beta",
5174
5264
  reasoning: true,
5175
5265
  input: ["text", "image"],
5176
5266
  cost: {
5177
- input: 1,
5178
- output: 5,
5179
- cacheRead: 0,
5267
+ input: 0.3,
5268
+ output: 2.5,
5269
+ cacheRead: 0.03,
5180
5270
  cacheWrite: 0,
5181
5271
  },
5182
- contextWindow: 131072,
5272
+ contextWindow: 1048576,
5183
5273
  maxTokens: 65536,
5184
5274
  },
5185
5275
  "gemma-4-26b-a4b-it": {
@@ -5549,6 +5639,23 @@ export const MODELS = {
5549
5639
  contextWindow: 131072,
5550
5640
  maxTokens: 16384,
5551
5641
  },
5642
+ "qwen/qwen3.8-27b": {
5643
+ id: "qwen/qwen3.8-27b",
5644
+ name: "Qwen3.8 27B",
5645
+ api: "openai-completions",
5646
+ provider: "groq",
5647
+ baseUrl: "https://api.groq.com/openai/v1",
5648
+ reasoning: true,
5649
+ input: ["text", "image"],
5650
+ cost: {
5651
+ input: 0.8,
5652
+ output: 4,
5653
+ cacheRead: 0,
5654
+ cacheWrite: 0,
5655
+ },
5656
+ contextWindow: 131042,
5657
+ maxTokens: 16384,
5658
+ },
5552
5659
  },
5553
5660
  "huggingface": {
5554
5661
  "MiniMaxAI/MiniMax-M2": {
@@ -6235,6 +6342,24 @@ export const MODELS = {
6235
6342
  contextWindow: 1048576,
6236
6343
  maxTokens: 384000,
6237
6344
  },
6345
+ "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
6346
+ id: "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp",
6347
+ name: "DeepSeek V4 Flash Vision Exp",
6348
+ api: "openai-completions",
6349
+ provider: "huggingface",
6350
+ baseUrl: "https://router.huggingface.co/v1",
6351
+ compat: { "supportsDeveloperRole": false },
6352
+ reasoning: true,
6353
+ input: ["text", "image"],
6354
+ cost: {
6355
+ input: 0.44,
6356
+ output: 1.32,
6357
+ cacheRead: 0,
6358
+ cacheWrite: 0,
6359
+ },
6360
+ contextWindow: 1048576,
6361
+ maxTokens: 384000,
6362
+ },
6238
6363
  "deepseek-ai/DeepSeek-V4-Pro": {
6239
6364
  id: "deepseek-ai/DeepSeek-V4-Pro",
6240
6365
  name: "DeepSeek V4 Pro",
@@ -6558,7 +6683,7 @@ export const MODELS = {
6558
6683
  cacheWrite: 0,
6559
6684
  },
6560
6685
  contextWindow: 262144,
6561
- maxTokens: 64000,
6686
+ maxTokens: 128000,
6562
6687
  },
6563
6688
  "thinkingmachines/Inkling": {
6564
6689
  id: "thinkingmachines/Inkling",
@@ -8866,6 +8991,24 @@ export const MODELS = {
8866
8991
  contextWindow: 1000000,
8867
8992
  maxTokens: 128000,
8868
8993
  },
8994
+ "claude-fable-5-1": {
8995
+ id: "claude-fable-5-1",
8996
+ name: "Claude Fable 5.1",
8997
+ api: "anthropic-messages",
8998
+ provider: "opencode",
8999
+ baseUrl: "https://opencode.ai/zen",
9000
+ reasoning: true,
9001
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
9002
+ input: ["text", "image"],
9003
+ cost: {
9004
+ input: 10,
9005
+ output: 50,
9006
+ cacheRead: 0.25,
9007
+ cacheWrite: 12.5,
9008
+ },
9009
+ contextWindow: 1000000,
9010
+ maxTokens: 128000,
9011
+ },
8869
9012
  "claude-haiku-4-5": {
8870
9013
  id: "claude-haiku-4-5",
8871
9014
  name: "Claude Haiku 4.5",
@@ -9188,6 +9331,24 @@ export const MODELS = {
9188
9331
  contextWindow: 1048576,
9189
9332
  maxTokens: 65536,
9190
9333
  },
9334
+ "gemini-3.8-flash": {
9335
+ id: "gemini-3.8-flash",
9336
+ name: "Gemini 3.8 Flash",
9337
+ api: "google-generative-ai",
9338
+ provider: "opencode",
9339
+ baseUrl: "https://opencode.ai/zen/v1",
9340
+ reasoning: true,
9341
+ thinkingLevelMap: { "off": null },
9342
+ input: ["text", "image"],
9343
+ cost: {
9344
+ input: 1.5,
9345
+ output: 7.5,
9346
+ cacheRead: 0.15,
9347
+ cacheWrite: 0,
9348
+ },
9349
+ contextWindow: 1048576,
9350
+ maxTokens: 65536,
9351
+ },
9191
9352
  "glm-5": {
9192
9353
  id: "glm-5",
9193
9354
  name: "GLM-5",
@@ -9820,6 +9981,23 @@ export const MODELS = {
9820
9981
  contextWindow: 1048576,
9821
9982
  maxTokens: 131072,
9822
9983
  },
9984
+ "muse-spark-1.3-contributor-free": {
9985
+ id: "muse-spark-1.3-contributor-free",
9986
+ name: "Muse Spark 1.3 Free",
9987
+ api: "openai-responses",
9988
+ provider: "opencode",
9989
+ baseUrl: "https://opencode.ai/zen/v1",
9990
+ reasoning: true,
9991
+ input: ["text", "image"],
9992
+ cost: {
9993
+ input: 0,
9994
+ output: 0,
9995
+ cacheRead: 0,
9996
+ cacheWrite: 0,
9997
+ },
9998
+ contextWindow: 1048576,
9999
+ maxTokens: 131072,
10000
+ },
9823
10001
  "nemotron-3-ultra-free": {
9824
10002
  id: "nemotron-3-ultra-free",
9825
10003
  name: "Nemotron 3 Ultra Free",
@@ -10065,7 +10243,7 @@ export const MODELS = {
10065
10243
  cacheWrite: 0,
10066
10244
  },
10067
10245
  contextWindow: 256000,
10068
- maxTokens: 64000,
10246
+ maxTokens: 128000,
10069
10247
  },
10070
10248
  "hy4-preview": {
10071
10249
  id: "hy4-preview",
@@ -10238,6 +10416,23 @@ export const MODELS = {
10238
10416
  contextWindow: 1048576,
10239
10417
  maxTokens: 131072,
10240
10418
  },
10419
+ "muse-spark-1.3-contributor": {
10420
+ id: "muse-spark-1.3-contributor",
10421
+ name: "Muse Spark 1.3 Contributor",
10422
+ api: "openai-responses",
10423
+ provider: "opencode-go",
10424
+ baseUrl: "https://opencode.ai/zen/go/v1",
10425
+ reasoning: true,
10426
+ input: ["text", "image"],
10427
+ cost: {
10428
+ input: 0.1,
10429
+ output: 0.2,
10430
+ cacheRead: 0.002,
10431
+ cacheWrite: 0,
10432
+ },
10433
+ contextWindow: 1048576,
10434
+ maxTokens: 131072,
10435
+ },
10241
10436
  "qwen3.6-plus": {
10242
10437
  id: "qwen3.6-plus",
10243
10438
  name: "Qwen3.6 Plus",
@@ -10505,6 +10700,24 @@ export const MODELS = {
10505
10700
  contextWindow: 1000000,
10506
10701
  maxTokens: 128000,
10507
10702
  },
10703
+ "anthropic/claude-fable-5.1": {
10704
+ id: "anthropic/claude-fable-5.1",
10705
+ name: "Anthropic: Claude Fable 5.1",
10706
+ api: "openai-completions",
10707
+ provider: "openrouter",
10708
+ baseUrl: "https://openrouter.ai/api/v1",
10709
+ reasoning: true,
10710
+ thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
10711
+ input: ["text", "image"],
10712
+ cost: {
10713
+ input: 10,
10714
+ output: 50,
10715
+ cacheRead: 0.25,
10716
+ cacheWrite: 12.5,
10717
+ },
10718
+ contextWindow: 1000000,
10719
+ maxTokens: 128000,
10720
+ },
10508
10721
  "anthropic/claude-haiku-4.5": {
10509
10722
  id: "anthropic/claude-haiku-4.5",
10510
10723
  name: "Anthropic: Claude Haiku 4.5",
@@ -10617,24 +10830,6 @@ export const MODELS = {
10617
10830
  contextWindow: 1000000,
10618
10831
  maxTokens: 128000,
10619
10832
  },
10620
- "anthropic/claude-opus-4.7-fast": {
10621
- id: "anthropic/claude-opus-4.7-fast",
10622
- name: "Anthropic: Claude Opus 4.7 (Fast)",
10623
- api: "openai-completions",
10624
- provider: "openrouter",
10625
- baseUrl: "https://openrouter.ai/api/v1",
10626
- reasoning: true,
10627
- thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
10628
- input: ["text", "image"],
10629
- cost: {
10630
- input: 30,
10631
- output: 150,
10632
- cacheRead: 3,
10633
- cacheWrite: 37.5,
10634
- },
10635
- contextWindow: 1000000,
10636
- maxTokens: 128000,
10637
- },
10638
10833
  "anthropic/claude-opus-4.8": {
10639
10834
  id: "anthropic/claude-opus-4.8",
10640
10835
  name: "Anthropic: Claude Opus 4.8",
@@ -10653,24 +10848,6 @@ export const MODELS = {
10653
10848
  contextWindow: 1000000,
10654
10849
  maxTokens: 128000,
10655
10850
  },
10656
- "anthropic/claude-opus-4.8-fast": {
10657
- id: "anthropic/claude-opus-4.8-fast",
10658
- name: "Anthropic: Claude Opus 4.8 (Fast)",
10659
- api: "openai-completions",
10660
- provider: "openrouter",
10661
- baseUrl: "https://openrouter.ai/api/v1",
10662
- reasoning: true,
10663
- thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
10664
- input: ["text", "image"],
10665
- cost: {
10666
- input: 10,
10667
- output: 50,
10668
- cacheRead: 1,
10669
- cacheWrite: 12.5,
10670
- },
10671
- contextWindow: 1000000,
10672
- maxTokens: 128000,
10673
- },
10674
10851
  "anthropic/claude-opus-5": {
10675
10852
  id: "anthropic/claude-opus-5",
10676
10853
  name: "Claude Opus 5",
@@ -10689,33 +10866,15 @@ export const MODELS = {
10689
10866
  contextWindow: 1000000,
10690
10867
  maxTokens: 128000,
10691
10868
  },
10692
- "anthropic/claude-opus-5-fast": {
10693
- id: "anthropic/claude-opus-5-fast",
10694
- name: "Claude Opus 5 (Fast)",
10869
+ "anthropic/claude-sonnet-4": {
10870
+ id: "anthropic/claude-sonnet-4",
10871
+ name: "Anthropic: Claude Sonnet 4",
10695
10872
  api: "openai-completions",
10696
10873
  provider: "openrouter",
10697
10874
  baseUrl: "https://openrouter.ai/api/v1",
10875
+ compat: { "supportsReasoningEffort": false },
10698
10876
  reasoning: true,
10699
- thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
10700
- input: ["text", "image"],
10701
- cost: {
10702
- input: 10,
10703
- output: 50,
10704
- cacheRead: 1,
10705
- cacheWrite: 12.5,
10706
- },
10707
- contextWindow: 1000000,
10708
- maxTokens: 128000,
10709
- },
10710
- "anthropic/claude-sonnet-4": {
10711
- id: "anthropic/claude-sonnet-4",
10712
- name: "Anthropic: Claude Sonnet 4",
10713
- api: "openai-completions",
10714
- provider: "openrouter",
10715
- baseUrl: "https://openrouter.ai/api/v1",
10716
- compat: { "supportsReasoningEffort": false },
10717
- reasoning: true,
10718
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
10877
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
10719
10878
  input: ["text", "image"],
10720
10879
  cost: {
10721
10880
  input: 3,
@@ -10990,13 +11149,13 @@ export const MODELS = {
10990
11149
  reasoning: false,
10991
11150
  input: ["text"],
10992
11151
  cost: {
10993
- input: 0.2574,
10994
- output: 1.0287,
11152
+ input: 0.32,
11153
+ output: 0.8899999999999999,
10995
11154
  cacheRead: 0,
10996
11155
  cacheWrite: 0,
10997
11156
  },
10998
11157
  contextWindow: 163840,
10999
- maxTokens: 16000,
11158
+ maxTokens: 16384,
11000
11159
  },
11001
11160
  "deepseek/deepseek-chat-v3-0324": {
11002
11161
  id: "deepseek/deepseek-chat-v3-0324",
@@ -11026,13 +11185,13 @@ export const MODELS = {
11026
11185
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
11027
11186
  input: ["text"],
11028
11187
  cost: {
11029
- input: 0.55,
11030
- output: 1.6500000000000001,
11031
- cacheRead: 0.55,
11188
+ input: 0.25,
11189
+ output: 0.95,
11190
+ cacheRead: 0.13,
11032
11191
  cacheWrite: 0,
11033
11192
  },
11034
11193
  contextWindow: 163840,
11035
- maxTokens: 144900,
11194
+ maxTokens: 32768,
11036
11195
  },
11037
11196
  "deepseek/deepseek-r1": {
11038
11197
  id: "deepseek/deepseek-r1",
@@ -11140,9 +11299,9 @@ export const MODELS = {
11140
11299
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
11141
11300
  input: ["text"],
11142
11301
  cost: {
11143
- input: 0.088606,
11144
- output: 0.177212,
11145
- cacheRead: 0.017721200000000003,
11302
+ input: 0.08553999999999999,
11303
+ output: 0.17107999999999998,
11304
+ cacheRead: 0.017108,
11146
11305
  cacheWrite: 0,
11147
11306
  },
11148
11307
  contextWindow: 1048576,
@@ -11178,9 +11337,9 @@ export const MODELS = {
11178
11337
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
11179
11338
  input: ["text", "image"],
11180
11339
  cost: {
11181
- input: 0.44,
11182
- output: 1.32,
11183
- cacheRead: 0.014,
11340
+ input: 0.22,
11341
+ output: 0.66,
11342
+ cacheRead: 0.007,
11184
11343
  cacheWrite: 0,
11185
11344
  },
11186
11345
  contextWindow: 1048576,
@@ -11197,13 +11356,13 @@ export const MODELS = {
11197
11356
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
11198
11357
  input: ["text"],
11199
11358
  cost: {
11200
- input: 1.5999999999999999,
11201
- output: 3.1999999999999997,
11202
- cacheRead: 0.135,
11359
+ input: 1.035996,
11360
+ output: 2.071992,
11361
+ cacheRead: 0.086333,
11203
11362
  cacheWrite: 0,
11204
11363
  },
11205
11364
  contextWindow: 1048576,
11206
- maxTokens: 393216,
11365
+ maxTokens: 384000,
11207
11366
  },
11208
11367
  "deepseek/deepseek-v4-pro-0813": {
11209
11368
  id: "deepseek/deepseek-v4-pro-0813",
@@ -11216,9 +11375,9 @@ export const MODELS = {
11216
11375
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
11217
11376
  input: ["text"],
11218
11377
  cost: {
11219
- input: 1.32,
11220
- output: 3.9600000000000004,
11221
- cacheRead: 0.044,
11378
+ input: 0.66,
11379
+ output: 1.9800000000000002,
11380
+ cacheRead: 0.022,
11222
11381
  cacheWrite: 0,
11223
11382
  },
11224
11383
  contextWindow: 1048576,
@@ -11519,6 +11678,24 @@ export const MODELS = {
11519
11678
  contextWindow: 1048576,
11520
11679
  maxTokens: 65536,
11521
11680
  },
11681
+ "google/gemini-3.8-flash": {
11682
+ id: "google/gemini-3.8-flash",
11683
+ name: "Google: Gemini 3.8 Flash",
11684
+ api: "openai-completions",
11685
+ provider: "openrouter",
11686
+ baseUrl: "https://openrouter.ai/api/v1",
11687
+ reasoning: true,
11688
+ thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": null, "max": null },
11689
+ input: ["text", "image"],
11690
+ cost: {
11691
+ input: 0.75,
11692
+ output: 3.75,
11693
+ cacheRead: 0.075,
11694
+ cacheWrite: 0.0416666666666667,
11695
+ },
11696
+ contextWindow: 1048576,
11697
+ maxTokens: 65536,
11698
+ },
11522
11699
  "google/gemma-3-12b-it": {
11523
11700
  id: "google/gemma-3-12b-it",
11524
11701
  name: "Google: Gemma 3 12B",
@@ -11646,6 +11823,24 @@ export const MODELS = {
11646
11823
  contextWindow: 131072,
11647
11824
  maxTokens: 117964,
11648
11825
  },
11826
+ "ibm-granite/granite-4.2-8b": {
11827
+ id: "ibm-granite/granite-4.2-8b",
11828
+ name: "IBM: Granite 4.2 8B",
11829
+ api: "openai-completions",
11830
+ provider: "openrouter",
11831
+ baseUrl: "https://openrouter.ai/api/v1",
11832
+ reasoning: true,
11833
+ thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": null },
11834
+ input: ["text"],
11835
+ cost: {
11836
+ input: 0.09999999999999999,
11837
+ output: 0.15,
11838
+ cacheRead: 0.049999999999999996,
11839
+ cacheWrite: 0,
11840
+ },
11841
+ contextWindow: 131072,
11842
+ maxTokens: 117964,
11843
+ },
11649
11844
  "inception/mercury-2": {
11650
11845
  id: "inception/mercury-2",
11651
11846
  name: "Inception: Mercury 2",
@@ -11664,6 +11859,24 @@ export const MODELS = {
11664
11859
  contextWindow: 128000,
11665
11860
  maxTokens: 50000,
11666
11861
  },
11862
+ "inception/mercury-2.5-preview": {
11863
+ id: "inception/mercury-2.5-preview",
11864
+ name: "Inception: Mercury 2.5 Preview",
11865
+ api: "openai-completions",
11866
+ provider: "openrouter",
11867
+ baseUrl: "https://openrouter.ai/api/v1",
11868
+ reasoning: true,
11869
+ thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": null, "max": null },
11870
+ input: ["text"],
11871
+ cost: {
11872
+ input: 0.04,
11873
+ output: 0.15,
11874
+ cacheRead: 0.004,
11875
+ cacheWrite: 0,
11876
+ },
11877
+ contextWindow: 260000,
11878
+ maxTokens: 65536,
11879
+ },
11667
11880
  "inclusionai/ling-3.0-flash": {
11668
11881
  id: "inclusionai/ling-3.0-flash",
11669
11882
  name: "Ling-3.0-flash",
@@ -11702,23 +11915,6 @@ export const MODELS = {
11702
11915
  contextWindow: 262144,
11703
11916
  maxTokens: 32768,
11704
11917
  },
11705
- "kwaipilot/kat-coder-air-v2.5": {
11706
- id: "kwaipilot/kat-coder-air-v2.5",
11707
- name: "Kwaipilot: KAT-Coder-Air V2.5",
11708
- api: "openai-completions",
11709
- provider: "openrouter",
11710
- baseUrl: "https://openrouter.ai/api/v1",
11711
- reasoning: false,
11712
- input: ["text"],
11713
- cost: {
11714
- input: 0.15,
11715
- output: 0.6,
11716
- cacheRead: 0.03,
11717
- cacheWrite: 0,
11718
- },
11719
- contextWindow: 256000,
11720
- maxTokens: 80000,
11721
- },
11722
11918
  "kwaipilot/kat-coder-pro-v2": {
11723
11919
  id: "kwaipilot/kat-coder-pro-v2",
11724
11920
  name: "Kwaipilot: KAT-Coder-Pro V2",
@@ -11734,7 +11930,7 @@ export const MODELS = {
11734
11930
  cacheWrite: 0,
11735
11931
  },
11736
11932
  contextWindow: 262144,
11737
- maxTokens: 80000,
11933
+ maxTokens: 144000,
11738
11934
  },
11739
11935
  "kwaipilot/kat-coder-pro-v2.5": {
11740
11936
  id: "kwaipilot/kat-coder-pro-v2.5",
@@ -11751,7 +11947,7 @@ export const MODELS = {
11751
11947
  cacheWrite: 0,
11752
11948
  },
11753
11949
  contextWindow: 262144,
11754
- maxTokens: 80000,
11950
+ maxTokens: 235929,
11755
11951
  },
11756
11952
  "liquid/lfm-2.5-2.6b:free": {
11757
11953
  id: "liquid/lfm-2.5-2.6b:free",
@@ -11834,13 +12030,13 @@ export const MODELS = {
11834
12030
  reasoning: false,
11835
12031
  input: ["text"],
11836
12032
  cost: {
11837
- input: 0.71,
11838
- output: 0.71,
11839
- cacheRead: 0.71,
12033
+ input: 0.09999999999999999,
12034
+ output: 0.32,
12035
+ cacheRead: 0,
11840
12036
  cacheWrite: 0,
11841
12037
  },
11842
12038
  contextWindow: 131072,
11843
- maxTokens: 115200,
12039
+ maxTokens: 16384,
11844
12040
  },
11845
12041
  "meta-llama/llama-4-maverick": {
11846
12042
  id: "meta-llama/llama-4-maverick",
@@ -11868,13 +12064,13 @@ export const MODELS = {
11868
12064
  reasoning: false,
11869
12065
  input: ["text", "image"],
11870
12066
  cost: {
11871
- input: 0.11,
11872
- output: 0.33999999999999997,
11873
- cacheRead: 0.055,
12067
+ input: 0.09999999999999999,
12068
+ output: 0.3,
12069
+ cacheRead: 0,
11874
12070
  cacheWrite: 0,
11875
12071
  },
11876
12072
  contextWindow: 1310720,
11877
- maxTokens: 8192,
12073
+ maxTokens: 16384,
11878
12074
  },
11879
12075
  "meta/muse-glimmer-30b": {
11880
12076
  id: "meta/muse-glimmer-30b",
@@ -11887,12 +12083,12 @@ export const MODELS = {
11887
12083
  input: ["text", "image"],
11888
12084
  cost: {
11889
12085
  input: 0.3,
11890
- output: 1.2,
12086
+ output: 1.1,
11891
12087
  cacheRead: 0.04,
11892
12088
  cacheWrite: 0,
11893
12089
  },
11894
12090
  contextWindow: 131072,
11895
- maxTokens: 16384,
12091
+ maxTokens: 117964,
11896
12092
  },
11897
12093
  "meta/muse-spark-1.1": {
11898
12094
  id: "meta/muse-spark-1.1",
@@ -11948,6 +12144,42 @@ export const MODELS = {
11948
12144
  contextWindow: 1048576,
11949
12145
  maxTokens: 943718,
11950
12146
  },
12147
+ "meta/muse-spark-1.3": {
12148
+ id: "meta/muse-spark-1.3",
12149
+ name: "Meta: Muse Spark 1.3",
12150
+ api: "openai-completions",
12151
+ provider: "openrouter",
12152
+ baseUrl: "https://openrouter.ai/api/v1",
12153
+ reasoning: true,
12154
+ thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
12155
+ input: ["text", "image"],
12156
+ cost: {
12157
+ input: 1.25,
12158
+ output: 4.25,
12159
+ cacheRead: 0.15,
12160
+ cacheWrite: 0,
12161
+ },
12162
+ contextWindow: 1048576,
12163
+ maxTokens: 943718,
12164
+ },
12165
+ "meta/muse-spark-1.3-contributor": {
12166
+ id: "meta/muse-spark-1.3-contributor",
12167
+ name: "Meta: Muse Spark 1.3 Contributor",
12168
+ api: "openai-completions",
12169
+ provider: "openrouter",
12170
+ baseUrl: "https://openrouter.ai/api/v1",
12171
+ reasoning: true,
12172
+ thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
12173
+ input: ["text", "image"],
12174
+ cost: {
12175
+ input: 0.09999999999999999,
12176
+ output: 0.19999999999999998,
12177
+ cacheRead: 0.002,
12178
+ cacheWrite: 0,
12179
+ },
12180
+ contextWindow: 1048576,
12181
+ maxTokens: 943718,
12182
+ },
11951
12183
  "minimax/minimax-m1": {
11952
12184
  id: "minimax/minimax-m1",
11953
12185
  name: "MiniMax: MiniMax M1",
@@ -12570,11 +12802,11 @@ export const MODELS = {
12570
12802
  cost: {
12571
12803
  input: 0.049999999999999996,
12572
12804
  output: 0.19999999999999998,
12573
- cacheRead: 0.024999999999999998,
12805
+ cacheRead: 0.03,
12574
12806
  cacheWrite: 0,
12575
12807
  },
12576
12808
  contextWindow: 262144,
12577
- maxTokens: 228000,
12809
+ maxTokens: 235929,
12578
12810
  },
12579
12811
  "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
12580
12812
  id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
@@ -12641,13 +12873,13 @@ export const MODELS = {
12641
12873
  thinkingLevelMap: { "minimal": null, "low": null, "medium": "medium", "high": "high", "xhigh": null, "max": null },
12642
12874
  input: ["text"],
12643
12875
  cost: {
12644
- input: 0.5,
12645
- output: 2.2,
12646
- cacheRead: 0.09999999999999999,
12876
+ input: 0.6,
12877
+ output: 2.4,
12878
+ cacheRead: 0.12,
12647
12879
  cacheWrite: 0,
12648
12880
  },
12649
12881
  contextWindow: 262144,
12650
- maxTokens: 16384,
12882
+ maxTokens: 182520,
12651
12883
  },
12652
12884
  "nvidia/nemotron-3-ultra-550b-a55b:free": {
12653
12885
  id: "nvidia/nemotron-3-ultra-550b-a55b:free",
@@ -14139,13 +14371,13 @@ export const MODELS = {
14139
14371
  reasoning: false,
14140
14372
  input: ["text"],
14141
14373
  cost: {
14142
- input: 0.09,
14374
+ input: 0.09999999999999999,
14143
14375
  output: 1.1,
14144
- cacheRead: 0,
14376
+ cacheRead: 0.07,
14145
14377
  cacheWrite: 0,
14146
14378
  },
14147
14379
  contextWindow: 262144,
14148
- maxTokens: 16384,
14380
+ maxTokens: 235929,
14149
14381
  },
14150
14382
  "qwen/qwen3-next-80b-a3b-thinking": {
14151
14383
  id: "qwen/qwen3-next-80b-a3b-thinking",
@@ -14359,13 +14591,13 @@ export const MODELS = {
14359
14591
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
14360
14592
  input: ["text", "image"],
14361
14593
  cost: {
14362
- input: 0.39,
14363
- output: 2.34,
14364
- cacheRead: 0,
14594
+ input: 0.55,
14595
+ output: 3.5,
14596
+ cacheRead: 0.22499999999999998,
14365
14597
  cacheWrite: 0,
14366
14598
  },
14367
14599
  contextWindow: 262144,
14368
- maxTokens: 65536,
14600
+ maxTokens: 235929,
14369
14601
  },
14370
14602
  "qwen/qwen3.5-9b": {
14371
14603
  id: "qwen/qwen3.5-9b",
@@ -15171,13 +15403,13 @@ export const MODELS = {
15171
15403
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
15172
15404
  input: ["text"],
15173
15405
  cost: {
15174
- input: 0.43,
15175
- output: 1.75,
15176
- cacheRead: 0.08,
15406
+ input: 0.55,
15407
+ output: 2.2,
15408
+ cacheRead: 0.11,
15177
15409
  cacheWrite: 0,
15178
15410
  },
15179
15411
  contextWindow: 204800,
15180
- maxTokens: 16384,
15412
+ maxTokens: 131072,
15181
15413
  },
15182
15414
  "z-ai/glm-4.6v": {
15183
15415
  id: "z-ai/glm-4.6v",
@@ -15303,13 +15535,13 @@ export const MODELS = {
15303
15535
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh", "max": null },
15304
15536
  input: ["text"],
15305
15537
  cost: {
15306
- input: 1.19,
15307
- output: 3.74,
15308
- cacheRead: 0.221,
15538
+ input: 0.966,
15539
+ output: 3.036,
15540
+ cacheRead: 0.1932,
15309
15541
  cacheWrite: 0,
15310
15542
  },
15311
15543
  contextWindow: 1048576,
15312
- maxTokens: 262144,
15544
+ maxTokens: 131072,
15313
15545
  },
15314
15546
  "z-ai/glm-5.2:free": {
15315
15547
  id: "z-ai/glm-5.2:free",
@@ -15341,11 +15573,11 @@ export const MODELS = {
15341
15573
  cost: {
15342
15574
  input: 1.4,
15343
15575
  output: 4.4,
15344
- cacheRead: 0.26,
15576
+ cacheRead: 0.14,
15345
15577
  cacheWrite: 0,
15346
15578
  },
15347
15579
  contextWindow: 1310720,
15348
- maxTokens: 131072,
15580
+ maxTokens: 262144,
15349
15581
  },
15350
15582
  "z-ai/glm-5.3-flash": {
15351
15583
  id: "z-ai/glm-5.3-flash",
@@ -15396,7 +15628,7 @@ export const MODELS = {
15396
15628
  cost: {
15397
15629
  input: 10,
15398
15630
  output: 50,
15399
- cacheRead: 1,
15631
+ cacheRead: 0.25,
15400
15632
  cacheWrite: 12.5,
15401
15633
  },
15402
15634
  contextWindow: 1000000,
@@ -15468,7 +15700,7 @@ export const MODELS = {
15468
15700
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
15469
15701
  input: ["text"],
15470
15702
  cost: {
15471
- input: 0.03,
15703
+ input: 0.049999999999999996,
15472
15704
  output: 0.16,
15473
15705
  cacheRead: 0.013000000000000001,
15474
15706
  cacheWrite: 0,
@@ -15584,6 +15816,24 @@ export const MODELS = {
15584
15816
  contextWindow: 500000,
15585
15817
  maxTokens: 450000,
15586
15818
  },
15819
+ "~z-ai/glm-flash-latest": {
15820
+ id: "~z-ai/glm-flash-latest",
15821
+ name: "Z.ai: GLM Flash Latest",
15822
+ api: "openai-completions",
15823
+ provider: "openrouter",
15824
+ baseUrl: "https://openrouter.ai/api/v1",
15825
+ reasoning: true,
15826
+ thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
15827
+ input: ["text", "image"],
15828
+ cost: {
15829
+ input: 0.075,
15830
+ output: 0.25,
15831
+ cacheRead: 0.015,
15832
+ cacheWrite: 0,
15833
+ },
15834
+ contextWindow: 1310720,
15835
+ maxTokens: 943718,
15836
+ },
15587
15837
  "~z-ai/glm-latest": {
15588
15838
  id: "~z-ai/glm-latest",
15589
15839
  name: "Z.ai: GLM Latest",
@@ -15594,13 +15844,13 @@ export const MODELS = {
15594
15844
  thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
15595
15845
  input: ["text"],
15596
15846
  cost: {
15597
- input: 1.1875,
15598
- output: 4.18,
15599
- cacheRead: 0.24699999999999997,
15847
+ input: 1.1340000000000001,
15848
+ output: 3.564,
15849
+ cacheRead: 0.1863,
15600
15850
  cacheWrite: 0,
15601
15851
  },
15602
15852
  contextWindow: 1310720,
15603
- maxTokens: 131072,
15853
+ maxTokens: 943718,
15604
15854
  },
15605
15855
  },
15606
15856
  "prime-inference": {
@@ -15856,7 +16106,7 @@ export const MODELS = {
15856
16106
  cacheWrite: 0,
15857
16107
  },
15858
16108
  contextWindow: 163840,
15859
- maxTokens: 16000,
16109
+ maxTokens: 16384,
15860
16110
  },
15861
16111
  "deepseek/deepseek-chat-v3-0324": {
15862
16112
  id: "deepseek/deepseek-chat-v3-0324",
@@ -15893,7 +16143,7 @@ export const MODELS = {
15893
16143
  cacheWrite: 0,
15894
16144
  },
15895
16145
  contextWindow: 163840,
15896
- maxTokens: 144900,
16146
+ maxTokens: 32768,
15897
16147
  },
15898
16148
  "deepseek/deepseek-v3.1-terminus": {
15899
16149
  id: "deepseek/deepseek-v3.1-terminus",
@@ -16009,7 +16259,7 @@ export const MODELS = {
16009
16259
  cacheWrite: 0,
16010
16260
  },
16011
16261
  contextWindow: 1048576,
16012
- maxTokens: 393216,
16262
+ maxTokens: 384000,
16013
16263
  featured: true,
16014
16264
  },
16015
16265
  "google/gemini-2.5-flash": {
@@ -16234,7 +16484,7 @@ export const MODELS = {
16234
16484
  cacheWrite: 0,
16235
16485
  },
16236
16486
  contextWindow: 131072,
16237
- maxTokens: 115200,
16487
+ maxTokens: 16384,
16238
16488
  },
16239
16489
  "meta-llama/llama-4-maverick": {
16240
16490
  id: "meta-llama/llama-4-maverick",
@@ -16517,7 +16767,7 @@ export const MODELS = {
16517
16767
  cacheWrite: 0,
16518
16768
  },
16519
16769
  contextWindow: 262144,
16520
- maxTokens: 228000,
16770
+ maxTokens: 235929,
16521
16771
  featured: true,
16522
16772
  },
16523
16773
  "nvidia/nemotron-3-super-120b-a12b": {
@@ -17525,7 +17775,7 @@ export const MODELS = {
17525
17775
  cacheWrite: 0,
17526
17776
  },
17527
17777
  contextWindow: 204800,
17528
- maxTokens: 16384,
17778
+ maxTokens: 131072,
17529
17779
  },
17530
17780
  "z-ai/glm-4.7": {
17531
17781
  id: "z-ai/glm-4.7",
@@ -17622,7 +17872,7 @@ export const MODELS = {
17622
17872
  cacheWrite: 0,
17623
17873
  },
17624
17874
  contextWindow: 1048576,
17625
- maxTokens: 262144,
17875
+ maxTokens: 131072,
17626
17876
  featured: true,
17627
17877
  },
17628
17878
  "z-ai/glm-5.3": {
@@ -17642,7 +17892,7 @@ export const MODELS = {
17642
17892
  cacheWrite: 0,
17643
17893
  },
17644
17894
  contextWindow: 1310720,
17645
- maxTokens: 131072,
17895
+ maxTokens: 262144,
17646
17896
  },
17647
17897
  "z-ai/glm-5.3-flash": {
17648
17898
  id: "z-ai/glm-5.3-flash",
@@ -18141,6 +18391,23 @@ export const MODELS = {
18141
18391
  contextWindow: 991000,
18142
18392
  maxTokens: 128000,
18143
18393
  },
18394
+ "alibaba/qwen3.8-flash-next": {
18395
+ id: "alibaba/qwen3.8-flash-next",
18396
+ name: "Qwen 3.8 Flash Next",
18397
+ api: "anthropic-messages",
18398
+ provider: "vercel-ai-gateway",
18399
+ baseUrl: "https://ai-gateway.vercel.sh",
18400
+ reasoning: true,
18401
+ input: ["text", "image"],
18402
+ cost: {
18403
+ input: 0.12,
18404
+ output: 0.39999999999999997,
18405
+ cacheRead: 0.01,
18406
+ cacheWrite: 0,
18407
+ },
18408
+ contextWindow: 1048576,
18409
+ maxTokens: 1048576,
18410
+ },
18144
18411
  "alibaba/qwen3.8-max": {
18145
18412
  id: "alibaba/qwen3.8-max",
18146
18413
  name: "Qwen 3.8 Max",
@@ -18158,6 +18425,23 @@ export const MODELS = {
18158
18425
  contextWindow: 1000000,
18159
18426
  maxTokens: 128000,
18160
18427
  },
18428
+ "alibaba/qwen3.8-max-0902": {
18429
+ id: "alibaba/qwen3.8-max-0902",
18430
+ name: "Qwen3.8 Max 0902",
18431
+ api: "anthropic-messages",
18432
+ provider: "vercel-ai-gateway",
18433
+ baseUrl: "https://ai-gateway.vercel.sh",
18434
+ reasoning: true,
18435
+ input: ["text", "image"],
18436
+ cost: {
18437
+ input: 2,
18438
+ output: 6,
18439
+ cacheRead: 0.25,
18440
+ cacheWrite: 2.5,
18441
+ },
18442
+ contextWindow: 991000,
18443
+ maxTokens: 128000,
18444
+ },
18161
18445
  "amazon/nova-2-lite": {
18162
18446
  id: "amazon/nova-2-lite",
18163
18447
  name: "Nova 2 Lite",
@@ -18261,6 +18545,24 @@ export const MODELS = {
18261
18545
  contextWindow: 1000000,
18262
18546
  maxTokens: 128000,
18263
18547
  },
18548
+ "anthropic/claude-fable-5.1": {
18549
+ id: "anthropic/claude-fable-5.1",
18550
+ name: "Claude Fable 5.1",
18551
+ api: "anthropic-messages",
18552
+ provider: "vercel-ai-gateway",
18553
+ baseUrl: "https://ai-gateway.vercel.sh",
18554
+ reasoning: true,
18555
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
18556
+ input: ["text", "image"],
18557
+ cost: {
18558
+ input: 10,
18559
+ output: 50,
18560
+ cacheRead: 0.25,
18561
+ cacheWrite: 12.5,
18562
+ },
18563
+ contextWindow: 1000000,
18564
+ maxTokens: 128000,
18565
+ },
18264
18566
  "anthropic/claude-haiku-4.5": {
18265
18567
  id: "anthropic/claude-haiku-4.5",
18266
18568
  name: "Claude Haiku 4.5",
@@ -18575,23 +18877,6 @@ export const MODELS = {
18575
18877
  contextWindow: 128000,
18576
18878
  maxTokens: 8192,
18577
18879
  },
18578
- "deepseek/deepseek-v3": {
18579
- id: "deepseek/deepseek-v3",
18580
- name: "DeepSeek V3 0324",
18581
- api: "anthropic-messages",
18582
- provider: "vercel-ai-gateway",
18583
- baseUrl: "https://ai-gateway.vercel.sh",
18584
- reasoning: false,
18585
- input: ["text"],
18586
- cost: {
18587
- input: 0.27,
18588
- output: 1.12,
18589
- cacheRead: 0.135,
18590
- cacheWrite: 0,
18591
- },
18592
- contextWindow: 163840,
18593
- maxTokens: 163840,
18594
- },
18595
18880
  "deepseek/deepseek-v3.1": {
18596
18881
  id: "deepseek/deepseek-v3.1",
18597
18882
  name: "DeepSeek V3.1",
@@ -18708,8 +18993,8 @@ export const MODELS = {
18708
18993
  cacheRead: 0.007,
18709
18994
  cacheWrite: 0,
18710
18995
  },
18711
- contextWindow: 1000000,
18712
- maxTokens: 384000,
18996
+ contextWindow: 1048576,
18997
+ maxTokens: 1048576,
18713
18998
  },
18714
18999
  "deepseek/deepseek-v4-pro": {
18715
19000
  id: "deepseek/deepseek-v4-pro",
@@ -18915,6 +19200,23 @@ export const MODELS = {
18915
19200
  contextWindow: 1000000,
18916
19201
  maxTokens: 65536,
18917
19202
  },
19203
+ "google/gemini-3.8-flash": {
19204
+ id: "google/gemini-3.8-flash",
19205
+ name: "Gemini 3.8 Flash",
19206
+ api: "anthropic-messages",
19207
+ provider: "vercel-ai-gateway",
19208
+ baseUrl: "https://ai-gateway.vercel.sh",
19209
+ reasoning: true,
19210
+ input: ["text", "image"],
19211
+ cost: {
19212
+ input: 0.75,
19213
+ output: 3.75,
19214
+ cacheRead: 0.075,
19215
+ cacheWrite: 0,
19216
+ },
19217
+ contextWindow: 1000000,
19218
+ maxTokens: 65536,
19219
+ },
18918
19220
  "google/gemma-4-26b-a4b-it": {
18919
19221
  id: "google/gemma-4-26b-a4b-it",
18920
19222
  name: "Google Gemma 4 26B A4B",
@@ -19272,6 +19574,40 @@ export const MODELS = {
19272
19574
  contextWindow: 1048576,
19273
19575
  maxTokens: 1048576,
19274
19576
  },
19577
+ "meta/muse-spark-1.3": {
19578
+ id: "meta/muse-spark-1.3",
19579
+ name: "Muse Spark 1.3",
19580
+ api: "anthropic-messages",
19581
+ provider: "vercel-ai-gateway",
19582
+ baseUrl: "https://ai-gateway.vercel.sh",
19583
+ reasoning: true,
19584
+ input: ["text", "image"],
19585
+ cost: {
19586
+ input: 1.25,
19587
+ output: 4.25,
19588
+ cacheRead: 0.15,
19589
+ cacheWrite: 0,
19590
+ },
19591
+ contextWindow: 1048576,
19592
+ maxTokens: 1048576,
19593
+ },
19594
+ "meta/muse-spark-1.3-contributor": {
19595
+ id: "meta/muse-spark-1.3-contributor",
19596
+ name: "Muse Spark 1.3 Contributor",
19597
+ api: "anthropic-messages",
19598
+ provider: "vercel-ai-gateway",
19599
+ baseUrl: "https://ai-gateway.vercel.sh",
19600
+ reasoning: true,
19601
+ input: ["text", "image"],
19602
+ cost: {
19603
+ input: 0.09999999999999999,
19604
+ output: 0.19999999999999998,
19605
+ cacheRead: 0.002,
19606
+ cacheWrite: 0,
19607
+ },
19608
+ contextWindow: 1048576,
19609
+ maxTokens: 1048576,
19610
+ },
19275
19611
  "minimax/minimax-m2": {
19276
19612
  id: "minimax/minimax-m2",
19277
19613
  name: "MiniMax M2",
@@ -21267,6 +21603,23 @@ export const MODELS = {
21267
21603
  contextWindow: 1050000,
21268
21604
  maxTokens: 131000,
21269
21605
  },
21606
+ "xiaomi/mimo-v2.5-pro-ultraspeed": {
21607
+ id: "xiaomi/mimo-v2.5-pro-ultraspeed",
21608
+ name: "MiMo V2.5 Pro UltraSpeed",
21609
+ api: "anthropic-messages",
21610
+ provider: "vercel-ai-gateway",
21611
+ baseUrl: "https://ai-gateway.vercel.sh",
21612
+ reasoning: true,
21613
+ input: ["text"],
21614
+ cost: {
21615
+ input: 1.305,
21616
+ output: 2.61,
21617
+ cacheRead: 0.0108,
21618
+ cacheWrite: 0,
21619
+ },
21620
+ contextWindow: 1048576,
21621
+ maxTokens: 131072,
21622
+ },
21270
21623
  "zai/glm-4.5": {
21271
21624
  id: "zai/glm-4.5",
21272
21625
  name: "GLM 4.5",
@@ -21480,14 +21833,31 @@ export const MODELS = {
21480
21833
  reasoning: true,
21481
21834
  input: ["text"],
21482
21835
  cost: {
21483
- input: 1.4,
21484
- output: 4.4,
21485
- cacheRead: 0.14,
21836
+ input: 0.7,
21837
+ output: 2.2,
21838
+ cacheRead: 0.13,
21486
21839
  cacheWrite: 0,
21487
21840
  },
21488
21841
  contextWindow: 1000000,
21489
21842
  maxTokens: 1000000,
21490
21843
  },
21844
+ "zai/glm-5.3-fast": {
21845
+ id: "zai/glm-5.3-fast",
21846
+ name: "GLM 5.3 Fast",
21847
+ api: "anthropic-messages",
21848
+ provider: "vercel-ai-gateway",
21849
+ baseUrl: "https://ai-gateway.vercel.sh",
21850
+ reasoning: true,
21851
+ input: ["text"],
21852
+ cost: {
21853
+ input: 2.0999999999999996,
21854
+ output: 6.6000000000000005,
21855
+ cacheRead: 0.21,
21856
+ cacheWrite: 0,
21857
+ },
21858
+ contextWindow: 1048576,
21859
+ maxTokens: 262144,
21860
+ },
21491
21861
  "zai/glm-5.3-flash": {
21492
21862
  id: "zai/glm-5.3-flash",
21493
21863
  name: "GLM 5.3 Flash",
@@ -21505,6 +21875,23 @@ export const MODELS = {
21505
21875
  contextWindow: 1000000,
21506
21876
  maxTokens: 131000,
21507
21877
  },
21878
+ "zai/glm-5.3-promo-50": {
21879
+ id: "zai/glm-5.3-promo-50",
21880
+ name: "GLM 5.3 (50% off)",
21881
+ api: "anthropic-messages",
21882
+ provider: "vercel-ai-gateway",
21883
+ baseUrl: "https://ai-gateway.vercel.sh",
21884
+ reasoning: true,
21885
+ input: ["text"],
21886
+ cost: {
21887
+ input: 0.7,
21888
+ output: 2.2,
21889
+ cacheRead: 0.13,
21890
+ cacheWrite: 0,
21891
+ },
21892
+ contextWindow: 1048576,
21893
+ maxTokens: 1048576,
21894
+ },
21508
21895
  "zai/glm-5v-turbo": {
21509
21896
  id: "zai/glm-5v-turbo",
21510
21897
  name: "GLM 5V Turbo",