@caupulican/pi-ai 0.80.38 → 0.80.40

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.
@@ -5496,6 +5496,24 @@ export const MODELS = {
5496
5496
  contextWindow: 262144,
5497
5497
  maxTokens: 65536,
5498
5498
  },
5499
+ "Qwen/Qwen3.6-27B": {
5500
+ id: "Qwen/Qwen3.6-27B",
5501
+ name: "Qwen3.6 27B",
5502
+ api: "openai-completions",
5503
+ provider: "huggingface",
5504
+ baseUrl: "https://router.huggingface.co/v1",
5505
+ compat: { "supportsDeveloperRole": false },
5506
+ reasoning: true,
5507
+ input: ["text", "image"],
5508
+ cost: {
5509
+ input: 0.47,
5510
+ output: 3.19,
5511
+ cacheRead: 0,
5512
+ cacheWrite: 0,
5513
+ },
5514
+ contextWindow: 262144,
5515
+ maxTokens: 65536,
5516
+ },
5499
5517
  "Qwen/Qwen3.6-35B-A3B": {
5500
5518
  id: "Qwen/Qwen3.6-35B-A3B",
5501
5519
  name: "Qwen3.6 35B-A3B",
@@ -5532,6 +5550,24 @@ export const MODELS = {
5532
5550
  contextWindow: 262144,
5533
5551
  maxTokens: 4096,
5534
5552
  },
5553
+ "XiaomiMiMo/MiMo-V2.5-Pro": {
5554
+ id: "XiaomiMiMo/MiMo-V2.5-Pro",
5555
+ name: "MiMo-V2.5-Pro",
5556
+ api: "openai-completions",
5557
+ provider: "huggingface",
5558
+ baseUrl: "https://router.huggingface.co/v1",
5559
+ compat: { "supportsDeveloperRole": false },
5560
+ reasoning: true,
5561
+ input: ["text"],
5562
+ cost: {
5563
+ input: 1,
5564
+ output: 3,
5565
+ cacheRead: 0,
5566
+ cacheWrite: 0,
5567
+ },
5568
+ contextWindow: 1048576,
5569
+ maxTokens: 131072,
5570
+ },
5535
5571
  "deepseek-ai/DeepSeek-R1": {
5536
5572
  id: "deepseek-ai/DeepSeek-R1",
5537
5573
  name: "DeepSeek-R1",
@@ -5802,6 +5838,24 @@ export const MODELS = {
5802
5838
  contextWindow: 262144,
5803
5839
  maxTokens: 256000,
5804
5840
  },
5841
+ "stepfun-ai/Step-3.7-Flash": {
5842
+ id: "stepfun-ai/Step-3.7-Flash",
5843
+ name: "Step 3.7 Flash",
5844
+ api: "openai-completions",
5845
+ provider: "huggingface",
5846
+ baseUrl: "https://router.huggingface.co/v1",
5847
+ compat: { "supportsDeveloperRole": false },
5848
+ reasoning: true,
5849
+ input: ["text", "image"],
5850
+ cost: {
5851
+ input: 0.2,
5852
+ output: 1.15,
5853
+ cacheRead: 0,
5854
+ cacheWrite: 0,
5855
+ },
5856
+ contextWindow: 262144,
5857
+ maxTokens: 256000,
5858
+ },
5805
5859
  "zai-org/GLM-4.5": {
5806
5860
  id: "zai-org/GLM-4.5",
5807
5861
  name: "GLM-4.5",
@@ -12668,6 +12722,23 @@ export const MODELS = {
12668
12722
  contextWindow: 256000,
12669
12723
  maxTokens: 128000,
12670
12724
  },
12725
+ "sakana/fugu-ultra": {
12726
+ id: "sakana/fugu-ultra",
12727
+ name: "Sakana: Fugu Ultra",
12728
+ api: "openai-completions",
12729
+ provider: "openrouter",
12730
+ baseUrl: "https://openrouter.ai/api/v1",
12731
+ reasoning: true,
12732
+ input: ["text", "image"],
12733
+ cost: {
12734
+ input: 5,
12735
+ output: 30,
12736
+ cacheRead: 0.5,
12737
+ cacheWrite: 0,
12738
+ },
12739
+ contextWindow: 1000000,
12740
+ maxTokens: 128000,
12741
+ },
12671
12742
  "sao10k/l3.1-euryale-70b": {
12672
12743
  id: "sao10k/l3.1-euryale-70b",
12673
12744
  name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
@@ -13680,7 +13751,7 @@ export const MODELS = {
13680
13751
  api: "anthropic-messages",
13681
13752
  provider: "vercel-ai-gateway",
13682
13753
  baseUrl: "https://ai-gateway.vercel.sh",
13683
- reasoning: true,
13754
+ reasoning: false,
13684
13755
  input: ["text"],
13685
13756
  cost: {
13686
13757
  input: 1.5,
@@ -13697,7 +13768,7 @@ export const MODELS = {
13697
13768
  api: "anthropic-messages",
13698
13769
  provider: "vercel-ai-gateway",
13699
13770
  baseUrl: "https://ai-gateway.vercel.sh",
13700
- reasoning: true,
13771
+ reasoning: false,
13701
13772
  input: ["text"],
13702
13773
  cost: {
13703
13774
  input: 0.15,
@@ -13714,7 +13785,7 @@ export const MODELS = {
13714
13785
  api: "anthropic-messages",
13715
13786
  provider: "vercel-ai-gateway",
13716
13787
  baseUrl: "https://ai-gateway.vercel.sh",
13717
- reasoning: true,
13788
+ reasoning: false,
13718
13789
  input: ["text"],
13719
13790
  cost: {
13720
13791
  input: 0.5,
@@ -13827,6 +13898,40 @@ export const MODELS = {
13827
13898
  contextWindow: 131072,
13828
13899
  maxTokens: 32768,
13829
13900
  },
13901
+ "alibaba/qwen3-vl-235b-a22b-instruct": {
13902
+ id: "alibaba/qwen3-vl-235b-a22b-instruct",
13903
+ name: "Qwen3 VL 235B A22B Instruct",
13904
+ api: "anthropic-messages",
13905
+ provider: "vercel-ai-gateway",
13906
+ baseUrl: "https://ai-gateway.vercel.sh",
13907
+ reasoning: false,
13908
+ input: ["text", "image"],
13909
+ cost: {
13910
+ input: 0.39999999999999997,
13911
+ output: 1.5999999999999999,
13912
+ cacheRead: 0,
13913
+ cacheWrite: 0,
13914
+ },
13915
+ contextWindow: 131072,
13916
+ maxTokens: 129024,
13917
+ },
13918
+ "alibaba/qwen3-vl-instruct": {
13919
+ id: "alibaba/qwen3-vl-instruct",
13920
+ name: "Qwen3 VL 235B A22B Instruct",
13921
+ api: "anthropic-messages",
13922
+ provider: "vercel-ai-gateway",
13923
+ baseUrl: "https://ai-gateway.vercel.sh",
13924
+ reasoning: false,
13925
+ input: ["text", "image"],
13926
+ cost: {
13927
+ input: 0.39999999999999997,
13928
+ output: 1.5999999999999999,
13929
+ cacheRead: 0,
13930
+ cacheWrite: 0,
13931
+ },
13932
+ contextWindow: 131072,
13933
+ maxTokens: 129024,
13934
+ },
13830
13935
  "alibaba/qwen3-vl-thinking": {
13831
13936
  id: "alibaba/qwen3-vl-thinking",
13832
13937
  name: "Qwen3 VL 235B A22B Thinking",
@@ -13946,6 +14051,74 @@ export const MODELS = {
13946
14051
  contextWindow: 1000000,
13947
14052
  maxTokens: 64000,
13948
14053
  },
14054
+ "amazon/nova-2-lite": {
14055
+ id: "amazon/nova-2-lite",
14056
+ name: "Nova 2 Lite",
14057
+ api: "anthropic-messages",
14058
+ provider: "vercel-ai-gateway",
14059
+ baseUrl: "https://ai-gateway.vercel.sh",
14060
+ reasoning: true,
14061
+ input: ["text", "image"],
14062
+ cost: {
14063
+ input: 0.3,
14064
+ output: 2.5,
14065
+ cacheRead: 0.075,
14066
+ cacheWrite: 0,
14067
+ },
14068
+ contextWindow: 1000000,
14069
+ maxTokens: 1000000,
14070
+ },
14071
+ "amazon/nova-lite": {
14072
+ id: "amazon/nova-lite",
14073
+ name: "Nova Lite",
14074
+ api: "anthropic-messages",
14075
+ provider: "vercel-ai-gateway",
14076
+ baseUrl: "https://ai-gateway.vercel.sh",
14077
+ reasoning: false,
14078
+ input: ["text", "image"],
14079
+ cost: {
14080
+ input: 0.06,
14081
+ output: 0.24,
14082
+ cacheRead: 0,
14083
+ cacheWrite: 0,
14084
+ },
14085
+ contextWindow: 300000,
14086
+ maxTokens: 8192,
14087
+ },
14088
+ "amazon/nova-micro": {
14089
+ id: "amazon/nova-micro",
14090
+ name: "Nova Micro",
14091
+ api: "anthropic-messages",
14092
+ provider: "vercel-ai-gateway",
14093
+ baseUrl: "https://ai-gateway.vercel.sh",
14094
+ reasoning: false,
14095
+ input: ["text"],
14096
+ cost: {
14097
+ input: 0.035,
14098
+ output: 0.14,
14099
+ cacheRead: 0,
14100
+ cacheWrite: 0,
14101
+ },
14102
+ contextWindow: 128000,
14103
+ maxTokens: 8192,
14104
+ },
14105
+ "amazon/nova-pro": {
14106
+ id: "amazon/nova-pro",
14107
+ name: "Nova Pro",
14108
+ api: "anthropic-messages",
14109
+ provider: "vercel-ai-gateway",
14110
+ baseUrl: "https://ai-gateway.vercel.sh",
14111
+ reasoning: false,
14112
+ input: ["text", "image"],
14113
+ cost: {
14114
+ input: 0.7999999999999999,
14115
+ output: 3.1999999999999997,
14116
+ cacheRead: 0,
14117
+ cacheWrite: 0,
14118
+ },
14119
+ contextWindow: 300000,
14120
+ maxTokens: 8192,
14121
+ },
13949
14122
  "anthropic/claude-3-haiku": {
13950
14123
  id: "anthropic/claude-3-haiku",
13951
14124
  name: "Claude 3 Haiku",
@@ -14191,6 +14364,23 @@ export const MODELS = {
14191
14364
  contextWindow: 262100,
14192
14365
  maxTokens: 80000,
14193
14366
  },
14367
+ "arcee-ai/trinity-mini": {
14368
+ id: "arcee-ai/trinity-mini",
14369
+ name: "Trinity Mini",
14370
+ api: "anthropic-messages",
14371
+ provider: "vercel-ai-gateway",
14372
+ baseUrl: "https://ai-gateway.vercel.sh",
14373
+ reasoning: false,
14374
+ input: ["text"],
14375
+ cost: {
14376
+ input: 0.045,
14377
+ output: 0.15,
14378
+ cacheRead: 0,
14379
+ cacheWrite: 0,
14380
+ },
14381
+ contextWindow: 131072,
14382
+ maxTokens: 131072,
14383
+ },
14194
14384
  "bytedance/seed-1.6": {
14195
14385
  id: "bytedance/seed-1.6",
14196
14386
  name: "Seed 1.6",
@@ -14198,7 +14388,7 @@ export const MODELS = {
14198
14388
  provider: "vercel-ai-gateway",
14199
14389
  baseUrl: "https://ai-gateway.vercel.sh",
14200
14390
  reasoning: true,
14201
- input: ["text"],
14391
+ input: ["text", "image"],
14202
14392
  cost: {
14203
14393
  input: 0.25,
14204
14394
  output: 2,
@@ -14208,6 +14398,23 @@ export const MODELS = {
14208
14398
  contextWindow: 256000,
14209
14399
  maxTokens: 32000,
14210
14400
  },
14401
+ "bytedance/seed-1.8": {
14402
+ id: "bytedance/seed-1.8",
14403
+ name: "Bytedance Seed 1.8",
14404
+ api: "anthropic-messages",
14405
+ provider: "vercel-ai-gateway",
14406
+ baseUrl: "https://ai-gateway.vercel.sh",
14407
+ reasoning: true,
14408
+ input: ["text", "image"],
14409
+ cost: {
14410
+ input: 0.25,
14411
+ output: 2,
14412
+ cacheRead: 0.049999999999999996,
14413
+ cacheWrite: 0,
14414
+ },
14415
+ contextWindow: 256000,
14416
+ maxTokens: 64000,
14417
+ },
14211
14418
  "cohere/command-a": {
14212
14419
  id: "cohere/command-a",
14213
14420
  name: "Command A",
@@ -14299,8 +14506,8 @@ export const MODELS = {
14299
14506
  api: "anthropic-messages",
14300
14507
  provider: "vercel-ai-gateway",
14301
14508
  baseUrl: "https://ai-gateway.vercel.sh",
14302
- reasoning: true,
14303
- input: ["text", "image"],
14509
+ reasoning: false,
14510
+ input: ["text"],
14304
14511
  cost: {
14305
14512
  input: 0.28,
14306
14513
  output: 0.42,
@@ -14317,7 +14524,7 @@ export const MODELS = {
14317
14524
  provider: "vercel-ai-gateway",
14318
14525
  baseUrl: "https://ai-gateway.vercel.sh",
14319
14526
  reasoning: true,
14320
- input: ["text", "image"],
14527
+ input: ["text"],
14321
14528
  cost: {
14322
14529
  input: 0.62,
14323
14530
  output: 1.85,
@@ -14334,7 +14541,7 @@ export const MODELS = {
14334
14541
  provider: "vercel-ai-gateway",
14335
14542
  baseUrl: "https://ai-gateway.vercel.sh",
14336
14543
  reasoning: true,
14337
- input: ["text", "image"],
14544
+ input: ["text"],
14338
14545
  cost: {
14339
14546
  input: 0.14,
14340
14547
  output: 0.28,
@@ -14537,7 +14744,7 @@ export const MODELS = {
14537
14744
  api: "anthropic-messages",
14538
14745
  provider: "vercel-ai-gateway",
14539
14746
  baseUrl: "https://ai-gateway.vercel.sh",
14540
- reasoning: false,
14747
+ reasoning: true,
14541
14748
  input: ["text", "image"],
14542
14749
  cost: {
14543
14750
  input: 0.14,
@@ -14582,6 +14789,40 @@ export const MODELS = {
14582
14789
  contextWindow: 32000,
14583
14790
  maxTokens: 16384,
14584
14791
  },
14792
+ "interfaze/interfaze-beta": {
14793
+ id: "interfaze/interfaze-beta",
14794
+ name: "Interfaze Beta",
14795
+ api: "anthropic-messages",
14796
+ provider: "vercel-ai-gateway",
14797
+ baseUrl: "https://ai-gateway.vercel.sh",
14798
+ reasoning: true,
14799
+ input: ["text", "image"],
14800
+ cost: {
14801
+ input: 1.5,
14802
+ output: 3.5,
14803
+ cacheRead: 0,
14804
+ cacheWrite: 0,
14805
+ },
14806
+ contextWindow: 1000000,
14807
+ maxTokens: 32000,
14808
+ },
14809
+ "kwaipilot/kat-coder-pro-v1": {
14810
+ id: "kwaipilot/kat-coder-pro-v1",
14811
+ name: "KAT-Coder-Pro V1",
14812
+ api: "anthropic-messages",
14813
+ provider: "vercel-ai-gateway",
14814
+ baseUrl: "https://ai-gateway.vercel.sh",
14815
+ reasoning: false,
14816
+ input: ["text"],
14817
+ cost: {
14818
+ input: 0.3,
14819
+ output: 1.2,
14820
+ cacheRead: 0.06,
14821
+ cacheWrite: 0,
14822
+ },
14823
+ contextWindow: 256000,
14824
+ maxTokens: 32000,
14825
+ },
14585
14826
  "kwaipilot/kat-coder-pro-v2": {
14586
14827
  id: "kwaipilot/kat-coder-pro-v2",
14587
14828
  name: "Kat Coder Pro V2",
@@ -14616,6 +14857,23 @@ export const MODELS = {
14616
14857
  contextWindow: 128000,
14617
14858
  maxTokens: 100000,
14618
14859
  },
14860
+ "meituan/longcat-flash-thinking-2601": {
14861
+ id: "meituan/longcat-flash-thinking-2601",
14862
+ name: "LongCat Flash Thinking 2601",
14863
+ api: "anthropic-messages",
14864
+ provider: "vercel-ai-gateway",
14865
+ baseUrl: "https://ai-gateway.vercel.sh",
14866
+ reasoning: true,
14867
+ input: ["text"],
14868
+ cost: {
14869
+ input: 0,
14870
+ output: 0,
14871
+ cacheRead: 0,
14872
+ cacheWrite: 0,
14873
+ },
14874
+ contextWindow: 32768,
14875
+ maxTokens: 32768,
14876
+ },
14619
14877
  "meta/llama-3.1-70b": {
14620
14878
  id: "meta/llama-3.1-70b",
14621
14879
  name: "Llama 3.1 70B Instruct",
@@ -14929,7 +15187,7 @@ export const MODELS = {
14929
15187
  provider: "vercel-ai-gateway",
14930
15188
  baseUrl: "https://ai-gateway.vercel.sh",
14931
15189
  reasoning: false,
14932
- input: ["text"],
15190
+ input: ["text", "image"],
14933
15191
  cost: {
14934
15192
  input: 0.09999999999999999,
14935
15193
  output: 0.3,
@@ -14939,6 +15197,57 @@ export const MODELS = {
14939
15197
  contextWindow: 256000,
14940
15198
  maxTokens: 256000,
14941
15199
  },
15200
+ "mistral/magistral-medium": {
15201
+ id: "mistral/magistral-medium",
15202
+ name: "Magistral Medium 2509",
15203
+ api: "anthropic-messages",
15204
+ provider: "vercel-ai-gateway",
15205
+ baseUrl: "https://ai-gateway.vercel.sh",
15206
+ reasoning: true,
15207
+ input: ["text", "image"],
15208
+ cost: {
15209
+ input: 2,
15210
+ output: 5,
15211
+ cacheRead: 0,
15212
+ cacheWrite: 0,
15213
+ },
15214
+ contextWindow: 128000,
15215
+ maxTokens: 64000,
15216
+ },
15217
+ "mistral/magistral-small": {
15218
+ id: "mistral/magistral-small",
15219
+ name: "Magistral Small 2509",
15220
+ api: "anthropic-messages",
15221
+ provider: "vercel-ai-gateway",
15222
+ baseUrl: "https://ai-gateway.vercel.sh",
15223
+ reasoning: true,
15224
+ input: ["text", "image"],
15225
+ cost: {
15226
+ input: 0.5,
15227
+ output: 1.5,
15228
+ cacheRead: 0,
15229
+ cacheWrite: 0,
15230
+ },
15231
+ contextWindow: 128000,
15232
+ maxTokens: 64000,
15233
+ },
15234
+ "mistral/ministral-14b": {
15235
+ id: "mistral/ministral-14b",
15236
+ name: "Ministral 14B",
15237
+ api: "anthropic-messages",
15238
+ provider: "vercel-ai-gateway",
15239
+ baseUrl: "https://ai-gateway.vercel.sh",
15240
+ reasoning: false,
15241
+ input: ["text", "image"],
15242
+ cost: {
15243
+ input: 0.19999999999999998,
15244
+ output: 0.19999999999999998,
15245
+ cacheRead: 0,
15246
+ cacheWrite: 0,
15247
+ },
15248
+ contextWindow: 256000,
15249
+ maxTokens: 256000,
15250
+ },
14942
15251
  "mistral/ministral-3b": {
14943
15252
  id: "mistral/ministral-3b",
14944
15253
  name: "Ministral 3B",
@@ -14973,6 +15282,23 @@ export const MODELS = {
14973
15282
  contextWindow: 128000,
14974
15283
  maxTokens: 4000,
14975
15284
  },
15285
+ "mistral/mistral-large-3": {
15286
+ id: "mistral/mistral-large-3",
15287
+ name: "Mistral Large 3",
15288
+ api: "anthropic-messages",
15289
+ provider: "vercel-ai-gateway",
15290
+ baseUrl: "https://ai-gateway.vercel.sh",
15291
+ reasoning: false,
15292
+ input: ["text", "image"],
15293
+ cost: {
15294
+ input: 0.5,
15295
+ output: 1.5,
15296
+ cacheRead: 0,
15297
+ cacheWrite: 0,
15298
+ },
15299
+ contextWindow: 256000,
15300
+ maxTokens: 256000,
15301
+ },
14976
15302
  "mistral/mistral-medium": {
14977
15303
  id: "mistral/mistral-medium",
14978
15304
  name: "Mistral Medium 3.1",
@@ -14997,7 +15323,7 @@ export const MODELS = {
14997
15323
  provider: "vercel-ai-gateway",
14998
15324
  baseUrl: "https://ai-gateway.vercel.sh",
14999
15325
  reasoning: true,
15000
- input: ["text"],
15326
+ input: ["text", "image"],
15001
15327
  cost: {
15002
15328
  input: 1.5,
15003
15329
  output: 7.5,
@@ -15177,6 +15503,23 @@ export const MODELS = {
15177
15503
  contextWindow: 262144,
15178
15504
  maxTokens: 32768,
15179
15505
  },
15506
+ "nvidia/nemotron-3-nano-30b-a3b": {
15507
+ id: "nvidia/nemotron-3-nano-30b-a3b",
15508
+ name: "Nemotron 3 Nano 30B A3B",
15509
+ api: "anthropic-messages",
15510
+ provider: "vercel-ai-gateway",
15511
+ baseUrl: "https://ai-gateway.vercel.sh",
15512
+ reasoning: true,
15513
+ input: ["text"],
15514
+ cost: {
15515
+ input: 0.049999999999999996,
15516
+ output: 0.24,
15517
+ cacheRead: 0,
15518
+ cacheWrite: 0,
15519
+ },
15520
+ contextWindow: 262144,
15521
+ maxTokens: 262144,
15522
+ },
15180
15523
  "nvidia/nemotron-3-super-120b-a12b": {
15181
15524
  id: "nvidia/nemotron-3-super-120b-a12b",
15182
15525
  name: "NVIDIA Nemotron 3 Super 120B A12B",
@@ -15245,6 +15588,23 @@ export const MODELS = {
15245
15588
  contextWindow: 131072,
15246
15589
  maxTokens: 131072,
15247
15590
  },
15591
+ "openai/gpt-3.5-turbo": {
15592
+ id: "openai/gpt-3.5-turbo",
15593
+ name: "GPT-3.5 Turbo",
15594
+ api: "anthropic-messages",
15595
+ provider: "vercel-ai-gateway",
15596
+ baseUrl: "https://ai-gateway.vercel.sh",
15597
+ reasoning: false,
15598
+ input: ["text"],
15599
+ cost: {
15600
+ input: 0.5,
15601
+ output: 1.5,
15602
+ cacheRead: 0,
15603
+ cacheWrite: 0,
15604
+ },
15605
+ contextWindow: 16385,
15606
+ maxTokens: 4096,
15607
+ },
15248
15608
  "openai/gpt-4-turbo": {
15249
15609
  id: "openai/gpt-4-turbo",
15250
15610
  name: "GPT-4 Turbo",
@@ -15370,7 +15730,7 @@ export const MODELS = {
15370
15730
  api: "anthropic-messages",
15371
15731
  provider: "vercel-ai-gateway",
15372
15732
  baseUrl: "https://ai-gateway.vercel.sh",
15373
- reasoning: true,
15733
+ reasoning: false,
15374
15734
  input: ["text", "image"],
15375
15735
  cost: {
15376
15736
  input: 1.25,
@@ -15506,7 +15866,7 @@ export const MODELS = {
15506
15866
  api: "anthropic-messages",
15507
15867
  provider: "vercel-ai-gateway",
15508
15868
  baseUrl: "https://ai-gateway.vercel.sh",
15509
- reasoning: true,
15869
+ reasoning: false,
15510
15870
  input: ["text", "image"],
15511
15871
  cost: {
15512
15872
  input: 1.25,
@@ -15558,7 +15918,7 @@ export const MODELS = {
15558
15918
  api: "anthropic-messages",
15559
15919
  provider: "vercel-ai-gateway",
15560
15920
  baseUrl: "https://ai-gateway.vercel.sh",
15561
- reasoning: true,
15921
+ reasoning: false,
15562
15922
  thinkingLevelMap: { "xhigh": "xhigh" },
15563
15923
  input: ["text", "image"],
15564
15924
  cost: {
@@ -15612,7 +15972,7 @@ export const MODELS = {
15612
15972
  api: "anthropic-messages",
15613
15973
  provider: "vercel-ai-gateway",
15614
15974
  baseUrl: "https://ai-gateway.vercel.sh",
15615
- reasoning: true,
15975
+ reasoning: false,
15616
15976
  thinkingLevelMap: { "xhigh": "xhigh" },
15617
15977
  input: ["text", "image"],
15618
15978
  cost: {
@@ -15903,40 +16263,6 @@ export const MODELS = {
15903
16263
  contextWindow: 200000,
15904
16264
  maxTokens: 100000,
15905
16265
  },
15906
- "perplexity/sonar": {
15907
- id: "perplexity/sonar",
15908
- name: "Sonar",
15909
- api: "anthropic-messages",
15910
- provider: "vercel-ai-gateway",
15911
- baseUrl: "https://ai-gateway.vercel.sh",
15912
- reasoning: false,
15913
- input: ["text", "image"],
15914
- cost: {
15915
- input: 0,
15916
- output: 0,
15917
- cacheRead: 0,
15918
- cacheWrite: 0,
15919
- },
15920
- contextWindow: 127000,
15921
- maxTokens: 8000,
15922
- },
15923
- "perplexity/sonar-pro": {
15924
- id: "perplexity/sonar-pro",
15925
- name: "Sonar Pro",
15926
- api: "anthropic-messages",
15927
- provider: "vercel-ai-gateway",
15928
- baseUrl: "https://ai-gateway.vercel.sh",
15929
- reasoning: false,
15930
- input: ["text", "image"],
15931
- cost: {
15932
- input: 0,
15933
- output: 0,
15934
- cacheRead: 0,
15935
- cacheWrite: 0,
15936
- },
15937
- contextWindow: 200000,
15938
- maxTokens: 8000,
15939
- },
15940
16266
  "sakana/fugu-ultra": {
15941
16267
  id: "sakana/fugu-ultra",
15942
16268
  name: "Fugu Ultra",
@@ -16216,7 +16542,7 @@ export const MODELS = {
16216
16542
  provider: "vercel-ai-gateway",
16217
16543
  baseUrl: "https://ai-gateway.vercel.sh",
16218
16544
  reasoning: true,
16219
- input: ["text", "image"],
16545
+ input: ["text"],
16220
16546
  cost: {
16221
16547
  input: 0.435,
16222
16548
  output: 0.87,
@@ -16420,7 +16746,7 @@ export const MODELS = {
16420
16746
  provider: "vercel-ai-gateway",
16421
16747
  baseUrl: "https://ai-gateway.vercel.sh",
16422
16748
  reasoning: true,
16423
- input: ["text", "image"],
16749
+ input: ["text"],
16424
16750
  cost: {
16425
16751
  input: 1.4,
16426
16752
  output: 4.4,
@@ -16447,6 +16773,23 @@ export const MODELS = {
16447
16773
  contextWindow: 1000000,
16448
16774
  maxTokens: 128000,
16449
16775
  },
16776
+ "zai/glm-5.2-fast": {
16777
+ id: "zai/glm-5.2-fast",
16778
+ name: "GLM 5.2 Fast",
16779
+ api: "anthropic-messages",
16780
+ provider: "vercel-ai-gateway",
16781
+ baseUrl: "https://ai-gateway.vercel.sh",
16782
+ reasoning: true,
16783
+ input: ["text"],
16784
+ cost: {
16785
+ input: 3,
16786
+ output: 10.25,
16787
+ cacheRead: 0.5,
16788
+ cacheWrite: 0,
16789
+ },
16790
+ contextWindow: 1000000,
16791
+ maxTokens: 128000,
16792
+ },
16450
16793
  "zai/glm-5v-turbo": {
16451
16794
  id: "zai/glm-5v-turbo",
16452
16795
  name: "GLM 5V Turbo",