@fleetagent/pi-ai 0.1.8 → 0.1.9

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.
@@ -193,6 +193,23 @@ export declare const MODELS: {
193
193
  contextWindow: number;
194
194
  maxTokens: number;
195
195
  };
196
+ readonly "anthropic.claude-opus-5": {
197
+ id: string;
198
+ name: string;
199
+ api: "bedrock-converse-stream";
200
+ provider: string;
201
+ baseUrl: string;
202
+ reasoning: true;
203
+ input: ("image" | "text")[];
204
+ cost: {
205
+ input: number;
206
+ output: number;
207
+ cacheRead: number;
208
+ cacheWrite: number;
209
+ };
210
+ contextWindow: number;
211
+ maxTokens: number;
212
+ };
196
213
  readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
197
214
  id: string;
198
215
  name: string;
@@ -298,6 +315,23 @@ export declare const MODELS: {
298
315
  contextWindow: number;
299
316
  maxTokens: number;
300
317
  };
318
+ readonly "au.anthropic.claude-opus-5": {
319
+ id: string;
320
+ name: string;
321
+ api: "bedrock-converse-stream";
322
+ provider: string;
323
+ baseUrl: string;
324
+ reasoning: true;
325
+ input: ("image" | "text")[];
326
+ cost: {
327
+ input: number;
328
+ output: number;
329
+ cacheRead: number;
330
+ cacheWrite: number;
331
+ };
332
+ contextWindow: number;
333
+ maxTokens: number;
334
+ };
301
335
  readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
302
336
  id: string;
303
337
  name: string;
@@ -508,6 +542,23 @@ export declare const MODELS: {
508
542
  contextWindow: number;
509
543
  maxTokens: number;
510
544
  };
545
+ readonly "eu.anthropic.claude-opus-5": {
546
+ id: string;
547
+ name: string;
548
+ api: "bedrock-converse-stream";
549
+ provider: string;
550
+ baseUrl: string;
551
+ reasoning: true;
552
+ input: ("image" | "text")[];
553
+ cost: {
554
+ input: number;
555
+ output: number;
556
+ cacheRead: number;
557
+ cacheWrite: number;
558
+ };
559
+ contextWindow: number;
560
+ maxTokens: number;
561
+ };
511
562
  readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
512
563
  id: string;
513
564
  name: string;
@@ -667,6 +718,23 @@ export declare const MODELS: {
667
718
  contextWindow: number;
668
719
  maxTokens: number;
669
720
  };
721
+ readonly "global.anthropic.claude-opus-5": {
722
+ id: string;
723
+ name: string;
724
+ api: "bedrock-converse-stream";
725
+ provider: string;
726
+ baseUrl: string;
727
+ reasoning: true;
728
+ input: ("image" | "text")[];
729
+ cost: {
730
+ input: number;
731
+ output: number;
732
+ cacheRead: number;
733
+ cacheWrite: number;
734
+ };
735
+ contextWindow: number;
736
+ maxTokens: number;
737
+ };
670
738
  readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
671
739
  id: string;
672
740
  name: string;
@@ -806,6 +874,23 @@ export declare const MODELS: {
806
874
  contextWindow: number;
807
875
  maxTokens: number;
808
876
  };
877
+ readonly "jp.anthropic.claude-opus-5": {
878
+ id: string;
879
+ name: string;
880
+ api: "bedrock-converse-stream";
881
+ provider: string;
882
+ baseUrl: string;
883
+ reasoning: true;
884
+ input: ("image" | "text")[];
885
+ cost: {
886
+ input: number;
887
+ output: number;
888
+ cacheRead: number;
889
+ cacheWrite: number;
890
+ };
891
+ contextWindow: number;
892
+ maxTokens: number;
893
+ };
809
894
  readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
810
895
  id: string;
811
896
  name: string;
@@ -1288,6 +1373,66 @@ export declare const MODELS: {
1288
1373
  contextWindow: number;
1289
1374
  maxTokens: number;
1290
1375
  };
1376
+ readonly "openai.gpt-5.6-luna": {
1377
+ id: string;
1378
+ name: string;
1379
+ api: "bedrock-converse-stream";
1380
+ provider: string;
1381
+ baseUrl: string;
1382
+ reasoning: true;
1383
+ thinkingLevelMap: {
1384
+ xhigh: string;
1385
+ };
1386
+ input: ("image" | "text")[];
1387
+ cost: {
1388
+ input: number;
1389
+ output: number;
1390
+ cacheRead: number;
1391
+ cacheWrite: number;
1392
+ };
1393
+ contextWindow: number;
1394
+ maxTokens: number;
1395
+ };
1396
+ readonly "openai.gpt-5.6-sol": {
1397
+ id: string;
1398
+ name: string;
1399
+ api: "bedrock-converse-stream";
1400
+ provider: string;
1401
+ baseUrl: string;
1402
+ reasoning: true;
1403
+ thinkingLevelMap: {
1404
+ xhigh: string;
1405
+ };
1406
+ input: ("image" | "text")[];
1407
+ cost: {
1408
+ input: number;
1409
+ output: number;
1410
+ cacheRead: number;
1411
+ cacheWrite: number;
1412
+ };
1413
+ contextWindow: number;
1414
+ maxTokens: number;
1415
+ };
1416
+ readonly "openai.gpt-5.6-terra": {
1417
+ id: string;
1418
+ name: string;
1419
+ api: "bedrock-converse-stream";
1420
+ provider: string;
1421
+ baseUrl: string;
1422
+ reasoning: true;
1423
+ thinkingLevelMap: {
1424
+ xhigh: string;
1425
+ };
1426
+ input: ("image" | "text")[];
1427
+ cost: {
1428
+ input: number;
1429
+ output: number;
1430
+ cacheRead: number;
1431
+ cacheWrite: number;
1432
+ };
1433
+ contextWindow: number;
1434
+ maxTokens: number;
1435
+ };
1291
1436
  readonly "openai.gpt-oss-120b": {
1292
1437
  id: string;
1293
1438
  name: string;
@@ -1634,6 +1779,23 @@ export declare const MODELS: {
1634
1779
  contextWindow: number;
1635
1780
  maxTokens: number;
1636
1781
  };
1782
+ readonly "us.anthropic.claude-opus-5": {
1783
+ id: string;
1784
+ name: string;
1785
+ api: "bedrock-converse-stream";
1786
+ provider: string;
1787
+ baseUrl: string;
1788
+ reasoning: true;
1789
+ input: ("image" | "text")[];
1790
+ cost: {
1791
+ input: number;
1792
+ output: number;
1793
+ cacheRead: number;
1794
+ cacheWrite: number;
1795
+ };
1796
+ contextWindow: number;
1797
+ maxTokens: number;
1798
+ };
1637
1799
  readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1638
1800
  id: string;
1639
1801
  name: string;
@@ -2027,6 +2189,23 @@ export declare const MODELS: {
2027
2189
  contextWindow: number;
2028
2190
  maxTokens: number;
2029
2191
  };
2192
+ readonly "claude-opus-5": {
2193
+ id: string;
2194
+ name: string;
2195
+ api: "anthropic-messages";
2196
+ provider: string;
2197
+ baseUrl: string;
2198
+ reasoning: true;
2199
+ input: ("image" | "text")[];
2200
+ cost: {
2201
+ input: number;
2202
+ output: number;
2203
+ cacheRead: number;
2204
+ cacheWrite: number;
2205
+ };
2206
+ contextWindow: number;
2207
+ maxTokens: number;
2208
+ };
2030
2209
  readonly "claude-sonnet-4-5": {
2031
2210
  id: string;
2032
2211
  name: string;
@@ -2310,26 +2489,6 @@ export declare const MODELS: {
2310
2489
  contextWindow: number;
2311
2490
  maxTokens: number;
2312
2491
  };
2313
- readonly "gpt-5-codex": {
2314
- id: string;
2315
- name: string;
2316
- api: "azure-openai-responses";
2317
- provider: string;
2318
- baseUrl: string;
2319
- reasoning: true;
2320
- thinkingLevelMap: {
2321
- off: null;
2322
- };
2323
- input: ("image" | "text")[];
2324
- cost: {
2325
- input: number;
2326
- output: number;
2327
- cacheRead: number;
2328
- cacheWrite: number;
2329
- };
2330
- contextWindow: number;
2331
- maxTokens: number;
2332
- };
2333
2492
  readonly "gpt-5-mini": {
2334
2493
  id: string;
2335
2494
  name: string;
@@ -2410,26 +2569,6 @@ export declare const MODELS: {
2410
2569
  contextWindow: number;
2411
2570
  maxTokens: number;
2412
2571
  };
2413
- readonly "gpt-5.1-chat-latest": {
2414
- id: string;
2415
- name: string;
2416
- api: "azure-openai-responses";
2417
- provider: string;
2418
- baseUrl: string;
2419
- reasoning: true;
2420
- thinkingLevelMap: {
2421
- off: null;
2422
- };
2423
- input: ("image" | "text")[];
2424
- cost: {
2425
- input: number;
2426
- output: number;
2427
- cacheRead: number;
2428
- cacheWrite: number;
2429
- };
2430
- contextWindow: number;
2431
- maxTokens: number;
2432
- };
2433
2572
  readonly "gpt-5.1-codex": {
2434
2573
  id: string;
2435
2574
  name: string;
@@ -2470,26 +2609,6 @@ export declare const MODELS: {
2470
2609
  contextWindow: number;
2471
2610
  maxTokens: number;
2472
2611
  };
2473
- readonly "gpt-5.1-codex-mini": {
2474
- id: string;
2475
- name: string;
2476
- api: "azure-openai-responses";
2477
- provider: string;
2478
- baseUrl: string;
2479
- reasoning: true;
2480
- thinkingLevelMap: {
2481
- off: null;
2482
- };
2483
- input: ("image" | "text")[];
2484
- cost: {
2485
- input: number;
2486
- output: number;
2487
- cacheRead: number;
2488
- cacheWrite: number;
2489
- };
2490
- contextWindow: number;
2491
- maxTokens: number;
2492
- };
2493
2612
  readonly "gpt-5.2": {
2494
2613
  id: string;
2495
2614
  name: string;
@@ -2532,27 +2651,6 @@ export declare const MODELS: {
2532
2651
  contextWindow: number;
2533
2652
  maxTokens: number;
2534
2653
  };
2535
- readonly "gpt-5.2-codex": {
2536
- id: string;
2537
- name: string;
2538
- api: "azure-openai-responses";
2539
- provider: string;
2540
- baseUrl: string;
2541
- reasoning: true;
2542
- thinkingLevelMap: {
2543
- off: null;
2544
- xhigh: string;
2545
- };
2546
- input: ("image" | "text")[];
2547
- cost: {
2548
- input: number;
2549
- output: number;
2550
- cacheRead: number;
2551
- cacheWrite: number;
2552
- };
2553
- contextWindow: number;
2554
- maxTokens: number;
2555
- };
2556
2654
  readonly "gpt-5.2-pro": {
2557
2655
  id: string;
2558
2656
  name: string;
@@ -2917,14 +3015,14 @@ export declare const MODELS: {
2917
3015
  contextWindow: number;
2918
3016
  maxTokens: number;
2919
3017
  };
2920
- readonly "o3-deep-research": {
3018
+ readonly "o3-mini": {
2921
3019
  id: string;
2922
3020
  name: string;
2923
3021
  api: "azure-openai-responses";
2924
3022
  provider: string;
2925
3023
  baseUrl: string;
2926
3024
  reasoning: true;
2927
- input: ("image" | "text")[];
3025
+ input: "text"[];
2928
3026
  cost: {
2929
3027
  input: number;
2930
3028
  output: number;
@@ -2934,31 +3032,14 @@ export declare const MODELS: {
2934
3032
  contextWindow: number;
2935
3033
  maxTokens: number;
2936
3034
  };
2937
- readonly "o3-mini": {
3035
+ readonly "o3-pro": {
2938
3036
  id: string;
2939
3037
  name: string;
2940
3038
  api: "azure-openai-responses";
2941
3039
  provider: string;
2942
3040
  baseUrl: string;
2943
3041
  reasoning: true;
2944
- input: "text"[];
2945
- cost: {
2946
- input: number;
2947
- output: number;
2948
- cacheRead: number;
2949
- cacheWrite: number;
2950
- };
2951
- contextWindow: number;
2952
- maxTokens: number;
2953
- };
2954
- readonly "o3-pro": {
2955
- id: string;
2956
- name: string;
2957
- api: "azure-openai-responses";
2958
- provider: string;
2959
- baseUrl: string;
2960
- reasoning: true;
2961
- input: ("image" | "text")[];
3042
+ input: ("image" | "text")[];
2962
3043
  cost: {
2963
3044
  input: number;
2964
3045
  output: number;
@@ -2985,23 +3066,6 @@ export declare const MODELS: {
2985
3066
  contextWindow: number;
2986
3067
  maxTokens: number;
2987
3068
  };
2988
- readonly "o4-mini-deep-research": {
2989
- id: string;
2990
- name: string;
2991
- api: "azure-openai-responses";
2992
- provider: string;
2993
- baseUrl: string;
2994
- reasoning: true;
2995
- input: ("image" | "text")[];
2996
- cost: {
2997
- input: number;
2998
- output: number;
2999
- cacheRead: number;
3000
- cacheWrite: number;
3001
- };
3002
- contextWindow: number;
3003
- maxTokens: number;
3004
- };
3005
3069
  };
3006
3070
  readonly cerebras: {
3007
3071
  readonly "gemma-4-31b": {
@@ -3312,6 +3376,23 @@ export declare const MODELS: {
3312
3376
  contextWindow: number;
3313
3377
  maxTokens: number;
3314
3378
  };
3379
+ readonly "claude-opus-5": {
3380
+ id: string;
3381
+ name: string;
3382
+ api: "anthropic-messages";
3383
+ provider: string;
3384
+ baseUrl: string;
3385
+ reasoning: true;
3386
+ input: ("image" | "text")[];
3387
+ cost: {
3388
+ input: number;
3389
+ output: number;
3390
+ cacheRead: number;
3391
+ cacheWrite: number;
3392
+ };
3393
+ contextWindow: number;
3394
+ maxTokens: number;
3395
+ };
3315
3396
  readonly "claude-sonnet-4": {
3316
3397
  id: string;
3317
3398
  name: string;
@@ -3596,6 +3677,69 @@ export declare const MODELS: {
3596
3677
  contextWindow: number;
3597
3678
  maxTokens: number;
3598
3679
  };
3680
+ readonly "gpt-5.6-luna": {
3681
+ id: string;
3682
+ name: string;
3683
+ api: "openai-responses";
3684
+ provider: string;
3685
+ baseUrl: string;
3686
+ reasoning: true;
3687
+ thinkingLevelMap: {
3688
+ off: null;
3689
+ xhigh: string;
3690
+ };
3691
+ input: ("image" | "text")[];
3692
+ cost: {
3693
+ input: number;
3694
+ output: number;
3695
+ cacheRead: number;
3696
+ cacheWrite: number;
3697
+ };
3698
+ contextWindow: number;
3699
+ maxTokens: number;
3700
+ };
3701
+ readonly "gpt-5.6-sol": {
3702
+ id: string;
3703
+ name: string;
3704
+ api: "openai-responses";
3705
+ provider: string;
3706
+ baseUrl: string;
3707
+ reasoning: true;
3708
+ thinkingLevelMap: {
3709
+ off: null;
3710
+ xhigh: string;
3711
+ };
3712
+ input: ("image" | "text")[];
3713
+ cost: {
3714
+ input: number;
3715
+ output: number;
3716
+ cacheRead: number;
3717
+ cacheWrite: number;
3718
+ };
3719
+ contextWindow: number;
3720
+ maxTokens: number;
3721
+ };
3722
+ readonly "gpt-5.6-terra": {
3723
+ id: string;
3724
+ name: string;
3725
+ api: "openai-responses";
3726
+ provider: string;
3727
+ baseUrl: string;
3728
+ reasoning: true;
3729
+ thinkingLevelMap: {
3730
+ off: null;
3731
+ xhigh: string;
3732
+ };
3733
+ input: ("image" | "text")[];
3734
+ cost: {
3735
+ input: number;
3736
+ output: number;
3737
+ cacheRead: number;
3738
+ cacheWrite: number;
3739
+ };
3740
+ contextWindow: number;
3741
+ maxTokens: number;
3742
+ };
3599
3743
  readonly o1: {
3600
3744
  id: string;
3601
3745
  name: string;
@@ -3761,6 +3905,26 @@ export declare const MODELS: {
3761
3905
  contextWindow: number;
3762
3906
  maxTokens: number;
3763
3907
  };
3908
+ readonly "workers-ai/@cf/zai-org/glm-5.2": {
3909
+ id: string;
3910
+ name: string;
3911
+ api: "openai-completions";
3912
+ provider: string;
3913
+ baseUrl: string;
3914
+ compat: {
3915
+ sendSessionAffinityHeaders: true;
3916
+ };
3917
+ reasoning: true;
3918
+ input: "text"[];
3919
+ cost: {
3920
+ input: number;
3921
+ output: number;
3922
+ cacheRead: number;
3923
+ cacheWrite: number;
3924
+ };
3925
+ contextWindow: number;
3926
+ maxTokens: number;
3927
+ };
3764
3928
  };
3765
3929
  readonly "cloudflare-workers-ai": {
3766
3930
  readonly "@cf/google/gemma-4-26b-a4b-it": {
@@ -4129,29 +4293,6 @@ export declare const MODELS: {
4129
4293
  contextWindow: number;
4130
4294
  maxTokens: number;
4131
4295
  };
4132
- readonly "accounts/fireworks/models/glm-5p1": {
4133
- id: string;
4134
- name: string;
4135
- api: "anthropic-messages";
4136
- provider: string;
4137
- baseUrl: string;
4138
- compat: {
4139
- sendSessionAffinityHeaders: true;
4140
- supportsEagerToolInputStreaming: false;
4141
- supportsCacheControlOnTools: false;
4142
- supportsLongCacheRetention: false;
4143
- };
4144
- reasoning: true;
4145
- input: "text"[];
4146
- cost: {
4147
- input: number;
4148
- output: number;
4149
- cacheRead: number;
4150
- cacheWrite: number;
4151
- };
4152
- contextWindow: number;
4153
- maxTokens: number;
4154
- };
4155
4296
  readonly "accounts/fireworks/models/glm-5p2": {
4156
4297
  id: string;
4157
4298
  name: string;
@@ -4303,7 +4444,7 @@ export declare const MODELS: {
4303
4444
  supportsLongCacheRetention: false;
4304
4445
  };
4305
4446
  reasoning: true;
4306
- input: "text"[];
4447
+ input: ("image" | "text")[];
4307
4448
  cost: {
4308
4449
  input: number;
4309
4450
  output: number;
@@ -4336,29 +4477,6 @@ export declare const MODELS: {
4336
4477
  contextWindow: number;
4337
4478
  maxTokens: number;
4338
4479
  };
4339
- readonly "accounts/fireworks/routers/glm-5p1-fast": {
4340
- id: string;
4341
- name: string;
4342
- api: "anthropic-messages";
4343
- provider: string;
4344
- baseUrl: string;
4345
- compat: {
4346
- sendSessionAffinityHeaders: true;
4347
- supportsEagerToolInputStreaming: false;
4348
- supportsCacheControlOnTools: false;
4349
- supportsLongCacheRetention: false;
4350
- };
4351
- reasoning: true;
4352
- input: "text"[];
4353
- cost: {
4354
- input: number;
4355
- output: number;
4356
- cacheRead: number;
4357
- cacheWrite: number;
4358
- };
4359
- contextWindow: number;
4360
- maxTokens: number;
4361
- };
4362
4480
  readonly "accounts/fireworks/routers/glm-5p2-fast": {
4363
4481
  id: string;
4364
4482
  name: string;
@@ -4616,6 +4734,34 @@ export declare const MODELS: {
4616
4734
  contextWindow: number;
4617
4735
  maxTokens: number;
4618
4736
  };
4737
+ readonly "claude-opus-5": {
4738
+ id: string;
4739
+ name: string;
4740
+ api: "openai-completions";
4741
+ provider: string;
4742
+ baseUrl: string;
4743
+ headers: {
4744
+ "User-Agent": string;
4745
+ "Editor-Version": string;
4746
+ "Editor-Plugin-Version": string;
4747
+ "Copilot-Integration-Id": string;
4748
+ };
4749
+ compat: {
4750
+ supportsStore: false;
4751
+ supportsDeveloperRole: false;
4752
+ supportsReasoningEffort: false;
4753
+ };
4754
+ reasoning: true;
4755
+ input: ("image" | "text")[];
4756
+ cost: {
4757
+ input: number;
4758
+ output: number;
4759
+ cacheRead: number;
4760
+ cacheWrite: number;
4761
+ };
4762
+ contextWindow: number;
4763
+ maxTokens: number;
4764
+ };
4619
4765
  readonly "claude-sonnet-4": {
4620
4766
  id: string;
4621
4767
  name: string;
@@ -5227,13 +5373,13 @@ export declare const MODELS: {
5227
5373
  };
5228
5374
  };
5229
5375
  readonly google: {
5230
- readonly "gemini-2.0-flash": {
5376
+ readonly "deep-research-max-preview-04-2026": {
5231
5377
  id: string;
5232
5378
  name: string;
5233
5379
  api: "google-generative-ai";
5234
5380
  provider: string;
5235
5381
  baseUrl: string;
5236
- reasoning: false;
5382
+ reasoning: true;
5237
5383
  input: ("image" | "text")[];
5238
5384
  cost: {
5239
5385
  input: number;
@@ -5244,13 +5390,13 @@ export declare const MODELS: {
5244
5390
  contextWindow: number;
5245
5391
  maxTokens: number;
5246
5392
  };
5247
- readonly "gemini-2.0-flash-lite": {
5393
+ readonly "deep-research-preview-04-2026": {
5248
5394
  id: string;
5249
5395
  name: string;
5250
5396
  api: "google-generative-ai";
5251
5397
  provider: string;
5252
5398
  baseUrl: string;
5253
- reasoning: false;
5399
+ reasoning: true;
5254
5400
  input: ("image" | "text")[];
5255
5401
  cost: {
5256
5402
  input: number;
@@ -5261,13 +5407,13 @@ export declare const MODELS: {
5261
5407
  contextWindow: number;
5262
5408
  maxTokens: number;
5263
5409
  };
5264
- readonly "gemini-2.5-flash": {
5410
+ readonly "gemini-2.0-flash": {
5265
5411
  id: string;
5266
5412
  name: string;
5267
5413
  api: "google-generative-ai";
5268
5414
  provider: string;
5269
5415
  baseUrl: string;
5270
- reasoning: true;
5416
+ reasoning: false;
5271
5417
  input: ("image" | "text")[];
5272
5418
  cost: {
5273
5419
  input: number;
@@ -5278,13 +5424,13 @@ export declare const MODELS: {
5278
5424
  contextWindow: number;
5279
5425
  maxTokens: number;
5280
5426
  };
5281
- readonly "gemini-2.5-flash-lite": {
5427
+ readonly "gemini-2.0-flash-lite": {
5282
5428
  id: string;
5283
5429
  name: string;
5284
5430
  api: "google-generative-ai";
5285
5431
  provider: string;
5286
5432
  baseUrl: string;
5287
- reasoning: true;
5433
+ reasoning: false;
5288
5434
  input: ("image" | "text")[];
5289
5435
  cost: {
5290
5436
  input: number;
@@ -5295,7 +5441,7 @@ export declare const MODELS: {
5295
5441
  contextWindow: number;
5296
5442
  maxTokens: number;
5297
5443
  };
5298
- readonly "gemini-2.5-pro": {
5444
+ readonly "gemini-2.5-computer-use-preview-10-2025": {
5299
5445
  id: string;
5300
5446
  name: string;
5301
5447
  api: "google-generative-ai";
@@ -5312,16 +5458,13 @@ export declare const MODELS: {
5312
5458
  contextWindow: number;
5313
5459
  maxTokens: number;
5314
5460
  };
5315
- readonly "gemini-3-flash-preview": {
5461
+ readonly "gemini-2.5-flash": {
5316
5462
  id: string;
5317
5463
  name: string;
5318
5464
  api: "google-generative-ai";
5319
5465
  provider: string;
5320
5466
  baseUrl: string;
5321
5467
  reasoning: true;
5322
- thinkingLevelMap: {
5323
- off: null;
5324
- };
5325
5468
  input: ("image" | "text")[];
5326
5469
  cost: {
5327
5470
  input: number;
@@ -5332,20 +5475,13 @@ export declare const MODELS: {
5332
5475
  contextWindow: number;
5333
5476
  maxTokens: number;
5334
5477
  };
5335
- readonly "gemini-3-pro-preview": {
5478
+ readonly "gemini-2.5-flash-lite": {
5336
5479
  id: string;
5337
5480
  name: string;
5338
5481
  api: "google-generative-ai";
5339
5482
  provider: string;
5340
5483
  baseUrl: string;
5341
5484
  reasoning: true;
5342
- thinkingLevelMap: {
5343
- off: null;
5344
- minimal: null;
5345
- low: string;
5346
- medium: null;
5347
- high: string;
5348
- };
5349
5485
  input: ("image" | "text")[];
5350
5486
  cost: {
5351
5487
  input: number;
@@ -5356,16 +5492,13 @@ export declare const MODELS: {
5356
5492
  contextWindow: number;
5357
5493
  maxTokens: number;
5358
5494
  };
5359
- readonly "gemini-3.1-flash-lite": {
5495
+ readonly "gemini-2.5-pro": {
5360
5496
  id: string;
5361
5497
  name: string;
5362
5498
  api: "google-generative-ai";
5363
5499
  provider: string;
5364
5500
  baseUrl: string;
5365
5501
  reasoning: true;
5366
- thinkingLevelMap: {
5367
- off: null;
5368
- };
5369
5502
  input: ("image" | "text")[];
5370
5503
  cost: {
5371
5504
  input: number;
@@ -5376,7 +5509,7 @@ export declare const MODELS: {
5376
5509
  contextWindow: number;
5377
5510
  maxTokens: number;
5378
5511
  };
5379
- readonly "gemini-3.1-flash-lite-preview": {
5512
+ readonly "gemini-3-flash-preview": {
5380
5513
  id: string;
5381
5514
  name: string;
5382
5515
  api: "google-generative-ai";
@@ -5396,7 +5529,7 @@ export declare const MODELS: {
5396
5529
  contextWindow: number;
5397
5530
  maxTokens: number;
5398
5531
  };
5399
- readonly "gemini-3.1-pro-preview": {
5532
+ readonly "gemini-3-pro-preview": {
5400
5533
  id: string;
5401
5534
  name: string;
5402
5535
  api: "google-generative-ai";
@@ -5420,7 +5553,7 @@ export declare const MODELS: {
5420
5553
  contextWindow: number;
5421
5554
  maxTokens: number;
5422
5555
  };
5423
- readonly "gemini-3.1-pro-preview-customtools": {
5556
+ readonly "gemini-3.1-flash-lite": {
5424
5557
  id: string;
5425
5558
  name: string;
5426
5559
  api: "google-generative-ai";
@@ -5429,10 +5562,6 @@ export declare const MODELS: {
5429
5562
  reasoning: true;
5430
5563
  thinkingLevelMap: {
5431
5564
  off: null;
5432
- minimal: null;
5433
- low: string;
5434
- medium: null;
5435
- high: string;
5436
5565
  };
5437
5566
  input: ("image" | "text")[];
5438
5567
  cost: {
@@ -5444,7 +5573,7 @@ export declare const MODELS: {
5444
5573
  contextWindow: number;
5445
5574
  maxTokens: number;
5446
5575
  };
5447
- readonly "gemini-3.5-flash": {
5576
+ readonly "gemini-3.1-flash-lite-image": {
5448
5577
  id: string;
5449
5578
  name: string;
5450
5579
  api: "google-generative-ai";
@@ -5464,13 +5593,16 @@ export declare const MODELS: {
5464
5593
  contextWindow: number;
5465
5594
  maxTokens: number;
5466
5595
  };
5467
- readonly "gemini-flash-latest": {
5596
+ readonly "gemini-3.1-flash-lite-preview": {
5468
5597
  id: string;
5469
5598
  name: string;
5470
5599
  api: "google-generative-ai";
5471
5600
  provider: string;
5472
5601
  baseUrl: string;
5473
5602
  reasoning: true;
5603
+ thinkingLevelMap: {
5604
+ off: null;
5605
+ };
5474
5606
  input: ("image" | "text")[];
5475
5607
  cost: {
5476
5608
  input: number;
@@ -5481,14 +5613,176 @@ export declare const MODELS: {
5481
5613
  contextWindow: number;
5482
5614
  maxTokens: number;
5483
5615
  };
5484
- readonly "gemini-flash-lite-latest": {
5616
+ readonly "gemini-3.1-flash-live-preview": {
5485
5617
  id: string;
5486
5618
  name: string;
5487
5619
  api: "google-generative-ai";
5488
5620
  provider: string;
5489
5621
  baseUrl: string;
5490
5622
  reasoning: true;
5491
- input: ("image" | "text")[];
5623
+ thinkingLevelMap: {
5624
+ off: null;
5625
+ };
5626
+ input: ("image" | "text")[];
5627
+ cost: {
5628
+ input: number;
5629
+ output: number;
5630
+ cacheRead: number;
5631
+ cacheWrite: number;
5632
+ };
5633
+ contextWindow: number;
5634
+ maxTokens: number;
5635
+ };
5636
+ readonly "gemini-3.1-pro-preview": {
5637
+ id: string;
5638
+ name: string;
5639
+ api: "google-generative-ai";
5640
+ provider: string;
5641
+ baseUrl: string;
5642
+ reasoning: true;
5643
+ thinkingLevelMap: {
5644
+ off: null;
5645
+ minimal: null;
5646
+ low: string;
5647
+ medium: null;
5648
+ high: string;
5649
+ };
5650
+ input: ("image" | "text")[];
5651
+ cost: {
5652
+ input: number;
5653
+ output: number;
5654
+ cacheRead: number;
5655
+ cacheWrite: number;
5656
+ };
5657
+ contextWindow: number;
5658
+ maxTokens: number;
5659
+ };
5660
+ readonly "gemini-3.1-pro-preview-customtools": {
5661
+ id: string;
5662
+ name: string;
5663
+ api: "google-generative-ai";
5664
+ provider: string;
5665
+ baseUrl: string;
5666
+ reasoning: true;
5667
+ thinkingLevelMap: {
5668
+ off: null;
5669
+ minimal: null;
5670
+ low: string;
5671
+ medium: null;
5672
+ high: string;
5673
+ };
5674
+ input: ("image" | "text")[];
5675
+ cost: {
5676
+ input: number;
5677
+ output: number;
5678
+ cacheRead: number;
5679
+ cacheWrite: number;
5680
+ };
5681
+ contextWindow: number;
5682
+ maxTokens: number;
5683
+ };
5684
+ readonly "gemini-3.5-flash": {
5685
+ id: string;
5686
+ name: string;
5687
+ api: "google-generative-ai";
5688
+ provider: string;
5689
+ baseUrl: string;
5690
+ reasoning: true;
5691
+ thinkingLevelMap: {
5692
+ off: null;
5693
+ };
5694
+ input: ("image" | "text")[];
5695
+ cost: {
5696
+ input: number;
5697
+ output: number;
5698
+ cacheRead: number;
5699
+ cacheWrite: number;
5700
+ };
5701
+ contextWindow: number;
5702
+ maxTokens: number;
5703
+ };
5704
+ readonly "gemini-3.5-flash-lite": {
5705
+ id: string;
5706
+ name: string;
5707
+ api: "google-generative-ai";
5708
+ provider: string;
5709
+ baseUrl: string;
5710
+ reasoning: true;
5711
+ thinkingLevelMap: {
5712
+ off: null;
5713
+ };
5714
+ input: ("image" | "text")[];
5715
+ cost: {
5716
+ input: number;
5717
+ output: number;
5718
+ cacheRead: number;
5719
+ cacheWrite: number;
5720
+ };
5721
+ contextWindow: number;
5722
+ maxTokens: number;
5723
+ };
5724
+ readonly "gemini-3.6-flash": {
5725
+ id: string;
5726
+ name: string;
5727
+ api: "google-generative-ai";
5728
+ provider: string;
5729
+ baseUrl: string;
5730
+ reasoning: true;
5731
+ thinkingLevelMap: {
5732
+ off: null;
5733
+ };
5734
+ input: ("image" | "text")[];
5735
+ cost: {
5736
+ input: number;
5737
+ output: number;
5738
+ cacheRead: number;
5739
+ cacheWrite: number;
5740
+ };
5741
+ contextWindow: number;
5742
+ maxTokens: number;
5743
+ };
5744
+ readonly "gemini-flash-latest": {
5745
+ id: string;
5746
+ name: string;
5747
+ api: "google-generative-ai";
5748
+ provider: string;
5749
+ baseUrl: string;
5750
+ reasoning: true;
5751
+ input: ("image" | "text")[];
5752
+ cost: {
5753
+ input: number;
5754
+ output: number;
5755
+ cacheRead: number;
5756
+ cacheWrite: number;
5757
+ };
5758
+ contextWindow: number;
5759
+ maxTokens: number;
5760
+ };
5761
+ readonly "gemini-flash-lite-latest": {
5762
+ id: string;
5763
+ name: string;
5764
+ api: "google-generative-ai";
5765
+ provider: string;
5766
+ baseUrl: string;
5767
+ reasoning: true;
5768
+ input: ("image" | "text")[];
5769
+ cost: {
5770
+ input: number;
5771
+ output: number;
5772
+ cacheRead: number;
5773
+ cacheWrite: number;
5774
+ };
5775
+ contextWindow: number;
5776
+ maxTokens: number;
5777
+ };
5778
+ readonly "gemini-robotics-er-1.6-preview": {
5779
+ id: string;
5780
+ name: string;
5781
+ api: "google-generative-ai";
5782
+ provider: string;
5783
+ baseUrl: string;
5784
+ reasoning: true;
5785
+ input: ("image" | "text")[];
5492
5786
  cost: {
5493
5787
  input: number;
5494
5788
  output: number;
@@ -6342,6 +6636,26 @@ export declare const MODELS: {
6342
6636
  contextWindow: number;
6343
6637
  maxTokens: number;
6344
6638
  };
6639
+ readonly "XiaomiMiMo/MiMo-V2.5": {
6640
+ id: string;
6641
+ name: string;
6642
+ api: "openai-completions";
6643
+ provider: string;
6644
+ baseUrl: string;
6645
+ compat: {
6646
+ supportsDeveloperRole: false;
6647
+ };
6648
+ reasoning: true;
6649
+ input: "text"[];
6650
+ cost: {
6651
+ input: number;
6652
+ output: number;
6653
+ cacheRead: number;
6654
+ cacheWrite: number;
6655
+ };
6656
+ contextWindow: number;
6657
+ maxTokens: number;
6658
+ };
6345
6659
  readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
6346
6660
  id: string;
6347
6661
  name: string;
@@ -6904,7 +7218,27 @@ export declare const MODELS: {
6904
7218
  };
6905
7219
  };
6906
7220
  readonly "kimi-coding": {
6907
- readonly k2p7: {
7221
+ readonly k3: {
7222
+ id: string;
7223
+ name: string;
7224
+ api: "anthropic-messages";
7225
+ provider: string;
7226
+ baseUrl: string;
7227
+ headers: {
7228
+ "User-Agent": string;
7229
+ };
7230
+ reasoning: true;
7231
+ input: ("image" | "text")[];
7232
+ cost: {
7233
+ input: number;
7234
+ output: number;
7235
+ cacheRead: number;
7236
+ cacheWrite: number;
7237
+ };
7238
+ contextWindow: number;
7239
+ maxTokens: number;
7240
+ };
7241
+ readonly "k3-256k": {
6908
7242
  id: string;
6909
7243
  name: string;
6910
7244
  api: "anthropic-messages";
@@ -6944,7 +7278,7 @@ export declare const MODELS: {
6944
7278
  contextWindow: number;
6945
7279
  maxTokens: number;
6946
7280
  };
6947
- readonly "kimi-k2-thinking": {
7281
+ readonly "kimi-for-coding-highspeed": {
6948
7282
  id: string;
6949
7283
  name: string;
6950
7284
  api: "anthropic-messages";
@@ -6954,7 +7288,7 @@ export declare const MODELS: {
6954
7288
  "User-Agent": string;
6955
7289
  };
6956
7290
  reasoning: true;
6957
- input: "text"[];
7291
+ input: ("image" | "text")[];
6958
7292
  cost: {
6959
7293
  input: number;
6960
7294
  output: number;
@@ -7766,6 +8100,30 @@ export declare const MODELS: {
7766
8100
  contextWindow: number;
7767
8101
  maxTokens: number;
7768
8102
  };
8103
+ readonly "kimi-k3": {
8104
+ id: string;
8105
+ name: string;
8106
+ api: "openai-completions";
8107
+ provider: string;
8108
+ baseUrl: string;
8109
+ compat: {
8110
+ supportsStore: false;
8111
+ supportsDeveloperRole: false;
8112
+ supportsReasoningEffort: false;
8113
+ maxTokensField: "max_tokens";
8114
+ supportsStrictMode: false;
8115
+ };
8116
+ reasoning: true;
8117
+ input: ("image" | "text")[];
8118
+ cost: {
8119
+ input: number;
8120
+ output: number;
8121
+ cacheRead: number;
8122
+ cacheWrite: number;
8123
+ };
8124
+ contextWindow: number;
8125
+ maxTokens: number;
8126
+ };
7769
8127
  };
7770
8128
  readonly "moonshotai-cn": {
7771
8129
  readonly "kimi-k2-0711-preview": {
@@ -7984,6 +8342,30 @@ export declare const MODELS: {
7984
8342
  contextWindow: number;
7985
8343
  maxTokens: number;
7986
8344
  };
8345
+ readonly "kimi-k3": {
8346
+ id: string;
8347
+ name: string;
8348
+ api: "openai-completions";
8349
+ provider: string;
8350
+ baseUrl: string;
8351
+ compat: {
8352
+ supportsStore: false;
8353
+ supportsDeveloperRole: false;
8354
+ supportsReasoningEffort: false;
8355
+ maxTokensField: "max_tokens";
8356
+ supportsStrictMode: false;
8357
+ };
8358
+ reasoning: true;
8359
+ input: ("image" | "text")[];
8360
+ cost: {
8361
+ input: number;
8362
+ output: number;
8363
+ cacheRead: number;
8364
+ cacheWrite: number;
8365
+ };
8366
+ contextWindow: number;
8367
+ maxTokens: number;
8368
+ };
7987
8369
  };
7988
8370
  readonly openai: {
7989
8371
  readonly "gpt-4": {
@@ -8196,7 +8578,7 @@ export declare const MODELS: {
8196
8578
  contextWindow: number;
8197
8579
  maxTokens: number;
8198
8580
  };
8199
- readonly "gpt-5-codex": {
8581
+ readonly "gpt-5-mini": {
8200
8582
  id: string;
8201
8583
  name: string;
8202
8584
  api: "openai-responses";
@@ -8216,7 +8598,7 @@ export declare const MODELS: {
8216
8598
  contextWindow: number;
8217
8599
  maxTokens: number;
8218
8600
  };
8219
- readonly "gpt-5-mini": {
8601
+ readonly "gpt-5-nano": {
8220
8602
  id: string;
8221
8603
  name: string;
8222
8604
  api: "openai-responses";
@@ -8236,7 +8618,7 @@ export declare const MODELS: {
8236
8618
  contextWindow: number;
8237
8619
  maxTokens: number;
8238
8620
  };
8239
- readonly "gpt-5-nano": {
8621
+ readonly "gpt-5-pro": {
8240
8622
  id: string;
8241
8623
  name: string;
8242
8624
  api: "openai-responses";
@@ -8256,27 +8638,7 @@ export declare const MODELS: {
8256
8638
  contextWindow: number;
8257
8639
  maxTokens: number;
8258
8640
  };
8259
- readonly "gpt-5-pro": {
8260
- id: string;
8261
- name: string;
8262
- api: "openai-responses";
8263
- provider: string;
8264
- baseUrl: string;
8265
- reasoning: true;
8266
- thinkingLevelMap: {
8267
- off: null;
8268
- };
8269
- input: ("image" | "text")[];
8270
- cost: {
8271
- input: number;
8272
- output: number;
8273
- cacheRead: number;
8274
- cacheWrite: number;
8275
- };
8276
- contextWindow: number;
8277
- maxTokens: number;
8278
- };
8279
- readonly "gpt-5.1": {
8641
+ readonly "gpt-5.1": {
8280
8642
  id: string;
8281
8643
  name: string;
8282
8644
  api: "openai-responses";
@@ -8296,26 +8658,6 @@ export declare const MODELS: {
8296
8658
  contextWindow: number;
8297
8659
  maxTokens: number;
8298
8660
  };
8299
- readonly "gpt-5.1-chat-latest": {
8300
- id: string;
8301
- name: string;
8302
- api: "openai-responses";
8303
- provider: string;
8304
- baseUrl: string;
8305
- reasoning: true;
8306
- thinkingLevelMap: {
8307
- off: null;
8308
- };
8309
- input: ("image" | "text")[];
8310
- cost: {
8311
- input: number;
8312
- output: number;
8313
- cacheRead: number;
8314
- cacheWrite: number;
8315
- };
8316
- contextWindow: number;
8317
- maxTokens: number;
8318
- };
8319
8661
  readonly "gpt-5.1-codex": {
8320
8662
  id: string;
8321
8663
  name: string;
@@ -8356,26 +8698,6 @@ export declare const MODELS: {
8356
8698
  contextWindow: number;
8357
8699
  maxTokens: number;
8358
8700
  };
8359
- readonly "gpt-5.1-codex-mini": {
8360
- id: string;
8361
- name: string;
8362
- api: "openai-responses";
8363
- provider: string;
8364
- baseUrl: string;
8365
- reasoning: true;
8366
- thinkingLevelMap: {
8367
- off: null;
8368
- };
8369
- input: ("image" | "text")[];
8370
- cost: {
8371
- input: number;
8372
- output: number;
8373
- cacheRead: number;
8374
- cacheWrite: number;
8375
- };
8376
- contextWindow: number;
8377
- maxTokens: number;
8378
- };
8379
8701
  readonly "gpt-5.2": {
8380
8702
  id: string;
8381
8703
  name: string;
@@ -8418,27 +8740,6 @@ export declare const MODELS: {
8418
8740
  contextWindow: number;
8419
8741
  maxTokens: number;
8420
8742
  };
8421
- readonly "gpt-5.2-codex": {
8422
- id: string;
8423
- name: string;
8424
- api: "openai-responses";
8425
- provider: string;
8426
- baseUrl: string;
8427
- reasoning: true;
8428
- thinkingLevelMap: {
8429
- off: null;
8430
- xhigh: string;
8431
- };
8432
- input: ("image" | "text")[];
8433
- cost: {
8434
- input: number;
8435
- output: number;
8436
- cacheRead: number;
8437
- cacheWrite: number;
8438
- };
8439
- contextWindow: number;
8440
- maxTokens: number;
8441
- };
8442
8743
  readonly "gpt-5.2-pro": {
8443
8744
  id: string;
8444
8745
  name: string;
@@ -8808,23 +9109,6 @@ export declare const MODELS: {
8808
9109
  contextWindow: number;
8809
9110
  maxTokens: number;
8810
9111
  };
8811
- readonly "o3-deep-research": {
8812
- id: string;
8813
- name: string;
8814
- api: "openai-responses";
8815
- provider: string;
8816
- baseUrl: string;
8817
- reasoning: true;
8818
- input: ("image" | "text")[];
8819
- cost: {
8820
- input: number;
8821
- output: number;
8822
- cacheRead: number;
8823
- cacheWrite: number;
8824
- };
8825
- contextWindow: number;
8826
- maxTokens: number;
8827
- };
8828
9112
  readonly "o3-mini": {
8829
9113
  id: string;
8830
9114
  name: string;
@@ -8876,23 +9160,6 @@ export declare const MODELS: {
8876
9160
  contextWindow: number;
8877
9161
  maxTokens: number;
8878
9162
  };
8879
- readonly "o4-mini-deep-research": {
8880
- id: string;
8881
- name: string;
8882
- api: "openai-responses";
8883
- provider: string;
8884
- baseUrl: string;
8885
- reasoning: true;
8886
- input: ("image" | "text")[];
8887
- cost: {
8888
- input: number;
8889
- output: number;
8890
- cacheRead: number;
8891
- cacheWrite: number;
8892
- };
8893
- contextWindow: number;
8894
- maxTokens: number;
8895
- };
8896
9163
  };
8897
9164
  readonly "openai-codex": {
8898
9165
  readonly "gpt-5.2": {
@@ -9260,6 +9527,23 @@ export declare const MODELS: {
9260
9527
  contextWindow: number;
9261
9528
  maxTokens: number;
9262
9529
  };
9530
+ readonly "claude-opus-5": {
9531
+ id: string;
9532
+ name: string;
9533
+ api: "anthropic-messages";
9534
+ provider: string;
9535
+ baseUrl: string;
9536
+ reasoning: true;
9537
+ input: ("image" | "text")[];
9538
+ cost: {
9539
+ input: number;
9540
+ output: number;
9541
+ cacheRead: number;
9542
+ cacheWrite: number;
9543
+ };
9544
+ contextWindow: number;
9545
+ maxTokens: number;
9546
+ };
9263
9547
  readonly "claude-sonnet-4": {
9264
9548
  id: string;
9265
9549
  name: string;
@@ -9479,6 +9763,46 @@ export declare const MODELS: {
9479
9763
  contextWindow: number;
9480
9764
  maxTokens: number;
9481
9765
  };
9766
+ readonly "gemini-3.5-flash-lite": {
9767
+ id: string;
9768
+ name: string;
9769
+ api: "google-generative-ai";
9770
+ provider: string;
9771
+ baseUrl: string;
9772
+ reasoning: true;
9773
+ thinkingLevelMap: {
9774
+ off: null;
9775
+ };
9776
+ input: ("image" | "text")[];
9777
+ cost: {
9778
+ input: number;
9779
+ output: number;
9780
+ cacheRead: number;
9781
+ cacheWrite: number;
9782
+ };
9783
+ contextWindow: number;
9784
+ maxTokens: number;
9785
+ };
9786
+ readonly "gemini-3.6-flash": {
9787
+ id: string;
9788
+ name: string;
9789
+ api: "google-generative-ai";
9790
+ provider: string;
9791
+ baseUrl: string;
9792
+ reasoning: true;
9793
+ thinkingLevelMap: {
9794
+ off: null;
9795
+ };
9796
+ input: ("image" | "text")[];
9797
+ cost: {
9798
+ input: number;
9799
+ output: number;
9800
+ cacheRead: number;
9801
+ cacheWrite: number;
9802
+ };
9803
+ contextWindow: number;
9804
+ maxTokens: number;
9805
+ };
9482
9806
  readonly "glm-5": {
9483
9807
  id: string;
9484
9808
  name: string;
@@ -9927,7 +10251,7 @@ export declare const MODELS: {
9927
10251
  readonly "grok-4.5": {
9928
10252
  id: string;
9929
10253
  name: string;
9930
- api: "openai-completions";
10254
+ api: "openai-responses";
9931
10255
  provider: string;
9932
10256
  baseUrl: string;
9933
10257
  reasoning: true;
@@ -9967,14 +10291,14 @@ export declare const MODELS: {
9967
10291
  contextWindow: number;
9968
10292
  maxTokens: number;
9969
10293
  };
9970
- readonly "hy3-free": {
10294
+ readonly "kimi-k2.5": {
9971
10295
  id: string;
9972
10296
  name: string;
9973
10297
  api: "openai-completions";
9974
10298
  provider: string;
9975
10299
  baseUrl: string;
9976
10300
  reasoning: true;
9977
- input: "text"[];
10301
+ input: ("image" | "text")[];
9978
10302
  cost: {
9979
10303
  input: number;
9980
10304
  output: number;
@@ -9984,12 +10308,16 @@ export declare const MODELS: {
9984
10308
  contextWindow: number;
9985
10309
  maxTokens: number;
9986
10310
  };
9987
- readonly "kimi-k2.5": {
10311
+ readonly "kimi-k2.6": {
9988
10312
  id: string;
9989
10313
  name: string;
9990
10314
  api: "openai-completions";
9991
10315
  provider: string;
9992
10316
  baseUrl: string;
10317
+ compat: {
10318
+ thinkingFormat: "deepseek";
10319
+ supportsReasoningEffort: false;
10320
+ };
9993
10321
  reasoning: true;
9994
10322
  input: ("image" | "text")[];
9995
10323
  cost: {
@@ -10001,16 +10329,12 @@ export declare const MODELS: {
10001
10329
  contextWindow: number;
10002
10330
  maxTokens: number;
10003
10331
  };
10004
- readonly "kimi-k2.6": {
10332
+ readonly "kimi-k2.7-code": {
10005
10333
  id: string;
10006
10334
  name: string;
10007
10335
  api: "openai-completions";
10008
10336
  provider: string;
10009
10337
  baseUrl: string;
10010
- compat: {
10011
- thinkingFormat: "deepseek";
10012
- supportsReasoningEffort: false;
10013
- };
10014
10338
  reasoning: true;
10015
10339
  input: ("image" | "text")[];
10016
10340
  cost: {
@@ -10022,14 +10346,31 @@ export declare const MODELS: {
10022
10346
  contextWindow: number;
10023
10347
  maxTokens: number;
10024
10348
  };
10025
- readonly "kimi-k2.7-code": {
10349
+ readonly "laguna-s-2.1-free": {
10026
10350
  id: string;
10027
10351
  name: string;
10028
10352
  api: "openai-completions";
10029
10353
  provider: string;
10030
10354
  baseUrl: string;
10031
10355
  reasoning: true;
10032
- input: ("image" | "text")[];
10356
+ input: "text"[];
10357
+ cost: {
10358
+ input: number;
10359
+ output: number;
10360
+ cacheRead: number;
10361
+ cacheWrite: number;
10362
+ };
10363
+ contextWindow: number;
10364
+ maxTokens: number;
10365
+ };
10366
+ readonly "ling-3.0-flash-free": {
10367
+ id: string;
10368
+ name: string;
10369
+ api: "openai-completions";
10370
+ provider: string;
10371
+ baseUrl: string;
10372
+ reasoning: true;
10373
+ input: "text"[];
10033
10374
  cost: {
10034
10375
  input: number;
10035
10376
  output: number;
@@ -10267,6 +10608,40 @@ export declare const MODELS: {
10267
10608
  contextWindow: number;
10268
10609
  maxTokens: number;
10269
10610
  };
10611
+ readonly "grok-4.5": {
10612
+ id: string;
10613
+ name: string;
10614
+ api: "openai-responses";
10615
+ provider: string;
10616
+ baseUrl: string;
10617
+ reasoning: true;
10618
+ input: ("image" | "text")[];
10619
+ cost: {
10620
+ input: number;
10621
+ output: number;
10622
+ cacheRead: number;
10623
+ cacheWrite: number;
10624
+ };
10625
+ contextWindow: number;
10626
+ maxTokens: number;
10627
+ };
10628
+ readonly hy3: {
10629
+ id: string;
10630
+ name: string;
10631
+ api: "openai-completions";
10632
+ provider: string;
10633
+ baseUrl: string;
10634
+ reasoning: true;
10635
+ input: "text"[];
10636
+ cost: {
10637
+ input: number;
10638
+ output: number;
10639
+ cacheRead: number;
10640
+ cacheWrite: number;
10641
+ };
10642
+ contextWindow: number;
10643
+ maxTokens: number;
10644
+ };
10270
10645
  readonly "kimi-k2.6": {
10271
10646
  id: string;
10272
10647
  name: string;
@@ -10310,6 +10685,23 @@ export declare const MODELS: {
10310
10685
  contextWindow: number;
10311
10686
  maxTokens: number;
10312
10687
  };
10688
+ readonly "kimi-k3": {
10689
+ id: string;
10690
+ name: string;
10691
+ api: "openai-completions";
10692
+ provider: string;
10693
+ baseUrl: string;
10694
+ reasoning: true;
10695
+ input: ("image" | "text")[];
10696
+ cost: {
10697
+ input: number;
10698
+ output: number;
10699
+ cacheRead: number;
10700
+ cacheWrite: number;
10701
+ };
10702
+ contextWindow: number;
10703
+ maxTokens: number;
10704
+ };
10313
10705
  readonly "mimo-v2.5": {
10314
10706
  id: string;
10315
10707
  name: string;
@@ -10783,7 +11175,7 @@ export declare const MODELS: {
10783
11175
  contextWindow: number;
10784
11176
  maxTokens: number;
10785
11177
  };
10786
- readonly "anthropic/claude-sonnet-4": {
11178
+ readonly "anthropic/claude-opus-5": {
10787
11179
  id: string;
10788
11180
  name: string;
10789
11181
  api: "openai-completions";
@@ -10800,7 +11192,7 @@ export declare const MODELS: {
10800
11192
  contextWindow: number;
10801
11193
  maxTokens: number;
10802
11194
  };
10803
- readonly "anthropic/claude-sonnet-4.5": {
11195
+ readonly "anthropic/claude-opus-5-fast": {
10804
11196
  id: string;
10805
11197
  name: string;
10806
11198
  api: "openai-completions";
@@ -10817,7 +11209,7 @@ export declare const MODELS: {
10817
11209
  contextWindow: number;
10818
11210
  maxTokens: number;
10819
11211
  };
10820
- readonly "anthropic/claude-sonnet-4.6": {
11212
+ readonly "anthropic/claude-sonnet-4": {
10821
11213
  id: string;
10822
11214
  name: string;
10823
11215
  api: "openai-completions";
@@ -10834,7 +11226,41 @@ export declare const MODELS: {
10834
11226
  contextWindow: number;
10835
11227
  maxTokens: number;
10836
11228
  };
10837
- readonly "anthropic/claude-sonnet-5": {
11229
+ readonly "anthropic/claude-sonnet-4.5": {
11230
+ id: string;
11231
+ name: string;
11232
+ api: "openai-completions";
11233
+ provider: string;
11234
+ baseUrl: string;
11235
+ reasoning: true;
11236
+ input: ("image" | "text")[];
11237
+ cost: {
11238
+ input: number;
11239
+ output: number;
11240
+ cacheRead: number;
11241
+ cacheWrite: number;
11242
+ };
11243
+ contextWindow: number;
11244
+ maxTokens: number;
11245
+ };
11246
+ readonly "anthropic/claude-sonnet-4.6": {
11247
+ id: string;
11248
+ name: string;
11249
+ api: "openai-completions";
11250
+ provider: string;
11251
+ baseUrl: string;
11252
+ reasoning: true;
11253
+ input: ("image" | "text")[];
11254
+ cost: {
11255
+ input: number;
11256
+ output: number;
11257
+ cacheRead: number;
11258
+ cacheWrite: number;
11259
+ };
11260
+ contextWindow: number;
11261
+ maxTokens: number;
11262
+ };
11263
+ readonly "anthropic/claude-sonnet-5": {
10838
11264
  id: string;
10839
11265
  name: string;
10840
11266
  api: "openai-completions";
@@ -11415,6 +11841,40 @@ export declare const MODELS: {
11415
11841
  contextWindow: number;
11416
11842
  maxTokens: number;
11417
11843
  };
11844
+ readonly "google/gemini-3.5-flash-lite": {
11845
+ id: string;
11846
+ name: string;
11847
+ api: "openai-completions";
11848
+ provider: string;
11849
+ baseUrl: string;
11850
+ reasoning: true;
11851
+ input: ("image" | "text")[];
11852
+ cost: {
11853
+ input: number;
11854
+ output: number;
11855
+ cacheRead: number;
11856
+ cacheWrite: number;
11857
+ };
11858
+ contextWindow: number;
11859
+ maxTokens: number;
11860
+ };
11861
+ readonly "google/gemini-3.6-flash": {
11862
+ id: string;
11863
+ name: string;
11864
+ api: "openai-completions";
11865
+ provider: string;
11866
+ baseUrl: string;
11867
+ reasoning: true;
11868
+ input: ("image" | "text")[];
11869
+ cost: {
11870
+ input: number;
11871
+ output: number;
11872
+ cacheRead: number;
11873
+ cacheWrite: number;
11874
+ };
11875
+ contextWindow: number;
11876
+ maxTokens: number;
11877
+ };
11418
11878
  readonly "google/gemma-3-12b-it": {
11419
11879
  id: string;
11420
11880
  name: string;
@@ -11588,6 +12048,23 @@ export declare const MODELS: {
11588
12048
  contextWindow: number;
11589
12049
  maxTokens: number;
11590
12050
  };
12051
+ readonly "inclusionai/ling-3.0-flash:free": {
12052
+ id: string;
12053
+ name: string;
12054
+ api: "openai-completions";
12055
+ provider: string;
12056
+ baseUrl: string;
12057
+ reasoning: true;
12058
+ input: "text"[];
12059
+ cost: {
12060
+ input: number;
12061
+ output: number;
12062
+ cacheRead: number;
12063
+ cacheWrite: number;
12064
+ };
12065
+ contextWindow: number;
12066
+ maxTokens: number;
12067
+ };
11591
12068
  readonly "inclusionai/ring-2.6-1t": {
11592
12069
  id: string;
11593
12070
  name: string;
@@ -11605,6 +12082,23 @@ export declare const MODELS: {
11605
12082
  contextWindow: number;
11606
12083
  maxTokens: number;
11607
12084
  };
12085
+ readonly "kwaipilot/kat-coder-air-v2.5": {
12086
+ id: string;
12087
+ name: string;
12088
+ api: "openai-completions";
12089
+ provider: string;
12090
+ baseUrl: string;
12091
+ reasoning: false;
12092
+ input: "text"[];
12093
+ cost: {
12094
+ input: number;
12095
+ output: number;
12096
+ cacheRead: number;
12097
+ cacheWrite: number;
12098
+ };
12099
+ contextWindow: number;
12100
+ maxTokens: number;
12101
+ };
11608
12102
  readonly "kwaipilot/kat-coder-pro-v2": {
11609
12103
  id: string;
11610
12104
  name: string;
@@ -11622,7 +12116,24 @@ export declare const MODELS: {
11622
12116
  contextWindow: number;
11623
12117
  maxTokens: number;
11624
12118
  };
11625
- readonly "liquid/lfm-2.5-1.2b-thinking:free": {
12119
+ readonly "kwaipilot/kat-coder-pro-v2.5": {
12120
+ id: string;
12121
+ name: string;
12122
+ api: "openai-completions";
12123
+ provider: string;
12124
+ baseUrl: string;
12125
+ reasoning: false;
12126
+ input: "text"[];
12127
+ cost: {
12128
+ input: number;
12129
+ output: number;
12130
+ cacheRead: number;
12131
+ cacheWrite: number;
12132
+ };
12133
+ contextWindow: number;
12134
+ maxTokens: number;
12135
+ };
12136
+ readonly "meituan/longcat-2.0": {
11626
12137
  id: string;
11627
12138
  name: string;
11628
12139
  api: "openai-completions";
@@ -11690,14 +12201,14 @@ export declare const MODELS: {
11690
12201
  contextWindow: number;
11691
12202
  maxTokens: number;
11692
12203
  };
11693
- readonly "meta-llama/llama-3.3-70b-instruct:free": {
12204
+ readonly "meta-llama/llama-4-maverick": {
11694
12205
  id: string;
11695
12206
  name: string;
11696
12207
  api: "openai-completions";
11697
12208
  provider: string;
11698
12209
  baseUrl: string;
11699
12210
  reasoning: false;
11700
- input: "text"[];
12211
+ input: ("image" | "text")[];
11701
12212
  cost: {
11702
12213
  input: number;
11703
12214
  output: number;
@@ -11707,7 +12218,7 @@ export declare const MODELS: {
11707
12218
  contextWindow: number;
11708
12219
  maxTokens: number;
11709
12220
  };
11710
- readonly "meta-llama/llama-4-maverick": {
12221
+ readonly "meta-llama/llama-4-scout": {
11711
12222
  id: string;
11712
12223
  name: string;
11713
12224
  api: "openai-completions";
@@ -11724,13 +12235,13 @@ export declare const MODELS: {
11724
12235
  contextWindow: number;
11725
12236
  maxTokens: number;
11726
12237
  };
11727
- readonly "meta-llama/llama-4-scout": {
12238
+ readonly "meta/muse-spark-1.1": {
11728
12239
  id: string;
11729
12240
  name: string;
11730
12241
  api: "openai-completions";
11731
12242
  provider: string;
11732
12243
  baseUrl: string;
11733
- reasoning: false;
12244
+ reasoning: true;
11734
12245
  input: ("image" | "text")[];
11735
12246
  cost: {
11736
12247
  input: number;
@@ -12237,7 +12748,7 @@ export declare const MODELS: {
12237
12748
  contextWindow: number;
12238
12749
  maxTokens: number;
12239
12750
  };
12240
- readonly "nex-agi/nex-n2-mini": {
12751
+ readonly "moonshotai/kimi-k3": {
12241
12752
  id: string;
12242
12753
  name: string;
12243
12754
  api: "openai-completions";
@@ -12254,7 +12765,7 @@ export declare const MODELS: {
12254
12765
  contextWindow: number;
12255
12766
  maxTokens: number;
12256
12767
  };
12257
- readonly "nex-agi/nex-n2-pro": {
12768
+ readonly "nex-agi/nex-n2-mini": {
12258
12769
  id: string;
12259
12770
  name: string;
12260
12771
  api: "openai-completions";
@@ -12271,14 +12782,14 @@ export declare const MODELS: {
12271
12782
  contextWindow: number;
12272
12783
  maxTokens: number;
12273
12784
  };
12274
- readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
12785
+ readonly "nex-agi/nex-n2-pro": {
12275
12786
  id: string;
12276
12787
  name: string;
12277
12788
  api: "openai-completions";
12278
12789
  provider: string;
12279
12790
  baseUrl: string;
12280
12791
  reasoning: true;
12281
- input: "text"[];
12792
+ input: ("image" | "text")[];
12282
12793
  cost: {
12283
12794
  input: number;
12284
12795
  output: number;
@@ -13306,23 +13817,6 @@ export declare const MODELS: {
13306
13817
  contextWindow: number;
13307
13818
  maxTokens: number;
13308
13819
  };
13309
- readonly "openai/gpt-oss-120b:free": {
13310
- id: string;
13311
- name: string;
13312
- api: "openai-completions";
13313
- provider: string;
13314
- baseUrl: string;
13315
- reasoning: true;
13316
- input: "text"[];
13317
- cost: {
13318
- input: number;
13319
- output: number;
13320
- cacheRead: number;
13321
- cacheWrite: number;
13322
- };
13323
- contextWindow: number;
13324
- maxTokens: number;
13325
- };
13326
13820
  readonly "openai/gpt-oss-20b": {
13327
13821
  id: string;
13328
13822
  name: string;
@@ -13544,6 +14038,23 @@ export declare const MODELS: {
13544
14038
  contextWindow: number;
13545
14039
  maxTokens: number;
13546
14040
  };
14041
+ readonly "openrouter/auto-beta": {
14042
+ id: string;
14043
+ name: string;
14044
+ api: "openai-completions";
14045
+ provider: string;
14046
+ baseUrl: string;
14047
+ reasoning: true;
14048
+ input: ("image" | "text")[];
14049
+ cost: {
14050
+ input: number;
14051
+ output: number;
14052
+ cacheRead: number;
14053
+ cacheWrite: number;
14054
+ };
14055
+ contextWindow: number;
14056
+ maxTokens: number;
14057
+ };
13547
14058
  readonly "openrouter/free": {
13548
14059
  id: string;
13549
14060
  name: string;
@@ -13595,6 +14106,40 @@ export declare const MODELS: {
13595
14106
  contextWindow: number;
13596
14107
  maxTokens: number;
13597
14108
  };
14109
+ readonly "poolside/laguna-s-2.1": {
14110
+ id: string;
14111
+ name: string;
14112
+ api: "openai-completions";
14113
+ provider: string;
14114
+ baseUrl: string;
14115
+ reasoning: true;
14116
+ input: "text"[];
14117
+ cost: {
14118
+ input: number;
14119
+ output: number;
14120
+ cacheRead: number;
14121
+ cacheWrite: number;
14122
+ };
14123
+ contextWindow: number;
14124
+ maxTokens: number;
14125
+ };
14126
+ readonly "poolside/laguna-s-2.1:free": {
14127
+ id: string;
14128
+ name: string;
14129
+ api: "openai-completions";
14130
+ provider: string;
14131
+ baseUrl: string;
14132
+ reasoning: true;
14133
+ input: "text"[];
14134
+ cost: {
14135
+ input: number;
14136
+ output: number;
14137
+ cacheRead: number;
14138
+ cacheWrite: number;
14139
+ };
14140
+ contextWindow: number;
14141
+ maxTokens: number;
14142
+ };
13598
14143
  readonly "poolside/laguna-xs-2.1": {
13599
14144
  id: string;
13600
14145
  name: string;
@@ -13952,23 +14497,6 @@ export declare const MODELS: {
13952
14497
  contextWindow: number;
13953
14498
  maxTokens: number;
13954
14499
  };
13955
- readonly "qwen/qwen3-coder:free": {
13956
- id: string;
13957
- name: string;
13958
- api: "openai-completions";
13959
- provider: string;
13960
- baseUrl: string;
13961
- reasoning: false;
13962
- input: "text"[];
13963
- cost: {
13964
- input: number;
13965
- output: number;
13966
- cacheRead: number;
13967
- cacheWrite: number;
13968
- };
13969
- contextWindow: number;
13970
- maxTokens: number;
13971
- };
13972
14500
  readonly "qwen/qwen3-max": {
13973
14501
  id: string;
13974
14502
  name: string;
@@ -14020,23 +14548,6 @@ export declare const MODELS: {
14020
14548
  contextWindow: number;
14021
14549
  maxTokens: number;
14022
14550
  };
14023
- readonly "qwen/qwen3-next-80b-a3b-instruct:free": {
14024
- id: string;
14025
- name: string;
14026
- api: "openai-completions";
14027
- provider: string;
14028
- baseUrl: string;
14029
- reasoning: false;
14030
- input: "text"[];
14031
- cost: {
14032
- input: number;
14033
- output: number;
14034
- cacheRead: number;
14035
- cacheWrite: number;
14036
- };
14037
- contextWindow: number;
14038
- maxTokens: number;
14039
- };
14040
14551
  readonly "qwen/qwen3-next-80b-a3b-thinking": {
14041
14552
  id: string;
14042
14553
  name: string;
@@ -14564,13 +15075,13 @@ export declare const MODELS: {
14564
15075
  contextWindow: number;
14565
15076
  maxTokens: number;
14566
15077
  };
14567
- readonly "tencent/hy3:free": {
15078
+ readonly "thedrummer/unslopnemo-12b": {
14568
15079
  id: string;
14569
15080
  name: string;
14570
15081
  api: "openai-completions";
14571
15082
  provider: string;
14572
15083
  baseUrl: string;
14573
- reasoning: true;
15084
+ reasoning: false;
14574
15085
  input: "text"[];
14575
15086
  cost: {
14576
15087
  input: number;
@@ -14581,14 +15092,14 @@ export declare const MODELS: {
14581
15092
  contextWindow: number;
14582
15093
  maxTokens: number;
14583
15094
  };
14584
- readonly "thedrummer/unslopnemo-12b": {
15095
+ readonly "thinkingmachines/inkling": {
14585
15096
  id: string;
14586
15097
  name: string;
14587
15098
  api: "openai-completions";
14588
15099
  provider: string;
14589
15100
  baseUrl: string;
14590
- reasoning: false;
14591
- input: "text"[];
15101
+ reasoning: true;
15102
+ input: ("image" | "text")[];
14592
15103
  cost: {
14593
15104
  input: number;
14594
15105
  output: number;
@@ -15180,7 +15691,7 @@ export declare const MODELS: {
15180
15691
  contextWindow: number;
15181
15692
  maxTokens: number;
15182
15693
  };
15183
- readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
15694
+ readonly "Qwen/Qwen3.5-9B": {
15184
15695
  id: string;
15185
15696
  name: string;
15186
15697
  api: "openai-completions";
@@ -15193,9 +15704,15 @@ export declare const MODELS: {
15193
15704
  maxTokensField: "max_tokens";
15194
15705
  supportsStrictMode: false;
15195
15706
  supportsLongCacheRetention: false;
15707
+ thinkingFormat: "together";
15196
15708
  };
15197
- reasoning: false;
15198
- input: "text"[];
15709
+ reasoning: true;
15710
+ thinkingLevelMap: {
15711
+ minimal: null;
15712
+ low: null;
15713
+ medium: null;
15714
+ };
15715
+ input: ("image" | "text")[];
15199
15716
  cost: {
15200
15717
  input: number;
15201
15718
  output: number;
@@ -15205,7 +15722,7 @@ export declare const MODELS: {
15205
15722
  contextWindow: number;
15206
15723
  maxTokens: number;
15207
15724
  };
15208
- readonly "Qwen/Qwen3.5-397B-A17B": {
15725
+ readonly "Qwen/Qwen3.6-Plus": {
15209
15726
  id: string;
15210
15727
  name: string;
15211
15728
  api: "openai-completions";
@@ -15226,7 +15743,7 @@ export declare const MODELS: {
15226
15743
  low: null;
15227
15744
  medium: null;
15228
15745
  };
15229
- input: ("image" | "text")[];
15746
+ input: "text"[];
15230
15747
  cost: {
15231
15748
  input: number;
15232
15749
  output: number;
@@ -15236,69 +15753,7 @@ export declare const MODELS: {
15236
15753
  contextWindow: number;
15237
15754
  maxTokens: number;
15238
15755
  };
15239
- readonly "Qwen/Qwen3.5-9B": {
15240
- id: string;
15241
- name: string;
15242
- api: "openai-completions";
15243
- provider: string;
15244
- baseUrl: string;
15245
- compat: {
15246
- supportsStore: false;
15247
- supportsDeveloperRole: false;
15248
- supportsReasoningEffort: false;
15249
- maxTokensField: "max_tokens";
15250
- supportsStrictMode: false;
15251
- supportsLongCacheRetention: false;
15252
- thinkingFormat: "together";
15253
- };
15254
- reasoning: true;
15255
- thinkingLevelMap: {
15256
- minimal: null;
15257
- low: null;
15258
- medium: null;
15259
- };
15260
- input: ("image" | "text")[];
15261
- cost: {
15262
- input: number;
15263
- output: number;
15264
- cacheRead: number;
15265
- cacheWrite: number;
15266
- };
15267
- contextWindow: number;
15268
- maxTokens: number;
15269
- };
15270
- readonly "Qwen/Qwen3.6-Plus": {
15271
- id: string;
15272
- name: string;
15273
- api: "openai-completions";
15274
- provider: string;
15275
- baseUrl: string;
15276
- compat: {
15277
- supportsStore: false;
15278
- supportsDeveloperRole: false;
15279
- supportsReasoningEffort: false;
15280
- maxTokensField: "max_tokens";
15281
- supportsStrictMode: false;
15282
- supportsLongCacheRetention: false;
15283
- thinkingFormat: "together";
15284
- };
15285
- reasoning: true;
15286
- thinkingLevelMap: {
15287
- minimal: null;
15288
- low: null;
15289
- medium: null;
15290
- };
15291
- input: "text"[];
15292
- cost: {
15293
- input: number;
15294
- output: number;
15295
- cacheRead: number;
15296
- cacheWrite: number;
15297
- };
15298
- contextWindow: number;
15299
- maxTokens: number;
15300
- };
15301
- readonly "Qwen/Qwen3.7-Max": {
15756
+ readonly "Qwen/Qwen3.7-Max": {
15302
15757
  id: string;
15303
15758
  name: string;
15304
15759
  api: "openai-completions";
@@ -15356,31 +15811,6 @@ export declare const MODELS: {
15356
15811
  contextWindow: number;
15357
15812
  maxTokens: number;
15358
15813
  };
15359
- readonly "essentialai/Rnj-1-Instruct": {
15360
- id: string;
15361
- name: string;
15362
- api: "openai-completions";
15363
- provider: string;
15364
- baseUrl: string;
15365
- compat: {
15366
- supportsStore: false;
15367
- supportsDeveloperRole: false;
15368
- supportsReasoningEffort: false;
15369
- maxTokensField: "max_tokens";
15370
- supportsStrictMode: false;
15371
- supportsLongCacheRetention: false;
15372
- };
15373
- reasoning: false;
15374
- input: "text"[];
15375
- cost: {
15376
- input: number;
15377
- output: number;
15378
- cacheRead: number;
15379
- cacheWrite: number;
15380
- };
15381
- contextWindow: number;
15382
- maxTokens: number;
15383
- };
15384
15814
  readonly "google/gemma-4-31B-it": {
15385
15815
  id: string;
15386
15816
  name: string;
@@ -15590,38 +16020,7 @@ export declare const MODELS: {
15590
16020
  contextWindow: number;
15591
16021
  maxTokens: number;
15592
16022
  };
15593
- readonly "zai-org/GLM-5": {
15594
- id: string;
15595
- name: string;
15596
- api: "openai-completions";
15597
- provider: string;
15598
- baseUrl: string;
15599
- compat: {
15600
- supportsStore: false;
15601
- supportsDeveloperRole: false;
15602
- supportsReasoningEffort: false;
15603
- maxTokensField: "max_tokens";
15604
- supportsStrictMode: false;
15605
- supportsLongCacheRetention: false;
15606
- thinkingFormat: "together";
15607
- };
15608
- reasoning: true;
15609
- thinkingLevelMap: {
15610
- minimal: null;
15611
- low: null;
15612
- medium: null;
15613
- };
15614
- input: "text"[];
15615
- cost: {
15616
- input: number;
15617
- output: number;
15618
- cacheRead: number;
15619
- cacheWrite: number;
15620
- };
15621
- contextWindow: number;
15622
- maxTokens: number;
15623
- };
15624
- readonly "zai-org/GLM-5.1": {
16023
+ readonly "thinkingmachines/Inkling": {
15625
16024
  id: string;
15626
16025
  name: string;
15627
16026
  api: "openai-completions";
@@ -15642,7 +16041,7 @@ export declare const MODELS: {
15642
16041
  low: null;
15643
16042
  medium: null;
15644
16043
  };
15645
- input: "text"[];
16044
+ input: ("image" | "text")[];
15646
16045
  cost: {
15647
16046
  input: number;
15648
16047
  output: number;
@@ -16178,13 +16577,13 @@ export declare const MODELS: {
16178
16577
  contextWindow: number;
16179
16578
  maxTokens: number;
16180
16579
  };
16181
- readonly "anthropic/claude-3.5-haiku": {
16580
+ readonly "anthropic/claude-fable-5": {
16182
16581
  id: string;
16183
16582
  name: string;
16184
16583
  api: "anthropic-messages";
16185
16584
  provider: string;
16186
16585
  baseUrl: string;
16187
- reasoning: false;
16586
+ reasoning: true;
16188
16587
  input: ("image" | "text")[];
16189
16588
  cost: {
16190
16589
  input: number;
@@ -16195,7 +16594,7 @@ export declare const MODELS: {
16195
16594
  contextWindow: number;
16196
16595
  maxTokens: number;
16197
16596
  };
16198
- readonly "anthropic/claude-fable-5": {
16597
+ readonly "anthropic/claude-haiku-4.5": {
16199
16598
  id: string;
16200
16599
  name: string;
16201
16600
  api: "anthropic-messages";
@@ -16212,7 +16611,7 @@ export declare const MODELS: {
16212
16611
  contextWindow: number;
16213
16612
  maxTokens: number;
16214
16613
  };
16215
- readonly "anthropic/claude-haiku-4.5": {
16614
+ readonly "anthropic/claude-opus-4": {
16216
16615
  id: string;
16217
16616
  name: string;
16218
16617
  api: "anthropic-messages";
@@ -16229,7 +16628,7 @@ export declare const MODELS: {
16229
16628
  contextWindow: number;
16230
16629
  maxTokens: number;
16231
16630
  };
16232
- readonly "anthropic/claude-opus-4": {
16631
+ readonly "anthropic/claude-opus-4.1": {
16233
16632
  id: string;
16234
16633
  name: string;
16235
16634
  api: "anthropic-messages";
@@ -16246,7 +16645,7 @@ export declare const MODELS: {
16246
16645
  contextWindow: number;
16247
16646
  maxTokens: number;
16248
16647
  };
16249
- readonly "anthropic/claude-opus-4.1": {
16648
+ readonly "anthropic/claude-opus-4.5": {
16250
16649
  id: string;
16251
16650
  name: string;
16252
16651
  api: "anthropic-messages";
@@ -16263,13 +16662,19 @@ export declare const MODELS: {
16263
16662
  contextWindow: number;
16264
16663
  maxTokens: number;
16265
16664
  };
16266
- readonly "anthropic/claude-opus-4.5": {
16665
+ readonly "anthropic/claude-opus-4.6": {
16267
16666
  id: string;
16268
16667
  name: string;
16269
16668
  api: "anthropic-messages";
16270
16669
  provider: string;
16271
16670
  baseUrl: string;
16671
+ compat: {
16672
+ forceAdaptiveThinking: true;
16673
+ };
16272
16674
  reasoning: true;
16675
+ thinkingLevelMap: {
16676
+ xhigh: string;
16677
+ };
16273
16678
  input: ("image" | "text")[];
16274
16679
  cost: {
16275
16680
  input: number;
@@ -16280,7 +16685,7 @@ export declare const MODELS: {
16280
16685
  contextWindow: number;
16281
16686
  maxTokens: number;
16282
16687
  };
16283
- readonly "anthropic/claude-opus-4.6": {
16688
+ readonly "anthropic/claude-opus-4.7": {
16284
16689
  id: string;
16285
16690
  name: string;
16286
16691
  api: "anthropic-messages";
@@ -16288,6 +16693,7 @@ export declare const MODELS: {
16288
16693
  baseUrl: string;
16289
16694
  compat: {
16290
16695
  forceAdaptiveThinking: true;
16696
+ supportsTemperature: false;
16291
16697
  };
16292
16698
  reasoning: true;
16293
16699
  thinkingLevelMap: {
@@ -16303,7 +16709,7 @@ export declare const MODELS: {
16303
16709
  contextWindow: number;
16304
16710
  maxTokens: number;
16305
16711
  };
16306
- readonly "anthropic/claude-opus-4.7": {
16712
+ readonly "anthropic/claude-opus-4.8": {
16307
16713
  id: string;
16308
16714
  name: string;
16309
16715
  api: "anthropic-messages";
@@ -16314,9 +16720,6 @@ export declare const MODELS: {
16314
16720
  supportsTemperature: false;
16315
16721
  };
16316
16722
  reasoning: true;
16317
- thinkingLevelMap: {
16318
- xhigh: string;
16319
- };
16320
16723
  input: ("image" | "text")[];
16321
16724
  cost: {
16322
16725
  input: number;
@@ -16327,7 +16730,7 @@ export declare const MODELS: {
16327
16730
  contextWindow: number;
16328
16731
  maxTokens: number;
16329
16732
  };
16330
- readonly "anthropic/claude-opus-4.8": {
16733
+ readonly "anthropic/claude-opus-4.8-fast": {
16331
16734
  id: string;
16332
16735
  name: string;
16333
16736
  api: "anthropic-messages";
@@ -16348,7 +16751,7 @@ export declare const MODELS: {
16348
16751
  contextWindow: number;
16349
16752
  maxTokens: number;
16350
16753
  };
16351
- readonly "anthropic/claude-sonnet-4": {
16754
+ readonly "anthropic/claude-opus-5": {
16352
16755
  id: string;
16353
16756
  name: string;
16354
16757
  api: "anthropic-messages";
@@ -16365,7 +16768,7 @@ export declare const MODELS: {
16365
16768
  contextWindow: number;
16366
16769
  maxTokens: number;
16367
16770
  };
16368
- readonly "anthropic/claude-sonnet-4.5": {
16771
+ readonly "anthropic/claude-opus-5-fast": {
16369
16772
  id: string;
16370
16773
  name: string;
16371
16774
  api: "anthropic-messages";
@@ -16382,15 +16785,29 @@ export declare const MODELS: {
16382
16785
  contextWindow: number;
16383
16786
  maxTokens: number;
16384
16787
  };
16385
- readonly "anthropic/claude-sonnet-4.6": {
16788
+ readonly "anthropic/claude-sonnet-4": {
16386
16789
  id: string;
16387
16790
  name: string;
16388
16791
  api: "anthropic-messages";
16389
16792
  provider: string;
16390
16793
  baseUrl: string;
16391
- compat: {
16392
- forceAdaptiveThinking: true;
16794
+ reasoning: true;
16795
+ input: ("image" | "text")[];
16796
+ cost: {
16797
+ input: number;
16798
+ output: number;
16799
+ cacheRead: number;
16800
+ cacheWrite: number;
16393
16801
  };
16802
+ contextWindow: number;
16803
+ maxTokens: number;
16804
+ };
16805
+ readonly "anthropic/claude-sonnet-4.5": {
16806
+ id: string;
16807
+ name: string;
16808
+ api: "anthropic-messages";
16809
+ provider: string;
16810
+ baseUrl: string;
16394
16811
  reasoning: true;
16395
16812
  input: ("image" | "text")[];
16396
16813
  cost: {
@@ -16402,12 +16819,15 @@ export declare const MODELS: {
16402
16819
  contextWindow: number;
16403
16820
  maxTokens: number;
16404
16821
  };
16405
- readonly "anthropic/claude-sonnet-5": {
16822
+ readonly "anthropic/claude-sonnet-4.6": {
16406
16823
  id: string;
16407
16824
  name: string;
16408
16825
  api: "anthropic-messages";
16409
16826
  provider: string;
16410
16827
  baseUrl: string;
16828
+ compat: {
16829
+ forceAdaptiveThinking: true;
16830
+ };
16411
16831
  reasoning: true;
16412
16832
  input: ("image" | "text")[];
16413
16833
  cost: {
@@ -16419,14 +16839,14 @@ export declare const MODELS: {
16419
16839
  contextWindow: number;
16420
16840
  maxTokens: number;
16421
16841
  };
16422
- readonly "arcee-ai/trinity-large-preview": {
16842
+ readonly "anthropic/claude-sonnet-5": {
16423
16843
  id: string;
16424
16844
  name: string;
16425
16845
  api: "anthropic-messages";
16426
16846
  provider: string;
16427
16847
  baseUrl: string;
16428
- reasoning: false;
16429
- input: "text"[];
16848
+ reasoning: true;
16849
+ input: ("image" | "text")[];
16430
16850
  cost: {
16431
16851
  input: number;
16432
16852
  output: number;
@@ -16759,23 +17179,6 @@ export declare const MODELS: {
16759
17179
  contextWindow: number;
16760
17180
  maxTokens: number;
16761
17181
  };
16762
- readonly "google/gemini-3.1-flash-lite-preview": {
16763
- id: string;
16764
- name: string;
16765
- api: "anthropic-messages";
16766
- provider: string;
16767
- baseUrl: string;
16768
- reasoning: true;
16769
- input: ("image" | "text")[];
16770
- cost: {
16771
- input: number;
16772
- output: number;
16773
- cacheRead: number;
16774
- cacheWrite: number;
16775
- };
16776
- contextWindow: number;
16777
- maxTokens: number;
16778
- };
16779
17182
  readonly "google/gemini-3.1-pro-preview": {
16780
17183
  id: string;
16781
17184
  name: string;
@@ -16810,7 +17213,7 @@ export declare const MODELS: {
16810
17213
  contextWindow: number;
16811
17214
  maxTokens: number;
16812
17215
  };
16813
- readonly "google/gemma-4-26b-a4b-it": {
17216
+ readonly "google/gemini-3.5-flash-lite": {
16814
17217
  id: string;
16815
17218
  name: string;
16816
17219
  api: "anthropic-messages";
@@ -16827,7 +17230,7 @@ export declare const MODELS: {
16827
17230
  contextWindow: number;
16828
17231
  maxTokens: number;
16829
17232
  };
16830
- readonly "google/gemma-4-31b-it": {
17233
+ readonly "google/gemini-3.6-flash": {
16831
17234
  id: string;
16832
17235
  name: string;
16833
17236
  api: "anthropic-messages";
@@ -16844,31 +17247,14 @@ export declare const MODELS: {
16844
17247
  contextWindow: number;
16845
17248
  maxTokens: number;
16846
17249
  };
16847
- readonly "inception/mercury-2": {
17250
+ readonly "google/gemma-4-26b-a4b-it": {
16848
17251
  id: string;
16849
17252
  name: string;
16850
17253
  api: "anthropic-messages";
16851
17254
  provider: string;
16852
17255
  baseUrl: string;
16853
17256
  reasoning: true;
16854
- input: "text"[];
16855
- cost: {
16856
- input: number;
16857
- output: number;
16858
- cacheRead: number;
16859
- cacheWrite: number;
16860
- };
16861
- contextWindow: number;
16862
- maxTokens: number;
16863
- };
16864
- readonly "inception/mercury-coder-small": {
16865
- id: string;
16866
- name: string;
16867
- api: "anthropic-messages";
16868
- provider: string;
16869
- baseUrl: string;
16870
- reasoning: false;
16871
- input: "text"[];
17257
+ input: ("image" | "text")[];
16872
17258
  cost: {
16873
17259
  input: number;
16874
17260
  output: number;
@@ -16878,7 +17264,7 @@ export declare const MODELS: {
16878
17264
  contextWindow: number;
16879
17265
  maxTokens: number;
16880
17266
  };
16881
- readonly "interfaze/interfaze-beta": {
17267
+ readonly "google/gemma-4-31b-it": {
16882
17268
  id: string;
16883
17269
  name: string;
16884
17270
  api: "anthropic-messages";
@@ -16895,7 +17281,7 @@ export declare const MODELS: {
16895
17281
  contextWindow: number;
16896
17282
  maxTokens: number;
16897
17283
  };
16898
- readonly "kwaipilot/kat-coder-air-v2.5": {
17284
+ readonly "inception/mercury-2": {
16899
17285
  id: string;
16900
17286
  name: string;
16901
17287
  api: "anthropic-messages";
@@ -16912,7 +17298,7 @@ export declare const MODELS: {
16912
17298
  contextWindow: number;
16913
17299
  maxTokens: number;
16914
17300
  };
16915
- readonly "kwaipilot/kat-coder-pro-v1": {
17301
+ readonly "inception/mercury-coder-small": {
16916
17302
  id: string;
16917
17303
  name: string;
16918
17304
  api: "anthropic-messages";
@@ -16929,7 +17315,7 @@ export declare const MODELS: {
16929
17315
  contextWindow: number;
16930
17316
  maxTokens: number;
16931
17317
  };
16932
- readonly "kwaipilot/kat-coder-pro-v2": {
17318
+ readonly "inclusionai/ling-3.0-flash-free": {
16933
17319
  id: string;
16934
17320
  name: string;
16935
17321
  api: "anthropic-messages";
@@ -16946,14 +17332,14 @@ export declare const MODELS: {
16946
17332
  contextWindow: number;
16947
17333
  maxTokens: number;
16948
17334
  };
16949
- readonly "kwaipilot/kat-coder-pro-v2.5": {
17335
+ readonly "interfaze/interfaze-beta": {
16950
17336
  id: string;
16951
17337
  name: string;
16952
17338
  api: "anthropic-messages";
16953
17339
  provider: string;
16954
17340
  baseUrl: string;
16955
17341
  reasoning: true;
16956
- input: "text"[];
17342
+ input: ("image" | "text")[];
16957
17343
  cost: {
16958
17344
  input: number;
16959
17345
  output: number;
@@ -16963,13 +17349,13 @@ export declare const MODELS: {
16963
17349
  contextWindow: number;
16964
17350
  maxTokens: number;
16965
17351
  };
16966
- readonly "meituan/longcat-flash-chat": {
17352
+ readonly "kwaipilot/kat-coder-air-v2.5": {
16967
17353
  id: string;
16968
17354
  name: string;
16969
17355
  api: "anthropic-messages";
16970
17356
  provider: string;
16971
17357
  baseUrl: string;
16972
- reasoning: false;
17358
+ reasoning: true;
16973
17359
  input: "text"[];
16974
17360
  cost: {
16975
17361
  input: number;
@@ -16980,13 +17366,13 @@ export declare const MODELS: {
16980
17366
  contextWindow: number;
16981
17367
  maxTokens: number;
16982
17368
  };
16983
- readonly "meituan/longcat-flash-thinking-2601": {
17369
+ readonly "kwaipilot/kat-coder-pro-v1": {
16984
17370
  id: string;
16985
17371
  name: string;
16986
17372
  api: "anthropic-messages";
16987
17373
  provider: string;
16988
17374
  baseUrl: string;
16989
- reasoning: true;
17375
+ reasoning: false;
16990
17376
  input: "text"[];
16991
17377
  cost: {
16992
17378
  input: number;
@@ -16997,13 +17383,13 @@ export declare const MODELS: {
16997
17383
  contextWindow: number;
16998
17384
  maxTokens: number;
16999
17385
  };
17000
- readonly "meta/llama-3.1-70b": {
17386
+ readonly "kwaipilot/kat-coder-pro-v2": {
17001
17387
  id: string;
17002
17388
  name: string;
17003
17389
  api: "anthropic-messages";
17004
17390
  provider: string;
17005
17391
  baseUrl: string;
17006
- reasoning: false;
17392
+ reasoning: true;
17007
17393
  input: "text"[];
17008
17394
  cost: {
17009
17395
  input: number;
@@ -17014,13 +17400,13 @@ export declare const MODELS: {
17014
17400
  contextWindow: number;
17015
17401
  maxTokens: number;
17016
17402
  };
17017
- readonly "meta/llama-3.1-8b": {
17403
+ readonly "kwaipilot/kat-coder-pro-v2.5": {
17018
17404
  id: string;
17019
17405
  name: string;
17020
17406
  api: "anthropic-messages";
17021
17407
  provider: string;
17022
17408
  baseUrl: string;
17023
- reasoning: false;
17409
+ reasoning: true;
17024
17410
  input: "text"[];
17025
17411
  cost: {
17026
17412
  input: number;
@@ -17031,14 +17417,14 @@ export declare const MODELS: {
17031
17417
  contextWindow: number;
17032
17418
  maxTokens: number;
17033
17419
  };
17034
- readonly "meta/llama-3.2-11b": {
17420
+ readonly "meta/llama-3.1-70b": {
17035
17421
  id: string;
17036
17422
  name: string;
17037
17423
  api: "anthropic-messages";
17038
17424
  provider: string;
17039
17425
  baseUrl: string;
17040
17426
  reasoning: false;
17041
- input: ("image" | "text")[];
17427
+ input: "text"[];
17042
17428
  cost: {
17043
17429
  input: number;
17044
17430
  output: number;
@@ -17048,14 +17434,14 @@ export declare const MODELS: {
17048
17434
  contextWindow: number;
17049
17435
  maxTokens: number;
17050
17436
  };
17051
- readonly "meta/llama-3.2-90b": {
17437
+ readonly "meta/llama-3.1-8b": {
17052
17438
  id: string;
17053
17439
  name: string;
17054
17440
  api: "anthropic-messages";
17055
17441
  provider: string;
17056
17442
  baseUrl: string;
17057
17443
  reasoning: false;
17058
- input: ("image" | "text")[];
17444
+ input: "text"[];
17059
17445
  cost: {
17060
17446
  input: number;
17061
17447
  output: number;
@@ -17303,23 +17689,6 @@ export declare const MODELS: {
17303
17689
  contextWindow: number;
17304
17690
  maxTokens: number;
17305
17691
  };
17306
- readonly "mistral/devstral-small": {
17307
- id: string;
17308
- name: string;
17309
- api: "anthropic-messages";
17310
- provider: string;
17311
- baseUrl: string;
17312
- reasoning: false;
17313
- input: "text"[];
17314
- cost: {
17315
- input: number;
17316
- output: number;
17317
- cacheRead: number;
17318
- cacheWrite: number;
17319
- };
17320
- contextWindow: number;
17321
- maxTokens: number;
17322
- };
17323
17692
  readonly "mistral/devstral-small-2": {
17324
17693
  id: string;
17325
17694
  name: string;
@@ -17524,14 +17893,14 @@ export declare const MODELS: {
17524
17893
  contextWindow: number;
17525
17894
  maxTokens: number;
17526
17895
  };
17527
- readonly "mistral/pixtral-large": {
17896
+ readonly "moonshotai/kimi-k2": {
17528
17897
  id: string;
17529
17898
  name: string;
17530
17899
  api: "anthropic-messages";
17531
17900
  provider: string;
17532
17901
  baseUrl: string;
17533
17902
  reasoning: false;
17534
- input: ("image" | "text")[];
17903
+ input: "text"[];
17535
17904
  cost: {
17536
17905
  input: number;
17537
17906
  output: number;
@@ -17541,13 +17910,13 @@ export declare const MODELS: {
17541
17910
  contextWindow: number;
17542
17911
  maxTokens: number;
17543
17912
  };
17544
- readonly "moonshotai/kimi-k2": {
17913
+ readonly "moonshotai/kimi-k2-thinking": {
17545
17914
  id: string;
17546
17915
  name: string;
17547
17916
  api: "anthropic-messages";
17548
17917
  provider: string;
17549
17918
  baseUrl: string;
17550
- reasoning: false;
17919
+ reasoning: true;
17551
17920
  input: "text"[];
17552
17921
  cost: {
17553
17922
  input: number;
@@ -17558,14 +17927,14 @@ export declare const MODELS: {
17558
17927
  contextWindow: number;
17559
17928
  maxTokens: number;
17560
17929
  };
17561
- readonly "moonshotai/kimi-k2-thinking": {
17930
+ readonly "moonshotai/kimi-k2.5": {
17562
17931
  id: string;
17563
17932
  name: string;
17564
17933
  api: "anthropic-messages";
17565
17934
  provider: string;
17566
17935
  baseUrl: string;
17567
17936
  reasoning: true;
17568
- input: "text"[];
17937
+ input: ("image" | "text")[];
17569
17938
  cost: {
17570
17939
  input: number;
17571
17940
  output: number;
@@ -17575,7 +17944,7 @@ export declare const MODELS: {
17575
17944
  contextWindow: number;
17576
17945
  maxTokens: number;
17577
17946
  };
17578
- readonly "moonshotai/kimi-k2.5": {
17947
+ readonly "moonshotai/kimi-k2.6": {
17579
17948
  id: string;
17580
17949
  name: string;
17581
17950
  api: "anthropic-messages";
@@ -17592,7 +17961,7 @@ export declare const MODELS: {
17592
17961
  contextWindow: number;
17593
17962
  maxTokens: number;
17594
17963
  };
17595
- readonly "moonshotai/kimi-k2.6": {
17964
+ readonly "moonshotai/kimi-k2.7-code": {
17596
17965
  id: string;
17597
17966
  name: string;
17598
17967
  api: "anthropic-messages";
@@ -17609,7 +17978,7 @@ export declare const MODELS: {
17609
17978
  contextWindow: number;
17610
17979
  maxTokens: number;
17611
17980
  };
17612
- readonly "moonshotai/kimi-k2.7-code": {
17981
+ readonly "moonshotai/kimi-k2.7-code-highspeed": {
17613
17982
  id: string;
17614
17983
  name: string;
17615
17984
  api: "anthropic-messages";
@@ -17626,7 +17995,7 @@ export declare const MODELS: {
17626
17995
  contextWindow: number;
17627
17996
  maxTokens: number;
17628
17997
  };
17629
- readonly "moonshotai/kimi-k2.7-code-highspeed": {
17998
+ readonly "moonshotai/kimi-k3": {
17630
17999
  id: string;
17631
18000
  name: string;
17632
18001
  api: "anthropic-messages";
@@ -17864,23 +18233,6 @@ export declare const MODELS: {
17864
18233
  contextWindow: number;
17865
18234
  maxTokens: number;
17866
18235
  };
17867
- readonly "openai/gpt-5-chat": {
17868
- id: string;
17869
- name: string;
17870
- api: "anthropic-messages";
17871
- provider: string;
17872
- baseUrl: string;
17873
- reasoning: false;
17874
- input: ("image" | "text")[];
17875
- cost: {
17876
- input: number;
17877
- output: number;
17878
- cacheRead: number;
17879
- cacheWrite: number;
17880
- };
17881
- contextWindow: number;
17882
- maxTokens: number;
17883
- };
17884
18236
  readonly "openai/gpt-5-codex": {
17885
18237
  id: string;
17886
18238
  name: string;
@@ -18054,26 +18406,6 @@ export declare const MODELS: {
18054
18406
  contextWindow: number;
18055
18407
  maxTokens: number;
18056
18408
  };
18057
- readonly "openai/gpt-5.2-chat": {
18058
- id: string;
18059
- name: string;
18060
- api: "anthropic-messages";
18061
- provider: string;
18062
- baseUrl: string;
18063
- reasoning: false;
18064
- thinkingLevelMap: {
18065
- xhigh: string;
18066
- };
18067
- input: ("image" | "text")[];
18068
- cost: {
18069
- input: number;
18070
- output: number;
18071
- cacheRead: number;
18072
- cacheWrite: number;
18073
- };
18074
- contextWindow: number;
18075
- maxTokens: number;
18076
- };
18077
18409
  readonly "openai/gpt-5.2-codex": {
18078
18410
  id: string;
18079
18411
  name: string;
@@ -18490,6 +18822,40 @@ export declare const MODELS: {
18490
18822
  contextWindow: number;
18491
18823
  maxTokens: number;
18492
18824
  };
18825
+ readonly "poolside/laguna-s-2.1": {
18826
+ id: string;
18827
+ name: string;
18828
+ api: "anthropic-messages";
18829
+ provider: string;
18830
+ baseUrl: string;
18831
+ reasoning: true;
18832
+ input: "text"[];
18833
+ cost: {
18834
+ input: number;
18835
+ output: number;
18836
+ cacheRead: number;
18837
+ cacheWrite: number;
18838
+ };
18839
+ contextWindow: number;
18840
+ maxTokens: number;
18841
+ };
18842
+ readonly "poolside/laguna-s-2.1-free": {
18843
+ id: string;
18844
+ name: string;
18845
+ api: "anthropic-messages";
18846
+ provider: string;
18847
+ baseUrl: string;
18848
+ reasoning: true;
18849
+ input: "text"[];
18850
+ cost: {
18851
+ input: number;
18852
+ output: number;
18853
+ cacheRead: number;
18854
+ cacheWrite: number;
18855
+ };
18856
+ contextWindow: number;
18857
+ maxTokens: number;
18858
+ };
18493
18859
  readonly "sakana/fugu-ultra": {
18494
18860
  id: string;
18495
18861
  name: string;
@@ -18541,14 +18907,14 @@ export declare const MODELS: {
18541
18907
  contextWindow: number;
18542
18908
  maxTokens: number;
18543
18909
  };
18544
- readonly "xai/grok-4.1-fast-non-reasoning": {
18910
+ readonly "tencent/hy3": {
18545
18911
  id: string;
18546
18912
  name: string;
18547
18913
  api: "anthropic-messages";
18548
18914
  provider: string;
18549
18915
  baseUrl: string;
18550
- reasoning: false;
18551
- input: ("image" | "text")[];
18916
+ reasoning: true;
18917
+ input: "text"[];
18552
18918
  cost: {
18553
18919
  input: number;
18554
18920
  output: number;
@@ -18558,7 +18924,7 @@ export declare const MODELS: {
18558
18924
  contextWindow: number;
18559
18925
  maxTokens: number;
18560
18926
  };
18561
- readonly "xai/grok-4.1-fast-reasoning": {
18927
+ readonly "thinkingmachines/inkling": {
18562
18928
  id: string;
18563
18929
  name: string;
18564
18930
  api: "anthropic-messages";
@@ -18575,13 +18941,13 @@ export declare const MODELS: {
18575
18941
  contextWindow: number;
18576
18942
  maxTokens: number;
18577
18943
  };
18578
- readonly "xai/grok-4.20-multi-agent": {
18944
+ readonly "xai/grok-4.1-fast-non-reasoning": {
18579
18945
  id: string;
18580
18946
  name: string;
18581
18947
  api: "anthropic-messages";
18582
18948
  provider: string;
18583
18949
  baseUrl: string;
18584
- reasoning: true;
18950
+ reasoning: false;
18585
18951
  input: ("image" | "text")[];
18586
18952
  cost: {
18587
18953
  input: number;
@@ -18592,7 +18958,7 @@ export declare const MODELS: {
18592
18958
  contextWindow: number;
18593
18959
  maxTokens: number;
18594
18960
  };
18595
- readonly "xai/grok-4.20-multi-agent-beta": {
18961
+ readonly "xai/grok-4.1-fast-reasoning": {
18596
18962
  id: string;
18597
18963
  name: string;
18598
18964
  api: "anthropic-messages";
@@ -18609,13 +18975,13 @@ export declare const MODELS: {
18609
18975
  contextWindow: number;
18610
18976
  maxTokens: number;
18611
18977
  };
18612
- readonly "xai/grok-4.20-non-reasoning": {
18978
+ readonly "xai/grok-4.20-multi-agent": {
18613
18979
  id: string;
18614
18980
  name: string;
18615
18981
  api: "anthropic-messages";
18616
18982
  provider: string;
18617
18983
  baseUrl: string;
18618
- reasoning: false;
18984
+ reasoning: true;
18619
18985
  input: ("image" | "text")[];
18620
18986
  cost: {
18621
18987
  input: number;
@@ -18626,13 +18992,13 @@ export declare const MODELS: {
18626
18992
  contextWindow: number;
18627
18993
  maxTokens: number;
18628
18994
  };
18629
- readonly "xai/grok-4.20-non-reasoning-beta": {
18995
+ readonly "xai/grok-4.20-multi-agent-beta": {
18630
18996
  id: string;
18631
18997
  name: string;
18632
18998
  api: "anthropic-messages";
18633
18999
  provider: string;
18634
19000
  baseUrl: string;
18635
- reasoning: false;
19001
+ reasoning: true;
18636
19002
  input: ("image" | "text")[];
18637
19003
  cost: {
18638
19004
  input: number;
@@ -18643,13 +19009,13 @@ export declare const MODELS: {
18643
19009
  contextWindow: number;
18644
19010
  maxTokens: number;
18645
19011
  };
18646
- readonly "xai/grok-4.20-reasoning": {
19012
+ readonly "xai/grok-4.20-non-reasoning": {
18647
19013
  id: string;
18648
19014
  name: string;
18649
19015
  api: "anthropic-messages";
18650
19016
  provider: string;
18651
19017
  baseUrl: string;
18652
- reasoning: true;
19018
+ reasoning: false;
18653
19019
  input: ("image" | "text")[];
18654
19020
  cost: {
18655
19021
  input: number;
@@ -18660,13 +19026,13 @@ export declare const MODELS: {
18660
19026
  contextWindow: number;
18661
19027
  maxTokens: number;
18662
19028
  };
18663
- readonly "xai/grok-4.20-reasoning-beta": {
19029
+ readonly "xai/grok-4.20-non-reasoning-beta": {
18664
19030
  id: string;
18665
19031
  name: string;
18666
19032
  api: "anthropic-messages";
18667
19033
  provider: string;
18668
19034
  baseUrl: string;
18669
- reasoning: true;
19035
+ reasoning: false;
18670
19036
  input: ("image" | "text")[];
18671
19037
  cost: {
18672
19038
  input: number;
@@ -18677,7 +19043,7 @@ export declare const MODELS: {
18677
19043
  contextWindow: number;
18678
19044
  maxTokens: number;
18679
19045
  };
18680
- readonly "xai/grok-4.3": {
19046
+ readonly "xai/grok-4.20-reasoning": {
18681
19047
  id: string;
18682
19048
  name: string;
18683
19049
  api: "anthropic-messages";
@@ -18694,7 +19060,7 @@ export declare const MODELS: {
18694
19060
  contextWindow: number;
18695
19061
  maxTokens: number;
18696
19062
  };
18697
- readonly "xai/grok-4.5": {
19063
+ readonly "xai/grok-4.20-reasoning-beta": {
18698
19064
  id: string;
18699
19065
  name: string;
18700
19066
  api: "anthropic-messages";
@@ -18711,7 +19077,7 @@ export declare const MODELS: {
18711
19077
  contextWindow: number;
18712
19078
  maxTokens: number;
18713
19079
  };
18714
- readonly "xai/grok-build-0.1": {
19080
+ readonly "xai/grok-4.3": {
18715
19081
  id: string;
18716
19082
  name: string;
18717
19083
  api: "anthropic-messages";
@@ -18728,14 +19094,14 @@ export declare const MODELS: {
18728
19094
  contextWindow: number;
18729
19095
  maxTokens: number;
18730
19096
  };
18731
- readonly "xiaomi/mimo-v2-flash": {
19097
+ readonly "xai/grok-4.5": {
18732
19098
  id: string;
18733
19099
  name: string;
18734
19100
  api: "anthropic-messages";
18735
19101
  provider: string;
18736
19102
  baseUrl: string;
18737
19103
  reasoning: true;
18738
- input: "text"[];
19104
+ input: ("image" | "text")[];
18739
19105
  cost: {
18740
19106
  input: number;
18741
19107
  output: number;
@@ -18745,14 +19111,14 @@ export declare const MODELS: {
18745
19111
  contextWindow: number;
18746
19112
  maxTokens: number;
18747
19113
  };
18748
- readonly "xiaomi/mimo-v2-pro": {
19114
+ readonly "xai/grok-build-0.1": {
18749
19115
  id: string;
18750
19116
  name: string;
18751
19117
  api: "anthropic-messages";
18752
19118
  provider: string;
18753
19119
  baseUrl: string;
18754
19120
  reasoning: true;
18755
- input: "text"[];
19121
+ input: ("image" | "text")[];
18756
19122
  cost: {
18757
19123
  input: number;
18758
19124
  output: number;