@caupulican/pi-ai 0.80.37 → 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.
@@ -4352,6 +4352,64 @@ export declare const MODELS: {
4352
4352
  maxTokens: number;
4353
4353
  };
4354
4354
  };
4355
+ readonly fugu: {
4356
+ readonly fugu: {
4357
+ id: string;
4358
+ name: string;
4359
+ api: "openai-responses";
4360
+ provider: string;
4361
+ baseUrl: string;
4362
+ compat: {
4363
+ supportsLongCacheRetention: false;
4364
+ };
4365
+ reasoning: true;
4366
+ thinkingLevelMap: {
4367
+ off: null;
4368
+ minimal: null;
4369
+ low: null;
4370
+ medium: null;
4371
+ high: string;
4372
+ xhigh: string;
4373
+ };
4374
+ input: ("image" | "text")[];
4375
+ cost: {
4376
+ input: number;
4377
+ output: number;
4378
+ cacheRead: number;
4379
+ cacheWrite: number;
4380
+ };
4381
+ contextWindow: number;
4382
+ maxTokens: number;
4383
+ };
4384
+ readonly "fugu-ultra": {
4385
+ id: string;
4386
+ name: string;
4387
+ api: "openai-responses";
4388
+ provider: string;
4389
+ baseUrl: string;
4390
+ compat: {
4391
+ supportsLongCacheRetention: false;
4392
+ };
4393
+ reasoning: true;
4394
+ thinkingLevelMap: {
4395
+ off: null;
4396
+ minimal: null;
4397
+ low: null;
4398
+ medium: null;
4399
+ high: string;
4400
+ xhigh: string;
4401
+ };
4402
+ input: ("image" | "text")[];
4403
+ cost: {
4404
+ input: number;
4405
+ output: number;
4406
+ cacheRead: number;
4407
+ cacheWrite: number;
4408
+ };
4409
+ contextWindow: number;
4410
+ maxTokens: number;
4411
+ };
4412
+ };
4355
4413
  readonly "github-copilot": {
4356
4414
  readonly "claude-fable-5": {
4357
4415
  id: string;
@@ -6017,6 +6075,26 @@ export declare const MODELS: {
6017
6075
  contextWindow: number;
6018
6076
  maxTokens: number;
6019
6077
  };
6078
+ readonly "Qwen/Qwen3.6-27B": {
6079
+ id: string;
6080
+ name: string;
6081
+ api: "openai-completions";
6082
+ provider: string;
6083
+ baseUrl: string;
6084
+ compat: {
6085
+ supportsDeveloperRole: false;
6086
+ };
6087
+ reasoning: true;
6088
+ input: ("image" | "text")[];
6089
+ cost: {
6090
+ input: number;
6091
+ output: number;
6092
+ cacheRead: number;
6093
+ cacheWrite: number;
6094
+ };
6095
+ contextWindow: number;
6096
+ maxTokens: number;
6097
+ };
6020
6098
  readonly "Qwen/Qwen3.6-35B-A3B": {
6021
6099
  id: string;
6022
6100
  name: string;
@@ -6057,6 +6135,26 @@ export declare const MODELS: {
6057
6135
  contextWindow: number;
6058
6136
  maxTokens: number;
6059
6137
  };
6138
+ readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
6139
+ id: string;
6140
+ name: string;
6141
+ api: "openai-completions";
6142
+ provider: string;
6143
+ baseUrl: string;
6144
+ compat: {
6145
+ supportsDeveloperRole: false;
6146
+ };
6147
+ reasoning: true;
6148
+ input: "text"[];
6149
+ cost: {
6150
+ input: number;
6151
+ output: number;
6152
+ cacheRead: number;
6153
+ cacheWrite: number;
6154
+ };
6155
+ contextWindow: number;
6156
+ maxTokens: number;
6157
+ };
6060
6158
  readonly "deepseek-ai/DeepSeek-R1": {
6061
6159
  id: string;
6062
6160
  name: string;
@@ -6357,6 +6455,26 @@ export declare const MODELS: {
6357
6455
  contextWindow: number;
6358
6456
  maxTokens: number;
6359
6457
  };
6458
+ readonly "stepfun-ai/Step-3.7-Flash": {
6459
+ id: string;
6460
+ name: string;
6461
+ api: "openai-completions";
6462
+ provider: string;
6463
+ baseUrl: string;
6464
+ compat: {
6465
+ supportsDeveloperRole: false;
6466
+ };
6467
+ reasoning: true;
6468
+ input: ("image" | "text")[];
6469
+ cost: {
6470
+ input: number;
6471
+ output: number;
6472
+ cacheRead: number;
6473
+ cacheWrite: number;
6474
+ };
6475
+ contextWindow: number;
6476
+ maxTokens: number;
6477
+ };
6360
6478
  readonly "zai-org/GLM-4.5": {
6361
6479
  id: string;
6362
6480
  name: string;
@@ -10496,23 +10614,6 @@ export declare const MODELS: {
10496
10614
  contextWindow: number;
10497
10615
  maxTokens: number;
10498
10616
  };
10499
- readonly "essentialai/rnj-1-instruct": {
10500
- id: string;
10501
- name: string;
10502
- api: "openai-completions";
10503
- provider: string;
10504
- baseUrl: string;
10505
- reasoning: false;
10506
- input: "text"[];
10507
- cost: {
10508
- input: number;
10509
- output: number;
10510
- cacheRead: number;
10511
- cacheWrite: number;
10512
- };
10513
- contextWindow: number;
10514
- maxTokens: number;
10515
- };
10516
10617
  readonly "google/gemini-2.5-flash": {
10517
10618
  id: string;
10518
10619
  name: string;
@@ -13652,14 +13753,14 @@ export declare const MODELS: {
13652
13753
  contextWindow: number;
13653
13754
  maxTokens: number;
13654
13755
  };
13655
- readonly "sao10k/l3.1-euryale-70b": {
13756
+ readonly "sakana/fugu-ultra": {
13656
13757
  id: string;
13657
13758
  name: string;
13658
13759
  api: "openai-completions";
13659
13760
  provider: string;
13660
13761
  baseUrl: string;
13661
- reasoning: false;
13662
- input: "text"[];
13762
+ reasoning: true;
13763
+ input: ("image" | "text")[];
13663
13764
  cost: {
13664
13765
  input: number;
13665
13766
  output: number;
@@ -13669,13 +13770,13 @@ export declare const MODELS: {
13669
13770
  contextWindow: number;
13670
13771
  maxTokens: number;
13671
13772
  };
13672
- readonly "stepfun/step-3.5-flash": {
13773
+ readonly "sao10k/l3.1-euryale-70b": {
13673
13774
  id: string;
13674
13775
  name: string;
13675
13776
  api: "openai-completions";
13676
13777
  provider: string;
13677
13778
  baseUrl: string;
13678
- reasoning: true;
13779
+ reasoning: false;
13679
13780
  input: "text"[];
13680
13781
  cost: {
13681
13782
  input: number;
@@ -13686,14 +13787,14 @@ export declare const MODELS: {
13686
13787
  contextWindow: number;
13687
13788
  maxTokens: number;
13688
13789
  };
13689
- readonly "stepfun/step-3.7-flash": {
13790
+ readonly "stepfun/step-3.5-flash": {
13690
13791
  id: string;
13691
13792
  name: string;
13692
13793
  api: "openai-completions";
13693
13794
  provider: string;
13694
13795
  baseUrl: string;
13695
13796
  reasoning: true;
13696
- input: ("image" | "text")[];
13797
+ input: "text"[];
13697
13798
  cost: {
13698
13799
  input: number;
13699
13800
  output: number;
@@ -13703,14 +13804,14 @@ export declare const MODELS: {
13703
13804
  contextWindow: number;
13704
13805
  maxTokens: number;
13705
13806
  };
13706
- readonly "tencent/hy3-preview": {
13807
+ readonly "stepfun/step-3.7-flash": {
13707
13808
  id: string;
13708
13809
  name: string;
13709
13810
  api: "openai-completions";
13710
13811
  provider: string;
13711
13812
  baseUrl: string;
13712
13813
  reasoning: true;
13713
- input: "text"[];
13814
+ input: ("image" | "text")[];
13714
13815
  cost: {
13715
13816
  input: number;
13716
13817
  output: number;
@@ -13720,13 +13821,13 @@ export declare const MODELS: {
13720
13821
  contextWindow: number;
13721
13822
  maxTokens: number;
13722
13823
  };
13723
- readonly "thedrummer/rocinante-12b": {
13824
+ readonly "tencent/hy3-preview": {
13724
13825
  id: string;
13725
13826
  name: string;
13726
13827
  api: "openai-completions";
13727
13828
  provider: string;
13728
13829
  baseUrl: string;
13729
- reasoning: false;
13830
+ reasoning: true;
13730
13831
  input: "text"[];
13731
13832
  cost: {
13732
13833
  input: number;
@@ -14884,7 +14985,7 @@ export declare const MODELS: {
14884
14985
  api: "anthropic-messages";
14885
14986
  provider: string;
14886
14987
  baseUrl: string;
14887
- reasoning: true;
14988
+ reasoning: false;
14888
14989
  input: "text"[];
14889
14990
  cost: {
14890
14991
  input: number;
@@ -14901,7 +15002,7 @@ export declare const MODELS: {
14901
15002
  api: "anthropic-messages";
14902
15003
  provider: string;
14903
15004
  baseUrl: string;
14904
- reasoning: true;
15005
+ reasoning: false;
14905
15006
  input: "text"[];
14906
15007
  cost: {
14907
15008
  input: number;
@@ -14918,7 +15019,7 @@ export declare const MODELS: {
14918
15019
  api: "anthropic-messages";
14919
15020
  provider: string;
14920
15021
  baseUrl: string;
14921
- reasoning: true;
15022
+ reasoning: false;
14922
15023
  input: "text"[];
14923
15024
  cost: {
14924
15025
  input: number;
@@ -15031,6 +15132,40 @@ export declare const MODELS: {
15031
15132
  contextWindow: number;
15032
15133
  maxTokens: number;
15033
15134
  };
15135
+ readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
15136
+ id: string;
15137
+ name: string;
15138
+ api: "anthropic-messages";
15139
+ provider: string;
15140
+ baseUrl: string;
15141
+ reasoning: false;
15142
+ input: ("image" | "text")[];
15143
+ cost: {
15144
+ input: number;
15145
+ output: number;
15146
+ cacheRead: number;
15147
+ cacheWrite: number;
15148
+ };
15149
+ contextWindow: number;
15150
+ maxTokens: number;
15151
+ };
15152
+ readonly "alibaba/qwen3-vl-instruct": {
15153
+ id: string;
15154
+ name: string;
15155
+ api: "anthropic-messages";
15156
+ provider: string;
15157
+ baseUrl: string;
15158
+ reasoning: false;
15159
+ input: ("image" | "text")[];
15160
+ cost: {
15161
+ input: number;
15162
+ output: number;
15163
+ cacheRead: number;
15164
+ cacheWrite: number;
15165
+ };
15166
+ contextWindow: number;
15167
+ maxTokens: number;
15168
+ };
15034
15169
  readonly "alibaba/qwen3-vl-thinking": {
15035
15170
  id: string;
15036
15171
  name: string;
@@ -15150,6 +15285,74 @@ export declare const MODELS: {
15150
15285
  contextWindow: number;
15151
15286
  maxTokens: number;
15152
15287
  };
15288
+ readonly "amazon/nova-2-lite": {
15289
+ id: string;
15290
+ name: string;
15291
+ api: "anthropic-messages";
15292
+ provider: string;
15293
+ baseUrl: string;
15294
+ reasoning: true;
15295
+ input: ("image" | "text")[];
15296
+ cost: {
15297
+ input: number;
15298
+ output: number;
15299
+ cacheRead: number;
15300
+ cacheWrite: number;
15301
+ };
15302
+ contextWindow: number;
15303
+ maxTokens: number;
15304
+ };
15305
+ readonly "amazon/nova-lite": {
15306
+ id: string;
15307
+ name: string;
15308
+ api: "anthropic-messages";
15309
+ provider: string;
15310
+ baseUrl: string;
15311
+ reasoning: false;
15312
+ input: ("image" | "text")[];
15313
+ cost: {
15314
+ input: number;
15315
+ output: number;
15316
+ cacheRead: number;
15317
+ cacheWrite: number;
15318
+ };
15319
+ contextWindow: number;
15320
+ maxTokens: number;
15321
+ };
15322
+ readonly "amazon/nova-micro": {
15323
+ id: string;
15324
+ name: string;
15325
+ api: "anthropic-messages";
15326
+ provider: string;
15327
+ baseUrl: string;
15328
+ reasoning: false;
15329
+ input: "text"[];
15330
+ cost: {
15331
+ input: number;
15332
+ output: number;
15333
+ cacheRead: number;
15334
+ cacheWrite: number;
15335
+ };
15336
+ contextWindow: number;
15337
+ maxTokens: number;
15338
+ };
15339
+ readonly "amazon/nova-pro": {
15340
+ id: string;
15341
+ name: string;
15342
+ api: "anthropic-messages";
15343
+ provider: string;
15344
+ baseUrl: string;
15345
+ reasoning: false;
15346
+ input: ("image" | "text")[];
15347
+ cost: {
15348
+ input: number;
15349
+ output: number;
15350
+ cacheRead: number;
15351
+ cacheWrite: number;
15352
+ };
15353
+ contextWindow: number;
15354
+ maxTokens: number;
15355
+ };
15153
15356
  readonly "anthropic/claude-3-haiku": {
15154
15357
  id: string;
15155
15358
  name: string;
@@ -15411,6 +15614,23 @@ export declare const MODELS: {
15411
15614
  contextWindow: number;
15412
15615
  maxTokens: number;
15413
15616
  };
15617
+ readonly "arcee-ai/trinity-mini": {
15618
+ id: string;
15619
+ name: string;
15620
+ api: "anthropic-messages";
15621
+ provider: string;
15622
+ baseUrl: string;
15623
+ reasoning: false;
15624
+ input: "text"[];
15625
+ cost: {
15626
+ input: number;
15627
+ output: number;
15628
+ cacheRead: number;
15629
+ cacheWrite: number;
15630
+ };
15631
+ contextWindow: number;
15632
+ maxTokens: number;
15633
+ };
15414
15634
  readonly "bytedance/seed-1.6": {
15415
15635
  id: string;
15416
15636
  name: string;
@@ -15418,7 +15638,24 @@ export declare const MODELS: {
15418
15638
  provider: string;
15419
15639
  baseUrl: string;
15420
15640
  reasoning: true;
15421
- input: "text"[];
15641
+ input: ("image" | "text")[];
15642
+ cost: {
15643
+ input: number;
15644
+ output: number;
15645
+ cacheRead: number;
15646
+ cacheWrite: number;
15647
+ };
15648
+ contextWindow: number;
15649
+ maxTokens: number;
15650
+ };
15651
+ readonly "bytedance/seed-1.8": {
15652
+ id: string;
15653
+ name: string;
15654
+ api: "anthropic-messages";
15655
+ provider: string;
15656
+ baseUrl: string;
15657
+ reasoning: true;
15658
+ input: ("image" | "text")[];
15422
15659
  cost: {
15423
15660
  input: number;
15424
15661
  output: number;
@@ -15519,8 +15756,8 @@ export declare const MODELS: {
15519
15756
  api: "anthropic-messages";
15520
15757
  provider: string;
15521
15758
  baseUrl: string;
15522
- reasoning: true;
15523
- input: ("image" | "text")[];
15759
+ reasoning: false;
15760
+ input: "text"[];
15524
15761
  cost: {
15525
15762
  input: number;
15526
15763
  output: number;
@@ -15537,7 +15774,7 @@ export declare const MODELS: {
15537
15774
  provider: string;
15538
15775
  baseUrl: string;
15539
15776
  reasoning: true;
15540
- input: ("image" | "text")[];
15777
+ input: "text"[];
15541
15778
  cost: {
15542
15779
  input: number;
15543
15780
  output: number;
@@ -15554,7 +15791,7 @@ export declare const MODELS: {
15554
15791
  provider: string;
15555
15792
  baseUrl: string;
15556
15793
  reasoning: true;
15557
- input: ("image" | "text")[];
15794
+ input: "text"[];
15558
15795
  cost: {
15559
15796
  input: number;
15560
15797
  output: number;
@@ -15757,7 +15994,7 @@ export declare const MODELS: {
15757
15994
  api: "anthropic-messages";
15758
15995
  provider: string;
15759
15996
  baseUrl: string;
15760
- reasoning: false;
15997
+ reasoning: true;
15761
15998
  input: ("image" | "text")[];
15762
15999
  cost: {
15763
16000
  input: number;
@@ -15802,6 +16039,40 @@ export declare const MODELS: {
15802
16039
  contextWindow: number;
15803
16040
  maxTokens: number;
15804
16041
  };
16042
+ readonly "interfaze/interfaze-beta": {
16043
+ id: string;
16044
+ name: string;
16045
+ api: "anthropic-messages";
16046
+ provider: string;
16047
+ baseUrl: string;
16048
+ reasoning: true;
16049
+ input: ("image" | "text")[];
16050
+ cost: {
16051
+ input: number;
16052
+ output: number;
16053
+ cacheRead: number;
16054
+ cacheWrite: number;
16055
+ };
16056
+ contextWindow: number;
16057
+ maxTokens: number;
16058
+ };
16059
+ readonly "kwaipilot/kat-coder-pro-v1": {
16060
+ id: string;
16061
+ name: string;
16062
+ api: "anthropic-messages";
16063
+ provider: string;
16064
+ baseUrl: string;
16065
+ reasoning: false;
16066
+ input: "text"[];
16067
+ cost: {
16068
+ input: number;
16069
+ output: number;
16070
+ cacheRead: number;
16071
+ cacheWrite: number;
16072
+ };
16073
+ contextWindow: number;
16074
+ maxTokens: number;
16075
+ };
15805
16076
  readonly "kwaipilot/kat-coder-pro-v2": {
15806
16077
  id: string;
15807
16078
  name: string;
@@ -15836,6 +16107,23 @@ export declare const MODELS: {
15836
16107
  contextWindow: number;
15837
16108
  maxTokens: number;
15838
16109
  };
16110
+ readonly "meituan/longcat-flash-thinking-2601": {
16111
+ id: string;
16112
+ name: string;
16113
+ api: "anthropic-messages";
16114
+ provider: string;
16115
+ baseUrl: string;
16116
+ reasoning: true;
16117
+ input: "text"[];
16118
+ cost: {
16119
+ input: number;
16120
+ output: number;
16121
+ cacheRead: number;
16122
+ cacheWrite: number;
16123
+ };
16124
+ contextWindow: number;
16125
+ maxTokens: number;
16126
+ };
15839
16127
  readonly "meta/llama-3.1-70b": {
15840
16128
  id: string;
15841
16129
  name: string;
@@ -16149,7 +16437,58 @@ export declare const MODELS: {
16149
16437
  provider: string;
16150
16438
  baseUrl: string;
16151
16439
  reasoning: false;
16152
- input: "text"[];
16440
+ input: ("image" | "text")[];
16441
+ cost: {
16442
+ input: number;
16443
+ output: number;
16444
+ cacheRead: number;
16445
+ cacheWrite: number;
16446
+ };
16447
+ contextWindow: number;
16448
+ maxTokens: number;
16449
+ };
16450
+ readonly "mistral/magistral-medium": {
16451
+ id: string;
16452
+ name: string;
16453
+ api: "anthropic-messages";
16454
+ provider: string;
16455
+ baseUrl: string;
16456
+ reasoning: true;
16457
+ input: ("image" | "text")[];
16458
+ cost: {
16459
+ input: number;
16460
+ output: number;
16461
+ cacheRead: number;
16462
+ cacheWrite: number;
16463
+ };
16464
+ contextWindow: number;
16465
+ maxTokens: number;
16466
+ };
16467
+ readonly "mistral/magistral-small": {
16468
+ id: string;
16469
+ name: string;
16470
+ api: "anthropic-messages";
16471
+ provider: string;
16472
+ baseUrl: string;
16473
+ reasoning: true;
16474
+ input: ("image" | "text")[];
16475
+ cost: {
16476
+ input: number;
16477
+ output: number;
16478
+ cacheRead: number;
16479
+ cacheWrite: number;
16480
+ };
16481
+ contextWindow: number;
16482
+ maxTokens: number;
16483
+ };
16484
+ readonly "mistral/ministral-14b": {
16485
+ id: string;
16486
+ name: string;
16487
+ api: "anthropic-messages";
16488
+ provider: string;
16489
+ baseUrl: string;
16490
+ reasoning: false;
16491
+ input: ("image" | "text")[];
16153
16492
  cost: {
16154
16493
  input: number;
16155
16494
  output: number;
@@ -16193,6 +16532,23 @@ export declare const MODELS: {
16193
16532
  contextWindow: number;
16194
16533
  maxTokens: number;
16195
16534
  };
16535
+ readonly "mistral/mistral-large-3": {
16536
+ id: string;
16537
+ name: string;
16538
+ api: "anthropic-messages";
16539
+ provider: string;
16540
+ baseUrl: string;
16541
+ reasoning: false;
16542
+ input: ("image" | "text")[];
16543
+ cost: {
16544
+ input: number;
16545
+ output: number;
16546
+ cacheRead: number;
16547
+ cacheWrite: number;
16548
+ };
16549
+ contextWindow: number;
16550
+ maxTokens: number;
16551
+ };
16196
16552
  readonly "mistral/mistral-medium": {
16197
16553
  id: string;
16198
16554
  name: string;
@@ -16217,7 +16573,7 @@ export declare const MODELS: {
16217
16573
  provider: string;
16218
16574
  baseUrl: string;
16219
16575
  reasoning: true;
16220
- input: "text"[];
16576
+ input: ("image" | "text")[];
16221
16577
  cost: {
16222
16578
  input: number;
16223
16579
  output: number;
@@ -16397,6 +16753,23 @@ export declare const MODELS: {
16397
16753
  contextWindow: number;
16398
16754
  maxTokens: number;
16399
16755
  };
16756
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
16757
+ id: string;
16758
+ name: string;
16759
+ api: "anthropic-messages";
16760
+ provider: string;
16761
+ baseUrl: string;
16762
+ reasoning: true;
16763
+ input: "text"[];
16764
+ cost: {
16765
+ input: number;
16766
+ output: number;
16767
+ cacheRead: number;
16768
+ cacheWrite: number;
16769
+ };
16770
+ contextWindow: number;
16771
+ maxTokens: number;
16772
+ };
16400
16773
  readonly "nvidia/nemotron-3-super-120b-a12b": {
16401
16774
  id: string;
16402
16775
  name: string;
@@ -16465,6 +16838,23 @@ export declare const MODELS: {
16465
16838
  contextWindow: number;
16466
16839
  maxTokens: number;
16467
16840
  };
16841
+ readonly "openai/gpt-3.5-turbo": {
16842
+ id: string;
16843
+ name: string;
16844
+ api: "anthropic-messages";
16845
+ provider: string;
16846
+ baseUrl: string;
16847
+ reasoning: false;
16848
+ input: "text"[];
16849
+ cost: {
16850
+ input: number;
16851
+ output: number;
16852
+ cacheRead: number;
16853
+ cacheWrite: number;
16854
+ };
16855
+ contextWindow: number;
16856
+ maxTokens: number;
16857
+ };
16468
16858
  readonly "openai/gpt-4-turbo": {
16469
16859
  id: string;
16470
16860
  name: string;
@@ -16590,7 +16980,7 @@ export declare const MODELS: {
16590
16980
  api: "anthropic-messages";
16591
16981
  provider: string;
16592
16982
  baseUrl: string;
16593
- reasoning: true;
16983
+ reasoning: false;
16594
16984
  input: ("image" | "text")[];
16595
16985
  cost: {
16596
16986
  input: number;
@@ -16726,7 +17116,7 @@ export declare const MODELS: {
16726
17116
  api: "anthropic-messages";
16727
17117
  provider: string;
16728
17118
  baseUrl: string;
16729
- reasoning: true;
17119
+ reasoning: false;
16730
17120
  input: ("image" | "text")[];
16731
17121
  cost: {
16732
17122
  input: number;
@@ -16780,7 +17170,7 @@ export declare const MODELS: {
16780
17170
  api: "anthropic-messages";
16781
17171
  provider: string;
16782
17172
  baseUrl: string;
16783
- reasoning: true;
17173
+ reasoning: false;
16784
17174
  thinkingLevelMap: {
16785
17175
  xhigh: string;
16786
17176
  };
@@ -16840,7 +17230,7 @@ export declare const MODELS: {
16840
17230
  api: "anthropic-messages";
16841
17231
  provider: string;
16842
17232
  baseUrl: string;
16843
- reasoning: true;
17233
+ reasoning: false;
16844
17234
  thinkingLevelMap: {
16845
17235
  xhigh: string;
16846
17236
  };
@@ -17150,40 +17540,6 @@ export declare const MODELS: {
17150
17540
  contextWindow: number;
17151
17541
  maxTokens: number;
17152
17542
  };
17153
- readonly "perplexity/sonar": {
17154
- id: string;
17155
- name: string;
17156
- api: "anthropic-messages";
17157
- provider: string;
17158
- baseUrl: string;
17159
- reasoning: false;
17160
- input: ("image" | "text")[];
17161
- cost: {
17162
- input: number;
17163
- output: number;
17164
- cacheRead: number;
17165
- cacheWrite: number;
17166
- };
17167
- contextWindow: number;
17168
- maxTokens: number;
17169
- };
17170
- readonly "perplexity/sonar-pro": {
17171
- id: string;
17172
- name: string;
17173
- api: "anthropic-messages";
17174
- provider: string;
17175
- baseUrl: string;
17176
- reasoning: false;
17177
- input: ("image" | "text")[];
17178
- cost: {
17179
- input: number;
17180
- output: number;
17181
- cacheRead: number;
17182
- cacheWrite: number;
17183
- };
17184
- contextWindow: number;
17185
- maxTokens: number;
17186
- };
17187
17543
  readonly "sakana/fugu-ultra": {
17188
17544
  id: string;
17189
17545
  name: string;
@@ -17463,7 +17819,7 @@ export declare const MODELS: {
17463
17819
  provider: string;
17464
17820
  baseUrl: string;
17465
17821
  reasoning: true;
17466
- input: ("image" | "text")[];
17822
+ input: "text"[];
17467
17823
  cost: {
17468
17824
  input: number;
17469
17825
  output: number;
@@ -17667,7 +18023,7 @@ export declare const MODELS: {
17667
18023
  provider: string;
17668
18024
  baseUrl: string;
17669
18025
  reasoning: true;
17670
- input: ("image" | "text")[];
18026
+ input: "text"[];
17671
18027
  cost: {
17672
18028
  input: number;
17673
18029
  output: number;
@@ -17694,6 +18050,23 @@ export declare const MODELS: {
17694
18050
  contextWindow: number;
17695
18051
  maxTokens: number;
17696
18052
  };
18053
+ readonly "zai/glm-5.2-fast": {
18054
+ id: string;
18055
+ name: string;
18056
+ api: "anthropic-messages";
18057
+ provider: string;
18058
+ baseUrl: string;
18059
+ reasoning: true;
18060
+ input: "text"[];
18061
+ cost: {
18062
+ input: number;
18063
+ output: number;
18064
+ cacheRead: number;
18065
+ cacheWrite: number;
18066
+ };
18067
+ contextWindow: number;
18068
+ maxTokens: number;
18069
+ };
17697
18070
  readonly "zai/glm-5v-turbo": {
17698
18071
  id: string;
17699
18072
  name: string;