@apholdings/jensen-ai 0.1.0 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist/env-api-keys.d.ts.map +1 -1
  2. package/dist/env-api-keys.js +1 -0
  3. package/dist/env-api-keys.js.map +1 -1
  4. package/dist/index.d.ts +9 -8
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +0 -8
  7. package/dist/index.js.map +1 -1
  8. package/dist/models.d.ts +43 -4
  9. package/dist/models.d.ts.map +1 -1
  10. package/dist/models.generated.d.ts +435 -187
  11. package/dist/models.generated.d.ts.map +1 -1
  12. package/dist/models.generated.js +576 -336
  13. package/dist/models.generated.js.map +1 -1
  14. package/dist/models.js +56 -4
  15. package/dist/models.js.map +1 -1
  16. package/dist/providers/amazon-bedrock.d.ts.map +1 -1
  17. package/dist/providers/amazon-bedrock.js +31 -9
  18. package/dist/providers/amazon-bedrock.js.map +1 -1
  19. package/dist/providers/anthropic.d.ts +7 -0
  20. package/dist/providers/anthropic.d.ts.map +1 -1
  21. package/dist/providers/anthropic.js +23 -12
  22. package/dist/providers/anthropic.js.map +1 -1
  23. package/dist/providers/google-gemini-cli.d.ts.map +1 -1
  24. package/dist/providers/google-gemini-cli.js +4 -1
  25. package/dist/providers/google-gemini-cli.js.map +1 -1
  26. package/dist/providers/google-shared.d.ts.map +1 -1
  27. package/dist/providers/google-shared.js +20 -8
  28. package/dist/providers/google-shared.js.map +1 -1
  29. package/dist/providers/google.d.ts.map +1 -1
  30. package/dist/providers/google.js +3 -0
  31. package/dist/providers/google.js.map +1 -1
  32. package/dist/providers/mistral.d.ts.map +1 -1
  33. package/dist/providers/mistral.js +3 -0
  34. package/dist/providers/mistral.js.map +1 -1
  35. package/dist/providers/openai-codex-responses.d.ts.map +1 -1
  36. package/dist/providers/openai-codex-responses.js +71 -34
  37. package/dist/providers/openai-codex-responses.js.map +1 -1
  38. package/dist/providers/openai-completions.d.ts.map +1 -1
  39. package/dist/providers/openai-completions.js +62 -21
  40. package/dist/providers/openai-completions.js.map +1 -1
  41. package/dist/providers/openai-responses-shared.d.ts.map +1 -1
  42. package/dist/providers/openai-responses-shared.js +34 -30
  43. package/dist/providers/openai-responses-shared.js.map +1 -1
  44. package/dist/providers/register-builtins.d.ts +28 -1
  45. package/dist/providers/register-builtins.d.ts.map +1 -1
  46. package/dist/providers/register-builtins.js +170 -47
  47. package/dist/providers/register-builtins.js.map +1 -1
  48. package/dist/types.d.ts +13 -4
  49. package/dist/types.d.ts.map +1 -1
  50. package/dist/types.js.map +1 -1
  51. package/dist/utils/oauth/anthropic.d.ts +14 -6
  52. package/dist/utils/oauth/anthropic.d.ts.map +1 -1
  53. package/dist/utils/oauth/anthropic.js +288 -57
  54. package/dist/utils/oauth/anthropic.js.map +1 -1
  55. package/dist/utils/oauth/google-antigravity.d.ts.map +1 -1
  56. package/dist/utils/oauth/google-antigravity.js +22 -19
  57. package/dist/utils/oauth/google-antigravity.js.map +1 -1
  58. package/dist/utils/oauth/google-gemini-cli.d.ts.map +1 -1
  59. package/dist/utils/oauth/google-gemini-cli.js +22 -19
  60. package/dist/utils/oauth/google-gemini-cli.js.map +1 -1
  61. package/dist/utils/oauth/oauth-page.d.ts +3 -0
  62. package/dist/utils/oauth/oauth-page.d.ts.map +1 -0
  63. package/dist/utils/oauth/oauth-page.js +105 -0
  64. package/dist/utils/oauth/oauth-page.js.map +1 -0
  65. package/dist/utils/oauth/openai-codex.d.ts.map +1 -1
  66. package/dist/utils/oauth/openai-codex.js +24 -31
  67. package/dist/utils/oauth/openai-codex.js.map +1 -1
  68. package/package.json +3 -2
@@ -2299,6 +2299,40 @@ export declare const MODELS: {
2299
2299
  contextWindow: number;
2300
2300
  maxTokens: number;
2301
2301
  };
2302
+ readonly "gpt-5.4-mini": {
2303
+ id: string;
2304
+ name: string;
2305
+ api: "azure-openai-responses";
2306
+ provider: string;
2307
+ baseUrl: string;
2308
+ reasoning: true;
2309
+ input: ("image" | "text")[];
2310
+ cost: {
2311
+ input: number;
2312
+ output: number;
2313
+ cacheRead: number;
2314
+ cacheWrite: number;
2315
+ };
2316
+ contextWindow: number;
2317
+ maxTokens: number;
2318
+ };
2319
+ readonly "gpt-5.4-nano": {
2320
+ id: string;
2321
+ name: string;
2322
+ api: "azure-openai-responses";
2323
+ provider: string;
2324
+ baseUrl: string;
2325
+ reasoning: true;
2326
+ input: ("image" | "text")[];
2327
+ cost: {
2328
+ input: number;
2329
+ output: number;
2330
+ cacheRead: number;
2331
+ cacheWrite: number;
2332
+ };
2333
+ contextWindow: number;
2334
+ maxTokens: number;
2335
+ };
2302
2336
  readonly "gpt-5.4-pro": {
2303
2337
  id: string;
2304
2338
  name: string;
@@ -3060,6 +3094,29 @@ export declare const MODELS: {
3060
3094
  contextWindow: number;
3061
3095
  maxTokens: number;
3062
3096
  };
3097
+ readonly "gpt-5.4-mini": {
3098
+ id: string;
3099
+ name: string;
3100
+ api: "openai-responses";
3101
+ provider: string;
3102
+ baseUrl: string;
3103
+ headers: {
3104
+ "User-Agent": string;
3105
+ "Editor-Version": string;
3106
+ "Editor-Plugin-Version": string;
3107
+ "Copilot-Integration-Id": string;
3108
+ };
3109
+ reasoning: true;
3110
+ input: ("image" | "text")[];
3111
+ cost: {
3112
+ input: number;
3113
+ output: number;
3114
+ cacheRead: number;
3115
+ cacheWrite: number;
3116
+ };
3117
+ contextWindow: number;
3118
+ maxTokens: number;
3119
+ };
3063
3120
  readonly "grok-code-fast-1": {
3064
3121
  id: string;
3065
3122
  name: string;
@@ -4688,6 +4745,40 @@ export declare const MODELS: {
4688
4745
  contextWindow: number;
4689
4746
  maxTokens: number;
4690
4747
  };
4748
+ readonly "MiniMax-M2.7": {
4749
+ id: string;
4750
+ name: string;
4751
+ api: "anthropic-messages";
4752
+ provider: string;
4753
+ baseUrl: string;
4754
+ reasoning: true;
4755
+ input: "text"[];
4756
+ cost: {
4757
+ input: number;
4758
+ output: number;
4759
+ cacheRead: number;
4760
+ cacheWrite: number;
4761
+ };
4762
+ contextWindow: number;
4763
+ maxTokens: number;
4764
+ };
4765
+ readonly "MiniMax-M2.7-highspeed": {
4766
+ id: string;
4767
+ name: string;
4768
+ api: "anthropic-messages";
4769
+ provider: string;
4770
+ baseUrl: string;
4771
+ reasoning: true;
4772
+ input: "text"[];
4773
+ cost: {
4774
+ input: number;
4775
+ output: number;
4776
+ cacheRead: number;
4777
+ cacheWrite: number;
4778
+ };
4779
+ contextWindow: number;
4780
+ maxTokens: number;
4781
+ };
4691
4782
  };
4692
4783
  readonly "minimax-cn": {
4693
4784
  readonly "MiniMax-M2": {
@@ -4758,6 +4849,40 @@ export declare const MODELS: {
4758
4849
  contextWindow: number;
4759
4850
  maxTokens: number;
4760
4851
  };
4852
+ readonly "MiniMax-M2.7": {
4853
+ id: string;
4854
+ name: string;
4855
+ api: "anthropic-messages";
4856
+ provider: string;
4857
+ baseUrl: string;
4858
+ reasoning: true;
4859
+ input: "text"[];
4860
+ cost: {
4861
+ input: number;
4862
+ output: number;
4863
+ cacheRead: number;
4864
+ cacheWrite: number;
4865
+ };
4866
+ contextWindow: number;
4867
+ maxTokens: number;
4868
+ };
4869
+ readonly "MiniMax-M2.7-highspeed": {
4870
+ id: string;
4871
+ name: string;
4872
+ api: "anthropic-messages";
4873
+ provider: string;
4874
+ baseUrl: string;
4875
+ reasoning: true;
4876
+ input: "text"[];
4877
+ cost: {
4878
+ input: number;
4879
+ output: number;
4880
+ cacheRead: number;
4881
+ cacheWrite: number;
4882
+ };
4883
+ contextWindow: number;
4884
+ maxTokens: number;
4885
+ };
4761
4886
  };
4762
4887
  readonly mistral: {
4763
4888
  readonly "codestral-latest": {
@@ -5680,6 +5805,40 @@ export declare const MODELS: {
5680
5805
  contextWindow: number;
5681
5806
  maxTokens: number;
5682
5807
  };
5808
+ readonly "gpt-5.4-mini": {
5809
+ id: string;
5810
+ name: string;
5811
+ api: "openai-responses";
5812
+ provider: string;
5813
+ baseUrl: string;
5814
+ reasoning: true;
5815
+ input: ("image" | "text")[];
5816
+ cost: {
5817
+ input: number;
5818
+ output: number;
5819
+ cacheRead: number;
5820
+ cacheWrite: number;
5821
+ };
5822
+ contextWindow: number;
5823
+ maxTokens: number;
5824
+ };
5825
+ readonly "gpt-5.4-nano": {
5826
+ id: string;
5827
+ name: string;
5828
+ api: "openai-responses";
5829
+ provider: string;
5830
+ baseUrl: string;
5831
+ reasoning: true;
5832
+ input: ("image" | "text")[];
5833
+ cost: {
5834
+ input: number;
5835
+ output: number;
5836
+ cacheRead: number;
5837
+ cacheWrite: number;
5838
+ };
5839
+ contextWindow: number;
5840
+ maxTokens: number;
5841
+ };
5683
5842
  readonly "gpt-5.4-pro": {
5684
5843
  id: string;
5685
5844
  name: string;
@@ -5971,6 +6130,23 @@ export declare const MODELS: {
5971
6130
  contextWindow: number;
5972
6131
  maxTokens: number;
5973
6132
  };
6133
+ readonly "gpt-5.4-mini": {
6134
+ id: string;
6135
+ name: string;
6136
+ api: "openai-codex-responses";
6137
+ provider: string;
6138
+ baseUrl: string;
6139
+ reasoning: true;
6140
+ input: ("image" | "text")[];
6141
+ cost: {
6142
+ input: number;
6143
+ output: number;
6144
+ cacheRead: number;
6145
+ cacheWrite: number;
6146
+ };
6147
+ contextWindow: number;
6148
+ maxTokens: number;
6149
+ };
5974
6150
  };
5975
6151
  readonly opencode: {
5976
6152
  readonly "big-pickle": {
@@ -6143,23 +6319,6 @@ export declare const MODELS: {
6143
6319
  contextWindow: number;
6144
6320
  maxTokens: number;
6145
6321
  };
6146
- readonly "gemini-3-pro": {
6147
- id: string;
6148
- name: string;
6149
- api: "google-generative-ai";
6150
- provider: string;
6151
- baseUrl: string;
6152
- reasoning: true;
6153
- input: ("image" | "text")[];
6154
- cost: {
6155
- input: number;
6156
- output: number;
6157
- cacheRead: number;
6158
- cacheWrite: number;
6159
- };
6160
- contextWindow: number;
6161
- maxTokens: number;
6162
- };
6163
6322
  readonly "gemini-3.1-pro": {
6164
6323
  id: string;
6165
6324
  name: string;
@@ -6177,7 +6336,7 @@ export declare const MODELS: {
6177
6336
  contextWindow: number;
6178
6337
  maxTokens: number;
6179
6338
  };
6180
- readonly "glm-4.6": {
6339
+ readonly "glm-5": {
6181
6340
  id: string;
6182
6341
  name: string;
6183
6342
  api: "openai-completions";
@@ -6194,14 +6353,14 @@ export declare const MODELS: {
6194
6353
  contextWindow: number;
6195
6354
  maxTokens: number;
6196
6355
  };
6197
- readonly "glm-4.7": {
6356
+ readonly "gpt-5": {
6198
6357
  id: string;
6199
6358
  name: string;
6200
- api: "openai-completions";
6359
+ api: "openai-responses";
6201
6360
  provider: string;
6202
6361
  baseUrl: string;
6203
6362
  reasoning: true;
6204
- input: "text"[];
6363
+ input: ("image" | "text")[];
6205
6364
  cost: {
6206
6365
  input: number;
6207
6366
  output: number;
@@ -6211,14 +6370,14 @@ export declare const MODELS: {
6211
6370
  contextWindow: number;
6212
6371
  maxTokens: number;
6213
6372
  };
6214
- readonly "glm-5": {
6373
+ readonly "gpt-5-codex": {
6215
6374
  id: string;
6216
6375
  name: string;
6217
- api: "openai-completions";
6376
+ api: "openai-responses";
6218
6377
  provider: string;
6219
6378
  baseUrl: string;
6220
6379
  reasoning: true;
6221
- input: "text"[];
6380
+ input: ("image" | "text")[];
6222
6381
  cost: {
6223
6382
  input: number;
6224
6383
  output: number;
@@ -6228,7 +6387,7 @@ export declare const MODELS: {
6228
6387
  contextWindow: number;
6229
6388
  maxTokens: number;
6230
6389
  };
6231
- readonly "gpt-5": {
6390
+ readonly "gpt-5-nano": {
6232
6391
  id: string;
6233
6392
  name: string;
6234
6393
  api: "openai-responses";
@@ -6245,7 +6404,7 @@ export declare const MODELS: {
6245
6404
  contextWindow: number;
6246
6405
  maxTokens: number;
6247
6406
  };
6248
- readonly "gpt-5-codex": {
6407
+ readonly "gpt-5.1": {
6249
6408
  id: string;
6250
6409
  name: string;
6251
6410
  api: "openai-responses";
@@ -6262,7 +6421,7 @@ export declare const MODELS: {
6262
6421
  contextWindow: number;
6263
6422
  maxTokens: number;
6264
6423
  };
6265
- readonly "gpt-5-nano": {
6424
+ readonly "gpt-5.1-codex": {
6266
6425
  id: string;
6267
6426
  name: string;
6268
6427
  api: "openai-responses";
@@ -6279,7 +6438,7 @@ export declare const MODELS: {
6279
6438
  contextWindow: number;
6280
6439
  maxTokens: number;
6281
6440
  };
6282
- readonly "gpt-5.1": {
6441
+ readonly "gpt-5.1-codex-max": {
6283
6442
  id: string;
6284
6443
  name: string;
6285
6444
  api: "openai-responses";
@@ -6296,7 +6455,7 @@ export declare const MODELS: {
6296
6455
  contextWindow: number;
6297
6456
  maxTokens: number;
6298
6457
  };
6299
- readonly "gpt-5.1-codex": {
6458
+ readonly "gpt-5.1-codex-mini": {
6300
6459
  id: string;
6301
6460
  name: string;
6302
6461
  api: "openai-responses";
@@ -6313,7 +6472,7 @@ export declare const MODELS: {
6313
6472
  contextWindow: number;
6314
6473
  maxTokens: number;
6315
6474
  };
6316
- readonly "gpt-5.1-codex-max": {
6475
+ readonly "gpt-5.2": {
6317
6476
  id: string;
6318
6477
  name: string;
6319
6478
  api: "openai-responses";
@@ -6330,7 +6489,7 @@ export declare const MODELS: {
6330
6489
  contextWindow: number;
6331
6490
  maxTokens: number;
6332
6491
  };
6333
- readonly "gpt-5.1-codex-mini": {
6492
+ readonly "gpt-5.2-codex": {
6334
6493
  id: string;
6335
6494
  name: string;
6336
6495
  api: "openai-responses";
@@ -6347,7 +6506,7 @@ export declare const MODELS: {
6347
6506
  contextWindow: number;
6348
6507
  maxTokens: number;
6349
6508
  };
6350
- readonly "gpt-5.2": {
6509
+ readonly "gpt-5.3-codex": {
6351
6510
  id: string;
6352
6511
  name: string;
6353
6512
  api: "openai-responses";
@@ -6364,7 +6523,7 @@ export declare const MODELS: {
6364
6523
  contextWindow: number;
6365
6524
  maxTokens: number;
6366
6525
  };
6367
- readonly "gpt-5.2-codex": {
6526
+ readonly "gpt-5.4": {
6368
6527
  id: string;
6369
6528
  name: string;
6370
6529
  api: "openai-responses";
@@ -6381,7 +6540,7 @@ export declare const MODELS: {
6381
6540
  contextWindow: number;
6382
6541
  maxTokens: number;
6383
6542
  };
6384
- readonly "gpt-5.3-codex": {
6543
+ readonly "gpt-5.4-mini": {
6385
6544
  id: string;
6386
6545
  name: string;
6387
6546
  api: "openai-responses";
@@ -6398,7 +6557,7 @@ export declare const MODELS: {
6398
6557
  contextWindow: number;
6399
6558
  maxTokens: number;
6400
6559
  };
6401
- readonly "gpt-5.4": {
6560
+ readonly "gpt-5.4-nano": {
6402
6561
  id: string;
6403
6562
  name: string;
6404
6563
  api: "openai-responses";
@@ -6449,14 +6608,14 @@ export declare const MODELS: {
6449
6608
  contextWindow: number;
6450
6609
  maxTokens: number;
6451
6610
  };
6452
- readonly "mimo-v2-flash-free": {
6611
+ readonly "mimo-v2-omni-free": {
6453
6612
  id: string;
6454
6613
  name: string;
6455
6614
  api: "openai-completions";
6456
6615
  provider: string;
6457
6616
  baseUrl: string;
6458
6617
  reasoning: true;
6459
- input: "text"[];
6618
+ input: ("image" | "text")[];
6460
6619
  cost: {
6461
6620
  input: number;
6462
6621
  output: number;
@@ -6466,7 +6625,7 @@ export declare const MODELS: {
6466
6625
  contextWindow: number;
6467
6626
  maxTokens: number;
6468
6627
  };
6469
- readonly "minimax-m2.1": {
6628
+ readonly "mimo-v2-pro-free": {
6470
6629
  id: string;
6471
6630
  name: string;
6472
6631
  api: "openai-completions";
@@ -6587,6 +6746,23 @@ export declare const MODELS: {
6587
6746
  contextWindow: number;
6588
6747
  maxTokens: number;
6589
6748
  };
6749
+ readonly "minimax-m2.7": {
6750
+ id: string;
6751
+ name: string;
6752
+ api: "anthropic-messages";
6753
+ provider: string;
6754
+ baseUrl: string;
6755
+ reasoning: true;
6756
+ input: "text"[];
6757
+ cost: {
6758
+ input: number;
6759
+ output: number;
6760
+ cacheRead: number;
6761
+ cacheWrite: number;
6762
+ };
6763
+ contextWindow: number;
6764
+ maxTokens: number;
6765
+ };
6590
6766
  };
6591
6767
  readonly openrouter: {
6592
6768
  readonly "ai21/jamba-large-1.7": {
@@ -7541,14 +7717,14 @@ export declare const MODELS: {
7541
7717
  contextWindow: number;
7542
7718
  maxTokens: number;
7543
7719
  };
7544
- readonly "google/gemma-3-27b-it": {
7720
+ readonly "inception/mercury": {
7545
7721
  id: string;
7546
7722
  name: string;
7547
7723
  api: "openai-completions";
7548
7724
  provider: string;
7549
7725
  baseUrl: string;
7550
7726
  reasoning: false;
7551
- input: ("image" | "text")[];
7727
+ input: "text"[];
7552
7728
  cost: {
7553
7729
  input: number;
7554
7730
  output: number;
@@ -7558,14 +7734,14 @@ export declare const MODELS: {
7558
7734
  contextWindow: number;
7559
7735
  maxTokens: number;
7560
7736
  };
7561
- readonly "google/gemma-3-27b-it:free": {
7737
+ readonly "inception/mercury-2": {
7562
7738
  id: string;
7563
7739
  name: string;
7564
7740
  api: "openai-completions";
7565
7741
  provider: string;
7566
7742
  baseUrl: string;
7567
- reasoning: false;
7568
- input: ("image" | "text")[];
7743
+ reasoning: true;
7744
+ input: "text"[];
7569
7745
  cost: {
7570
7746
  input: number;
7571
7747
  output: number;
@@ -7575,7 +7751,7 @@ export declare const MODELS: {
7575
7751
  contextWindow: number;
7576
7752
  maxTokens: number;
7577
7753
  };
7578
- readonly "inception/mercury": {
7754
+ readonly "inception/mercury-coder": {
7579
7755
  id: string;
7580
7756
  name: string;
7581
7757
  api: "openai-completions";
@@ -7592,13 +7768,13 @@ export declare const MODELS: {
7592
7768
  contextWindow: number;
7593
7769
  maxTokens: number;
7594
7770
  };
7595
- readonly "inception/mercury-2": {
7771
+ readonly "kwaipilot/kat-coder-pro": {
7596
7772
  id: string;
7597
7773
  name: string;
7598
7774
  api: "openai-completions";
7599
7775
  provider: string;
7600
7776
  baseUrl: string;
7601
- reasoning: true;
7777
+ reasoning: false;
7602
7778
  input: "text"[];
7603
7779
  cost: {
7604
7780
  input: number;
@@ -7609,7 +7785,7 @@ export declare const MODELS: {
7609
7785
  contextWindow: number;
7610
7786
  maxTokens: number;
7611
7787
  };
7612
- readonly "inception/mercury-coder": {
7788
+ readonly "meituan/longcat-flash-chat": {
7613
7789
  id: string;
7614
7790
  name: string;
7615
7791
  api: "openai-completions";
@@ -7626,7 +7802,7 @@ export declare const MODELS: {
7626
7802
  contextWindow: number;
7627
7803
  maxTokens: number;
7628
7804
  };
7629
- readonly "kwaipilot/kat-coder-pro": {
7805
+ readonly "meta-llama/llama-3-8b-instruct": {
7630
7806
  id: string;
7631
7807
  name: string;
7632
7808
  api: "openai-completions";
@@ -7643,7 +7819,7 @@ export declare const MODELS: {
7643
7819
  contextWindow: number;
7644
7820
  maxTokens: number;
7645
7821
  };
7646
- readonly "meituan/longcat-flash-chat": {
7822
+ readonly "meta-llama/llama-3.1-70b-instruct": {
7647
7823
  id: string;
7648
7824
  name: string;
7649
7825
  api: "openai-completions";
@@ -7660,7 +7836,7 @@ export declare const MODELS: {
7660
7836
  contextWindow: number;
7661
7837
  maxTokens: number;
7662
7838
  };
7663
- readonly "meta-llama/llama-3-8b-instruct": {
7839
+ readonly "meta-llama/llama-3.1-8b-instruct": {
7664
7840
  id: string;
7665
7841
  name: string;
7666
7842
  api: "openai-completions";
@@ -7677,24 +7853,7 @@ export declare const MODELS: {
7677
7853
  contextWindow: number;
7678
7854
  maxTokens: number;
7679
7855
  };
7680
- readonly "meta-llama/llama-3.1-70b-instruct": {
7681
- id: string;
7682
- name: string;
7683
- api: "openai-completions";
7684
- provider: string;
7685
- baseUrl: string;
7686
- reasoning: false;
7687
- input: "text"[];
7688
- cost: {
7689
- input: number;
7690
- output: number;
7691
- cacheRead: number;
7692
- cacheWrite: number;
7693
- };
7694
- contextWindow: number;
7695
- maxTokens: number;
7696
- };
7697
- readonly "meta-llama/llama-3.1-8b-instruct": {
7856
+ readonly "meta-llama/llama-3.3-70b-instruct": {
7698
7857
  id: string;
7699
7858
  name: string;
7700
7859
  api: "openai-completions";
@@ -7711,7 +7870,7 @@ export declare const MODELS: {
7711
7870
  contextWindow: number;
7712
7871
  maxTokens: number;
7713
7872
  };
7714
- readonly "meta-llama/llama-3.3-70b-instruct": {
7873
+ readonly "meta-llama/llama-3.3-70b-instruct:free": {
7715
7874
  id: string;
7716
7875
  name: string;
7717
7876
  api: "openai-completions";
@@ -7728,14 +7887,14 @@ export declare const MODELS: {
7728
7887
  contextWindow: number;
7729
7888
  maxTokens: number;
7730
7889
  };
7731
- readonly "meta-llama/llama-3.3-70b-instruct:free": {
7890
+ readonly "meta-llama/llama-4-maverick": {
7732
7891
  id: string;
7733
7892
  name: string;
7734
7893
  api: "openai-completions";
7735
7894
  provider: string;
7736
7895
  baseUrl: string;
7737
7896
  reasoning: false;
7738
- input: "text"[];
7897
+ input: ("image" | "text")[];
7739
7898
  cost: {
7740
7899
  input: number;
7741
7900
  output: number;
@@ -7745,7 +7904,7 @@ export declare const MODELS: {
7745
7904
  contextWindow: number;
7746
7905
  maxTokens: number;
7747
7906
  };
7748
- readonly "meta-llama/llama-4-maverick": {
7907
+ readonly "meta-llama/llama-4-scout": {
7749
7908
  id: string;
7750
7909
  name: string;
7751
7910
  api: "openai-completions";
@@ -7762,14 +7921,14 @@ export declare const MODELS: {
7762
7921
  contextWindow: number;
7763
7922
  maxTokens: number;
7764
7923
  };
7765
- readonly "meta-llama/llama-4-scout": {
7924
+ readonly "minimax/minimax-m1": {
7766
7925
  id: string;
7767
7926
  name: string;
7768
7927
  api: "openai-completions";
7769
7928
  provider: string;
7770
7929
  baseUrl: string;
7771
- reasoning: false;
7772
- input: ("image" | "text")[];
7930
+ reasoning: true;
7931
+ input: "text"[];
7773
7932
  cost: {
7774
7933
  input: number;
7775
7934
  output: number;
@@ -7779,7 +7938,7 @@ export declare const MODELS: {
7779
7938
  contextWindow: number;
7780
7939
  maxTokens: number;
7781
7940
  };
7782
- readonly "minimax/minimax-m1": {
7941
+ readonly "minimax/minimax-m2": {
7783
7942
  id: string;
7784
7943
  name: string;
7785
7944
  api: "openai-completions";
@@ -7796,7 +7955,7 @@ export declare const MODELS: {
7796
7955
  contextWindow: number;
7797
7956
  maxTokens: number;
7798
7957
  };
7799
- readonly "minimax/minimax-m2": {
7958
+ readonly "minimax/minimax-m2.1": {
7800
7959
  id: string;
7801
7960
  name: string;
7802
7961
  api: "openai-completions";
@@ -7813,7 +7972,7 @@ export declare const MODELS: {
7813
7972
  contextWindow: number;
7814
7973
  maxTokens: number;
7815
7974
  };
7816
- readonly "minimax/minimax-m2.1": {
7975
+ readonly "minimax/minimax-m2.5": {
7817
7976
  id: string;
7818
7977
  name: string;
7819
7978
  api: "openai-completions";
@@ -7830,7 +7989,7 @@ export declare const MODELS: {
7830
7989
  contextWindow: number;
7831
7990
  maxTokens: number;
7832
7991
  };
7833
- readonly "minimax/minimax-m2.5": {
7992
+ readonly "minimax/minimax-m2.5:free": {
7834
7993
  id: string;
7835
7994
  name: string;
7836
7995
  api: "openai-completions";
@@ -7847,7 +8006,7 @@ export declare const MODELS: {
7847
8006
  contextWindow: number;
7848
8007
  maxTokens: number;
7849
8008
  };
7850
- readonly "minimax/minimax-m2.5:free": {
8009
+ readonly "minimax/minimax-m2.7": {
7851
8010
  id: string;
7852
8011
  name: string;
7853
8012
  api: "openai-completions";
@@ -8136,6 +8295,23 @@ export declare const MODELS: {
8136
8295
  contextWindow: number;
8137
8296
  maxTokens: number;
8138
8297
  };
8298
+ readonly "mistralai/mistral-small-2603": {
8299
+ id: string;
8300
+ name: string;
8301
+ api: "openai-completions";
8302
+ provider: string;
8303
+ baseUrl: string;
8304
+ reasoning: true;
8305
+ input: ("image" | "text")[];
8306
+ cost: {
8307
+ input: number;
8308
+ output: number;
8309
+ cacheRead: number;
8310
+ cacheWrite: number;
8311
+ };
8312
+ contextWindow: number;
8313
+ maxTokens: number;
8314
+ };
8139
8315
  readonly "mistralai/mistral-small-3.1-24b-instruct:free": {
8140
8316
  id: string;
8141
8317
  name: string;
@@ -8408,6 +8584,23 @@ export declare const MODELS: {
8408
8584
  contextWindow: number;
8409
8585
  maxTokens: number;
8410
8586
  };
8587
+ readonly "nvidia/nemotron-3-super-120b-a12b": {
8588
+ id: string;
8589
+ name: string;
8590
+ api: "openai-completions";
8591
+ provider: string;
8592
+ baseUrl: string;
8593
+ reasoning: true;
8594
+ input: "text"[];
8595
+ cost: {
8596
+ input: number;
8597
+ output: number;
8598
+ cacheRead: number;
8599
+ cacheWrite: number;
8600
+ };
8601
+ contextWindow: number;
8602
+ maxTokens: number;
8603
+ };
8411
8604
  readonly "nvidia/nemotron-3-super-120b-a12b:free": {
8412
8605
  id: string;
8413
8606
  name: string;
@@ -9122,7 +9315,7 @@ export declare const MODELS: {
9122
9315
  contextWindow: number;
9123
9316
  maxTokens: number;
9124
9317
  };
9125
- readonly "openai/gpt-5.4-pro": {
9318
+ readonly "openai/gpt-5.4-mini": {
9126
9319
  id: string;
9127
9320
  name: string;
9128
9321
  api: "openai-completions";
@@ -9139,14 +9332,14 @@ export declare const MODELS: {
9139
9332
  contextWindow: number;
9140
9333
  maxTokens: number;
9141
9334
  };
9142
- readonly "openai/gpt-oss-120b": {
9335
+ readonly "openai/gpt-5.4-nano": {
9143
9336
  id: string;
9144
9337
  name: string;
9145
9338
  api: "openai-completions";
9146
9339
  provider: string;
9147
9340
  baseUrl: string;
9148
9341
  reasoning: true;
9149
- input: "text"[];
9342
+ input: ("image" | "text")[];
9150
9343
  cost: {
9151
9344
  input: number;
9152
9345
  output: number;
@@ -9156,14 +9349,14 @@ export declare const MODELS: {
9156
9349
  contextWindow: number;
9157
9350
  maxTokens: number;
9158
9351
  };
9159
- readonly "openai/gpt-oss-120b:free": {
9352
+ readonly "openai/gpt-5.4-pro": {
9160
9353
  id: string;
9161
9354
  name: string;
9162
9355
  api: "openai-completions";
9163
9356
  provider: string;
9164
9357
  baseUrl: string;
9165
9358
  reasoning: true;
9166
- input: "text"[];
9359
+ input: ("image" | "text")[];
9167
9360
  cost: {
9168
9361
  input: number;
9169
9362
  output: number;
@@ -9173,7 +9366,7 @@ export declare const MODELS: {
9173
9366
  contextWindow: number;
9174
9367
  maxTokens: number;
9175
9368
  };
9176
- readonly "openai/gpt-oss-20b": {
9369
+ readonly "openai/gpt-oss-120b": {
9177
9370
  id: string;
9178
9371
  name: string;
9179
9372
  api: "openai-completions";
@@ -9190,7 +9383,7 @@ export declare const MODELS: {
9190
9383
  contextWindow: number;
9191
9384
  maxTokens: number;
9192
9385
  };
9193
- readonly "openai/gpt-oss-20b:free": {
9386
+ readonly "openai/gpt-oss-120b:free": {
9194
9387
  id: string;
9195
9388
  name: string;
9196
9389
  api: "openai-completions";
@@ -9207,7 +9400,7 @@ export declare const MODELS: {
9207
9400
  contextWindow: number;
9208
9401
  maxTokens: number;
9209
9402
  };
9210
- readonly "openai/gpt-oss-safeguard-20b": {
9403
+ readonly "openai/gpt-oss-20b": {
9211
9404
  id: string;
9212
9405
  name: string;
9213
9406
  api: "openai-completions";
@@ -9224,14 +9417,14 @@ export declare const MODELS: {
9224
9417
  contextWindow: number;
9225
9418
  maxTokens: number;
9226
9419
  };
9227
- readonly "openai/o1": {
9420
+ readonly "openai/gpt-oss-20b:free": {
9228
9421
  id: string;
9229
9422
  name: string;
9230
9423
  api: "openai-completions";
9231
9424
  provider: string;
9232
9425
  baseUrl: string;
9233
- reasoning: false;
9234
- input: ("image" | "text")[];
9426
+ reasoning: true;
9427
+ input: "text"[];
9235
9428
  cost: {
9236
9429
  input: number;
9237
9430
  output: number;
@@ -9241,14 +9434,14 @@ export declare const MODELS: {
9241
9434
  contextWindow: number;
9242
9435
  maxTokens: number;
9243
9436
  };
9244
- readonly "openai/o3": {
9437
+ readonly "openai/gpt-oss-safeguard-20b": {
9245
9438
  id: string;
9246
9439
  name: string;
9247
9440
  api: "openai-completions";
9248
9441
  provider: string;
9249
9442
  baseUrl: string;
9250
9443
  reasoning: true;
9251
- input: ("image" | "text")[];
9444
+ input: "text"[];
9252
9445
  cost: {
9253
9446
  input: number;
9254
9447
  output: number;
@@ -9258,7 +9451,7 @@ export declare const MODELS: {
9258
9451
  contextWindow: number;
9259
9452
  maxTokens: number;
9260
9453
  };
9261
- readonly "openai/o3-deep-research": {
9454
+ readonly "openai/o1": {
9262
9455
  id: string;
9263
9456
  name: string;
9264
9457
  api: "openai-completions";
@@ -9275,14 +9468,14 @@ export declare const MODELS: {
9275
9468
  contextWindow: number;
9276
9469
  maxTokens: number;
9277
9470
  };
9278
- readonly "openai/o3-mini": {
9471
+ readonly "openai/o3": {
9279
9472
  id: string;
9280
9473
  name: string;
9281
9474
  api: "openai-completions";
9282
9475
  provider: string;
9283
9476
  baseUrl: string;
9284
- reasoning: false;
9285
- input: "text"[];
9477
+ reasoning: true;
9478
+ input: ("image" | "text")[];
9286
9479
  cost: {
9287
9480
  input: number;
9288
9481
  output: number;
@@ -9292,14 +9485,14 @@ export declare const MODELS: {
9292
9485
  contextWindow: number;
9293
9486
  maxTokens: number;
9294
9487
  };
9295
- readonly "openai/o3-mini-high": {
9488
+ readonly "openai/o3-deep-research": {
9296
9489
  id: string;
9297
9490
  name: string;
9298
9491
  api: "openai-completions";
9299
9492
  provider: string;
9300
9493
  baseUrl: string;
9301
- reasoning: false;
9302
- input: "text"[];
9494
+ reasoning: true;
9495
+ input: ("image" | "text")[];
9303
9496
  cost: {
9304
9497
  input: number;
9305
9498
  output: number;
@@ -9309,14 +9502,14 @@ export declare const MODELS: {
9309
9502
  contextWindow: number;
9310
9503
  maxTokens: number;
9311
9504
  };
9312
- readonly "openai/o3-pro": {
9505
+ readonly "openai/o3-mini": {
9313
9506
  id: string;
9314
9507
  name: string;
9315
9508
  api: "openai-completions";
9316
9509
  provider: string;
9317
9510
  baseUrl: string;
9318
9511
  reasoning: true;
9319
- input: ("image" | "text")[];
9512
+ input: "text"[];
9320
9513
  cost: {
9321
9514
  input: number;
9322
9515
  output: number;
@@ -9326,14 +9519,14 @@ export declare const MODELS: {
9326
9519
  contextWindow: number;
9327
9520
  maxTokens: number;
9328
9521
  };
9329
- readonly "openai/o4-mini": {
9522
+ readonly "openai/o3-mini-high": {
9330
9523
  id: string;
9331
9524
  name: string;
9332
9525
  api: "openai-completions";
9333
9526
  provider: string;
9334
9527
  baseUrl: string;
9335
9528
  reasoning: true;
9336
- input: ("image" | "text")[];
9529
+ input: "text"[];
9337
9530
  cost: {
9338
9531
  input: number;
9339
9532
  output: number;
@@ -9343,7 +9536,7 @@ export declare const MODELS: {
9343
9536
  contextWindow: number;
9344
9537
  maxTokens: number;
9345
9538
  };
9346
- readonly "openai/o4-mini-deep-research": {
9539
+ readonly "openai/o3-pro": {
9347
9540
  id: string;
9348
9541
  name: string;
9349
9542
  api: "openai-completions";
@@ -9360,7 +9553,7 @@ export declare const MODELS: {
9360
9553
  contextWindow: number;
9361
9554
  maxTokens: number;
9362
9555
  };
9363
- readonly "openai/o4-mini-high": {
9556
+ readonly "openai/o4-mini": {
9364
9557
  id: string;
9365
9558
  name: string;
9366
9559
  api: "openai-completions";
@@ -9377,7 +9570,7 @@ export declare const MODELS: {
9377
9570
  contextWindow: number;
9378
9571
  maxTokens: number;
9379
9572
  };
9380
- readonly "openrouter/auto": {
9573
+ readonly "openai/o4-mini-deep-research": {
9381
9574
  id: string;
9382
9575
  name: string;
9383
9576
  api: "openai-completions";
@@ -9394,7 +9587,7 @@ export declare const MODELS: {
9394
9587
  contextWindow: number;
9395
9588
  maxTokens: number;
9396
9589
  };
9397
- readonly "openrouter/free": {
9590
+ readonly "openai/o4-mini-high": {
9398
9591
  id: string;
9399
9592
  name: string;
9400
9593
  api: "openai-completions";
@@ -9411,7 +9604,7 @@ export declare const MODELS: {
9411
9604
  contextWindow: number;
9412
9605
  maxTokens: number;
9413
9606
  };
9414
- readonly "openrouter/healer-alpha": {
9607
+ readonly "openrouter/auto": {
9415
9608
  id: string;
9416
9609
  name: string;
9417
9610
  api: "openai-completions";
@@ -9428,7 +9621,7 @@ export declare const MODELS: {
9428
9621
  contextWindow: number;
9429
9622
  maxTokens: number;
9430
9623
  };
9431
- readonly "openrouter/hunter-alpha": {
9624
+ readonly "openrouter/free": {
9432
9625
  id: string;
9433
9626
  name: string;
9434
9627
  api: "openai-completions";
@@ -10533,6 +10726,40 @@ export declare const MODELS: {
10533
10726
  contextWindow: number;
10534
10727
  maxTokens: number;
10535
10728
  };
10729
+ readonly "xiaomi/mimo-v2-omni": {
10730
+ id: string;
10731
+ name: string;
10732
+ api: "openai-completions";
10733
+ provider: string;
10734
+ baseUrl: string;
10735
+ reasoning: true;
10736
+ input: ("image" | "text")[];
10737
+ cost: {
10738
+ input: number;
10739
+ output: number;
10740
+ cacheRead: number;
10741
+ cacheWrite: number;
10742
+ };
10743
+ contextWindow: number;
10744
+ maxTokens: number;
10745
+ };
10746
+ readonly "xiaomi/mimo-v2-pro": {
10747
+ id: string;
10748
+ name: string;
10749
+ api: "openai-completions";
10750
+ provider: string;
10751
+ baseUrl: string;
10752
+ reasoning: true;
10753
+ input: "text"[];
10754
+ cost: {
10755
+ input: number;
10756
+ output: number;
10757
+ cacheRead: number;
10758
+ cacheWrite: number;
10759
+ };
10760
+ contextWindow: number;
10761
+ maxTokens: number;
10762
+ };
10536
10763
  readonly "z-ai/glm-4-32b": {
10537
10764
  id: string;
10538
10765
  name: string;
@@ -11419,40 +11646,6 @@ export declare const MODELS: {
11419
11646
  contextWindow: number;
11420
11647
  maxTokens: number;
11421
11648
  };
11422
- readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
11423
- id: string;
11424
- name: string;
11425
- api: "anthropic-messages";
11426
- provider: string;
11427
- baseUrl: string;
11428
- reasoning: true;
11429
- input: ("image" | "text")[];
11430
- cost: {
11431
- input: number;
11432
- output: number;
11433
- cacheRead: number;
11434
- cacheWrite: number;
11435
- };
11436
- contextWindow: number;
11437
- maxTokens: number;
11438
- };
11439
- readonly "google/gemini-2.5-flash-preview-09-2025": {
11440
- id: string;
11441
- name: string;
11442
- api: "anthropic-messages";
11443
- provider: string;
11444
- baseUrl: string;
11445
- reasoning: true;
11446
- input: ("image" | "text")[];
11447
- cost: {
11448
- input: number;
11449
- output: number;
11450
- cacheRead: number;
11451
- cacheWrite: number;
11452
- };
11453
- contextWindow: number;
11454
- maxTokens: number;
11455
- };
11456
11649
  readonly "google/gemini-2.5-pro": {
11457
11650
  id: string;
11458
11651
  name: string;
@@ -11810,6 +12003,40 @@ export declare const MODELS: {
11810
12003
  contextWindow: number;
11811
12004
  maxTokens: number;
11812
12005
  };
12006
+ readonly "minimax/minimax-m2.7": {
12007
+ id: string;
12008
+ name: string;
12009
+ api: "anthropic-messages";
12010
+ provider: string;
12011
+ baseUrl: string;
12012
+ reasoning: true;
12013
+ input: ("image" | "text")[];
12014
+ cost: {
12015
+ input: number;
12016
+ output: number;
12017
+ cacheRead: number;
12018
+ cacheWrite: number;
12019
+ };
12020
+ contextWindow: number;
12021
+ maxTokens: number;
12022
+ };
12023
+ readonly "minimax/minimax-m2.7-highspeed": {
12024
+ id: string;
12025
+ name: string;
12026
+ api: "anthropic-messages";
12027
+ provider: string;
12028
+ baseUrl: string;
12029
+ reasoning: true;
12030
+ input: ("image" | "text")[];
12031
+ cost: {
12032
+ input: number;
12033
+ output: number;
12034
+ cacheRead: number;
12035
+ cacheWrite: number;
12036
+ };
12037
+ contextWindow: number;
12038
+ maxTokens: number;
12039
+ };
11813
12040
  readonly "mistral/codestral": {
11814
12041
  id: string;
11815
12042
  name: string;
@@ -12524,7 +12751,7 @@ export declare const MODELS: {
12524
12751
  contextWindow: number;
12525
12752
  maxTokens: number;
12526
12753
  };
12527
- readonly "openai/gpt-5.4-pro": {
12754
+ readonly "openai/gpt-5.4-mini": {
12528
12755
  id: string;
12529
12756
  name: string;
12530
12757
  api: "anthropic-messages";
@@ -12541,14 +12768,14 @@ export declare const MODELS: {
12541
12768
  contextWindow: number;
12542
12769
  maxTokens: number;
12543
12770
  };
12544
- readonly "openai/gpt-oss-20b": {
12771
+ readonly "openai/gpt-5.4-nano": {
12545
12772
  id: string;
12546
12773
  name: string;
12547
12774
  api: "anthropic-messages";
12548
12775
  provider: string;
12549
12776
  baseUrl: string;
12550
12777
  reasoning: true;
12551
- input: "text"[];
12778
+ input: ("image" | "text")[];
12552
12779
  cost: {
12553
12780
  input: number;
12554
12781
  output: number;
@@ -12558,14 +12785,14 @@ export declare const MODELS: {
12558
12785
  contextWindow: number;
12559
12786
  maxTokens: number;
12560
12787
  };
12561
- readonly "openai/gpt-oss-safeguard-20b": {
12788
+ readonly "openai/gpt-5.4-pro": {
12562
12789
  id: string;
12563
12790
  name: string;
12564
12791
  api: "anthropic-messages";
12565
12792
  provider: string;
12566
12793
  baseUrl: string;
12567
12794
  reasoning: true;
12568
- input: "text"[];
12795
+ input: ("image" | "text")[];
12569
12796
  cost: {
12570
12797
  input: number;
12571
12798
  output: number;
@@ -12575,14 +12802,14 @@ export declare const MODELS: {
12575
12802
  contextWindow: number;
12576
12803
  maxTokens: number;
12577
12804
  };
12578
- readonly "openai/o1": {
12805
+ readonly "openai/gpt-oss-20b": {
12579
12806
  id: string;
12580
12807
  name: string;
12581
12808
  api: "anthropic-messages";
12582
12809
  provider: string;
12583
12810
  baseUrl: string;
12584
12811
  reasoning: true;
12585
- input: ("image" | "text")[];
12812
+ input: "text"[];
12586
12813
  cost: {
12587
12814
  input: number;
12588
12815
  output: number;
@@ -12592,14 +12819,14 @@ export declare const MODELS: {
12592
12819
  contextWindow: number;
12593
12820
  maxTokens: number;
12594
12821
  };
12595
- readonly "openai/o3": {
12822
+ readonly "openai/gpt-oss-safeguard-20b": {
12596
12823
  id: string;
12597
12824
  name: string;
12598
12825
  api: "anthropic-messages";
12599
12826
  provider: string;
12600
12827
  baseUrl: string;
12601
12828
  reasoning: true;
12602
- input: ("image" | "text")[];
12829
+ input: "text"[];
12603
12830
  cost: {
12604
12831
  input: number;
12605
12832
  output: number;
@@ -12609,7 +12836,7 @@ export declare const MODELS: {
12609
12836
  contextWindow: number;
12610
12837
  maxTokens: number;
12611
12838
  };
12612
- readonly "openai/o3-deep-research": {
12839
+ readonly "openai/o1": {
12613
12840
  id: string;
12614
12841
  name: string;
12615
12842
  api: "anthropic-messages";
@@ -12626,14 +12853,14 @@ export declare const MODELS: {
12626
12853
  contextWindow: number;
12627
12854
  maxTokens: number;
12628
12855
  };
12629
- readonly "openai/o3-mini": {
12856
+ readonly "openai/o3": {
12630
12857
  id: string;
12631
12858
  name: string;
12632
12859
  api: "anthropic-messages";
12633
12860
  provider: string;
12634
12861
  baseUrl: string;
12635
12862
  reasoning: true;
12636
- input: "text"[];
12863
+ input: ("image" | "text")[];
12637
12864
  cost: {
12638
12865
  input: number;
12639
12866
  output: number;
@@ -12643,7 +12870,7 @@ export declare const MODELS: {
12643
12870
  contextWindow: number;
12644
12871
  maxTokens: number;
12645
12872
  };
12646
- readonly "openai/o3-pro": {
12873
+ readonly "openai/o3-deep-research": {
12647
12874
  id: string;
12648
12875
  name: string;
12649
12876
  api: "anthropic-messages";
@@ -12660,14 +12887,14 @@ export declare const MODELS: {
12660
12887
  contextWindow: number;
12661
12888
  maxTokens: number;
12662
12889
  };
12663
- readonly "openai/o4-mini": {
12890
+ readonly "openai/o3-mini": {
12664
12891
  id: string;
12665
12892
  name: string;
12666
12893
  api: "anthropic-messages";
12667
12894
  provider: string;
12668
12895
  baseUrl: string;
12669
12896
  reasoning: true;
12670
- input: ("image" | "text")[];
12897
+ input: "text"[];
12671
12898
  cost: {
12672
12899
  input: number;
12673
12900
  output: number;
@@ -12677,13 +12904,13 @@ export declare const MODELS: {
12677
12904
  contextWindow: number;
12678
12905
  maxTokens: number;
12679
12906
  };
12680
- readonly "perplexity/sonar": {
12907
+ readonly "openai/o3-pro": {
12681
12908
  id: string;
12682
12909
  name: string;
12683
12910
  api: "anthropic-messages";
12684
12911
  provider: string;
12685
12912
  baseUrl: string;
12686
- reasoning: false;
12913
+ reasoning: true;
12687
12914
  input: ("image" | "text")[];
12688
12915
  cost: {
12689
12916
  input: number;
@@ -12694,13 +12921,13 @@ export declare const MODELS: {
12694
12921
  contextWindow: number;
12695
12922
  maxTokens: number;
12696
12923
  };
12697
- readonly "perplexity/sonar-pro": {
12924
+ readonly "openai/o4-mini": {
12698
12925
  id: string;
12699
12926
  name: string;
12700
12927
  api: "anthropic-messages";
12701
12928
  provider: string;
12702
12929
  baseUrl: string;
12703
- reasoning: false;
12930
+ reasoning: true;
12704
12931
  input: ("image" | "text")[];
12705
12932
  cost: {
12706
12933
  input: number;
@@ -12711,14 +12938,14 @@ export declare const MODELS: {
12711
12938
  contextWindow: number;
12712
12939
  maxTokens: number;
12713
12940
  };
12714
- readonly "prime-intellect/intellect-3": {
12941
+ readonly "perplexity/sonar": {
12715
12942
  id: string;
12716
12943
  name: string;
12717
12944
  api: "anthropic-messages";
12718
12945
  provider: string;
12719
12946
  baseUrl: string;
12720
- reasoning: true;
12721
- input: "text"[];
12947
+ reasoning: false;
12948
+ input: ("image" | "text")[];
12722
12949
  cost: {
12723
12950
  input: number;
12724
12951
  output: number;
@@ -12728,7 +12955,7 @@ export declare const MODELS: {
12728
12955
  contextWindow: number;
12729
12956
  maxTokens: number;
12730
12957
  };
12731
- readonly "vercel/v0-1.0-md": {
12958
+ readonly "perplexity/sonar-pro": {
12732
12959
  id: string;
12733
12960
  name: string;
12734
12961
  api: "anthropic-messages";
@@ -12745,14 +12972,14 @@ export declare const MODELS: {
12745
12972
  contextWindow: number;
12746
12973
  maxTokens: number;
12747
12974
  };
12748
- readonly "vercel/v0-1.5-md": {
12975
+ readonly "prime-intellect/intellect-3": {
12749
12976
  id: string;
12750
12977
  name: string;
12751
12978
  api: "anthropic-messages";
12752
12979
  provider: string;
12753
12980
  baseUrl: string;
12754
- reasoning: false;
12755
- input: ("image" | "text")[];
12981
+ reasoning: true;
12982
+ input: "text"[];
12756
12983
  cost: {
12757
12984
  input: number;
12758
12985
  output: number;
@@ -13187,6 +13414,23 @@ export declare const MODELS: {
13187
13414
  contextWindow: number;
13188
13415
  maxTokens: number;
13189
13416
  };
13417
+ readonly "zai/glm-5-turbo": {
13418
+ id: string;
13419
+ name: string;
13420
+ api: "anthropic-messages";
13421
+ provider: string;
13422
+ baseUrl: string;
13423
+ reasoning: true;
13424
+ input: "text"[];
13425
+ cost: {
13426
+ input: number;
13427
+ output: number;
13428
+ cacheRead: number;
13429
+ cacheWrite: number;
13430
+ };
13431
+ contextWindow: number;
13432
+ maxTokens: number;
13433
+ };
13190
13434
  };
13191
13435
  readonly xai: {
13192
13436
  readonly "grok-2": {
@@ -13546,23 +13790,6 @@ export declare const MODELS: {
13546
13790
  contextWindow: number;
13547
13791
  maxTokens: number;
13548
13792
  };
13549
- readonly "grok-4.20-multi-agent-beta-latest": {
13550
- id: string;
13551
- name: string;
13552
- api: "openai-completions";
13553
- provider: string;
13554
- baseUrl: string;
13555
- reasoning: true;
13556
- input: ("image" | "text")[];
13557
- cost: {
13558
- input: number;
13559
- output: number;
13560
- cacheRead: number;
13561
- cacheWrite: number;
13562
- };
13563
- contextWindow: number;
13564
- maxTokens: number;
13565
- };
13566
13793
  readonly "grok-beta": {
13567
13794
  id: string;
13568
13795
  name: string;
@@ -13805,6 +14032,27 @@ export declare const MODELS: {
13805
14032
  contextWindow: number;
13806
14033
  maxTokens: number;
13807
14034
  };
14035
+ readonly "glm-5-turbo": {
14036
+ id: string;
14037
+ name: string;
14038
+ api: "openai-completions";
14039
+ provider: string;
14040
+ baseUrl: string;
14041
+ compat: {
14042
+ supportsDeveloperRole: false;
14043
+ thinkingFormat: "zai";
14044
+ };
14045
+ reasoning: true;
14046
+ input: "text"[];
14047
+ cost: {
14048
+ input: number;
14049
+ output: number;
14050
+ cacheRead: number;
14051
+ cacheWrite: number;
14052
+ };
14053
+ contextWindow: number;
14054
+ maxTokens: number;
14055
+ };
13808
14056
  };
13809
14057
  };
13810
14058
  //# sourceMappingURL=models.generated.d.ts.map