@earendil-works/pi-ai 0.75.5 → 0.77.0

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 (59) hide show
  1. package/dist/models.generated.d.ts +269 -105
  2. package/dist/models.generated.d.ts.map +1 -1
  3. package/dist/models.generated.js +332 -200
  4. package/dist/models.generated.js.map +1 -1
  5. package/dist/providers/amazon-bedrock.d.ts +1 -1
  6. package/dist/providers/amazon-bedrock.d.ts.map +1 -1
  7. package/dist/providers/amazon-bedrock.js +2 -2
  8. package/dist/providers/amazon-bedrock.js.map +1 -1
  9. package/dist/providers/anthropic.d.ts.map +1 -1
  10. package/dist/providers/anthropic.js +16 -9
  11. package/dist/providers/anthropic.js.map +1 -1
  12. package/dist/providers/azure-openai-responses.d.ts.map +1 -1
  13. package/dist/providers/azure-openai-responses.js +1 -1
  14. package/dist/providers/azure-openai-responses.js.map +1 -1
  15. package/dist/providers/images/openrouter.d.ts.map +1 -1
  16. package/dist/providers/images/openrouter.js +1 -1
  17. package/dist/providers/images/openrouter.js.map +1 -1
  18. package/dist/providers/openai-codex-responses.d.ts.map +1 -1
  19. package/dist/providers/openai-codex-responses.js +148 -76
  20. package/dist/providers/openai-codex-responses.js.map +1 -1
  21. package/dist/providers/openai-completions.d.ts.map +1 -1
  22. package/dist/providers/openai-completions.js +10 -1
  23. package/dist/providers/openai-completions.js.map +1 -1
  24. package/dist/providers/openai-responses-shared.d.ts.map +1 -1
  25. package/dist/providers/openai-responses-shared.js +4 -1
  26. package/dist/providers/openai-responses-shared.js.map +1 -1
  27. package/dist/providers/openai-responses.d.ts.map +1 -1
  28. package/dist/providers/openai-responses.js +1 -1
  29. package/dist/providers/openai-responses.js.map +1 -1
  30. package/dist/providers/simple-options.d.ts.map +1 -1
  31. package/dist/providers/simple-options.js +1 -0
  32. package/dist/providers/simple-options.js.map +1 -1
  33. package/dist/types.d.ts +10 -2
  34. package/dist/types.d.ts.map +1 -1
  35. package/dist/types.js.map +1 -1
  36. package/dist/utils/abort-signals.d.ts +6 -0
  37. package/dist/utils/abort-signals.d.ts.map +1 -0
  38. package/dist/utils/abort-signals.js +34 -0
  39. package/dist/utils/abort-signals.js.map +1 -0
  40. package/dist/utils/oauth/device-code.d.ts +9 -7
  41. package/dist/utils/oauth/device-code.d.ts.map +1 -1
  42. package/dist/utils/oauth/device-code.js +8 -7
  43. package/dist/utils/oauth/device-code.js.map +1 -1
  44. package/dist/utils/oauth/github-copilot.d.ts.map +1 -1
  45. package/dist/utils/oauth/github-copilot.js +1 -1
  46. package/dist/utils/oauth/github-copilot.js.map +1 -1
  47. package/dist/utils/oauth/index.d.ts +1 -1
  48. package/dist/utils/oauth/index.d.ts.map +1 -1
  49. package/dist/utils/oauth/index.js +1 -1
  50. package/dist/utils/oauth/index.js.map +1 -1
  51. package/dist/utils/oauth/openai-codex.d.ts +10 -1
  52. package/dist/utils/oauth/openai-codex.d.ts.map +1 -1
  53. package/dist/utils/oauth/openai-codex.js +179 -79
  54. package/dist/utils/oauth/openai-codex.js.map +1 -1
  55. package/dist/utils/overflow.d.ts +2 -1
  56. package/dist/utils/overflow.d.ts.map +1 -1
  57. package/dist/utils/overflow.js +5 -2
  58. package/dist/utils/overflow.js.map +1 -1
  59. package/package.json +2 -2
@@ -159,6 +159,26 @@ export declare const MODELS: {
159
159
  contextWindow: number;
160
160
  maxTokens: number;
161
161
  };
162
+ readonly "anthropic.claude-opus-4-8": {
163
+ id: string;
164
+ name: string;
165
+ api: "bedrock-converse-stream";
166
+ provider: string;
167
+ baseUrl: string;
168
+ reasoning: true;
169
+ thinkingLevelMap: {
170
+ xhigh: string;
171
+ };
172
+ input: ("image" | "text")[];
173
+ cost: {
174
+ input: number;
175
+ output: number;
176
+ cacheRead: number;
177
+ cacheWrite: number;
178
+ };
179
+ contextWindow: number;
180
+ maxTokens: number;
181
+ };
162
182
  readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
163
183
  id: string;
164
184
  name: string;
@@ -230,6 +250,26 @@ export declare const MODELS: {
230
250
  contextWindow: number;
231
251
  maxTokens: number;
232
252
  };
253
+ readonly "au.anthropic.claude-opus-4-8": {
254
+ id: string;
255
+ name: string;
256
+ api: "bedrock-converse-stream";
257
+ provider: string;
258
+ baseUrl: string;
259
+ reasoning: true;
260
+ thinkingLevelMap: {
261
+ xhigh: string;
262
+ };
263
+ input: ("image" | "text")[];
264
+ cost: {
265
+ input: number;
266
+ output: number;
267
+ cacheRead: number;
268
+ cacheWrite: number;
269
+ };
270
+ contextWindow: number;
271
+ maxTokens: number;
272
+ };
233
273
  readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
234
274
  id: string;
235
275
  name: string;
@@ -389,6 +429,26 @@ export declare const MODELS: {
389
429
  contextWindow: number;
390
430
  maxTokens: number;
391
431
  };
432
+ readonly "eu.anthropic.claude-opus-4-8": {
433
+ id: string;
434
+ name: string;
435
+ api: "bedrock-converse-stream";
436
+ provider: string;
437
+ baseUrl: string;
438
+ reasoning: true;
439
+ thinkingLevelMap: {
440
+ xhigh: string;
441
+ };
442
+ input: ("image" | "text")[];
443
+ cost: {
444
+ input: number;
445
+ output: number;
446
+ cacheRead: number;
447
+ cacheWrite: number;
448
+ };
449
+ contextWindow: number;
450
+ maxTokens: number;
451
+ };
392
452
  readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
393
453
  id: string;
394
454
  name: string;
@@ -497,6 +557,26 @@ export declare const MODELS: {
497
557
  contextWindow: number;
498
558
  maxTokens: number;
499
559
  };
560
+ readonly "global.anthropic.claude-opus-4-8": {
561
+ id: string;
562
+ name: string;
563
+ api: "bedrock-converse-stream";
564
+ provider: string;
565
+ baseUrl: string;
566
+ reasoning: true;
567
+ thinkingLevelMap: {
568
+ xhigh: string;
569
+ };
570
+ input: ("image" | "text")[];
571
+ cost: {
572
+ input: number;
573
+ output: number;
574
+ cacheRead: number;
575
+ cacheWrite: number;
576
+ };
577
+ contextWindow: number;
578
+ maxTokens: number;
579
+ };
500
580
  readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
501
581
  id: string;
502
582
  name: string;
@@ -585,6 +665,26 @@ export declare const MODELS: {
585
665
  contextWindow: number;
586
666
  maxTokens: number;
587
667
  };
668
+ readonly "jp.anthropic.claude-opus-4-8": {
669
+ id: string;
670
+ name: string;
671
+ api: "bedrock-converse-stream";
672
+ provider: string;
673
+ baseUrl: string;
674
+ reasoning: true;
675
+ thinkingLevelMap: {
676
+ xhigh: string;
677
+ };
678
+ input: ("image" | "text")[];
679
+ cost: {
680
+ input: number;
681
+ output: number;
682
+ cacheRead: number;
683
+ cacheWrite: number;
684
+ };
685
+ contextWindow: number;
686
+ maxTokens: number;
687
+ };
588
688
  readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
589
689
  id: string;
590
690
  name: string;
@@ -1288,6 +1388,26 @@ export declare const MODELS: {
1288
1388
  contextWindow: number;
1289
1389
  maxTokens: number;
1290
1390
  };
1391
+ readonly "us.anthropic.claude-opus-4-8": {
1392
+ id: string;
1393
+ name: string;
1394
+ api: "bedrock-converse-stream";
1395
+ provider: string;
1396
+ baseUrl: string;
1397
+ reasoning: true;
1398
+ thinkingLevelMap: {
1399
+ xhigh: string;
1400
+ };
1401
+ input: ("image" | "text")[];
1402
+ cost: {
1403
+ input: number;
1404
+ output: number;
1405
+ cacheRead: number;
1406
+ cacheWrite: number;
1407
+ };
1408
+ contextWindow: number;
1409
+ maxTokens: number;
1410
+ };
1291
1411
  readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1292
1412
  id: string;
1293
1413
  name: string;
@@ -1778,6 +1898,29 @@ export declare const MODELS: {
1778
1898
  contextWindow: number;
1779
1899
  maxTokens: number;
1780
1900
  };
1901
+ readonly "claude-opus-4-8": {
1902
+ id: string;
1903
+ name: string;
1904
+ api: "anthropic-messages";
1905
+ provider: string;
1906
+ baseUrl: string;
1907
+ compat: {
1908
+ forceAdaptiveThinking: true;
1909
+ };
1910
+ reasoning: true;
1911
+ thinkingLevelMap: {
1912
+ xhigh: string;
1913
+ };
1914
+ input: ("image" | "text")[];
1915
+ cost: {
1916
+ input: number;
1917
+ output: number;
1918
+ cacheRead: number;
1919
+ cacheWrite: number;
1920
+ };
1921
+ contextWindow: number;
1922
+ maxTokens: number;
1923
+ };
1781
1924
  readonly "claude-sonnet-4-0": {
1782
1925
  id: string;
1783
1926
  name: string;
@@ -2520,6 +2663,8 @@ export declare const MODELS: {
2520
2663
  thinkingLevelMap: {
2521
2664
  off: null;
2522
2665
  xhigh: string;
2666
+ minimal: null;
2667
+ low: null;
2523
2668
  };
2524
2669
  input: ("image" | "text")[];
2525
2670
  cost: {
@@ -2703,23 +2848,6 @@ export declare const MODELS: {
2703
2848
  contextWindow: number;
2704
2849
  maxTokens: number;
2705
2850
  };
2706
- readonly "qwen-3-235b-a22b-instruct-2507": {
2707
- id: string;
2708
- name: string;
2709
- api: "openai-completions";
2710
- provider: string;
2711
- baseUrl: string;
2712
- reasoning: false;
2713
- input: "text"[];
2714
- cost: {
2715
- input: number;
2716
- output: number;
2717
- cacheRead: number;
2718
- cacheWrite: number;
2719
- };
2720
- contextWindow: number;
2721
- maxTokens: number;
2722
- };
2723
2851
  readonly "zai-glm-4.7": {
2724
2852
  id: string;
2725
2853
  name: string;
@@ -7427,6 +7555,8 @@ export declare const MODELS: {
7427
7555
  thinkingLevelMap: {
7428
7556
  off: null;
7429
7557
  xhigh: string;
7558
+ minimal: null;
7559
+ low: null;
7430
7560
  };
7431
7561
  input: ("image" | "text")[];
7432
7562
  cost: {
@@ -7818,6 +7948,29 @@ export declare const MODELS: {
7818
7948
  contextWindow: number;
7819
7949
  maxTokens: number;
7820
7950
  };
7951
+ readonly "claude-opus-4-8": {
7952
+ id: string;
7953
+ name: string;
7954
+ api: "anthropic-messages";
7955
+ provider: string;
7956
+ baseUrl: string;
7957
+ compat: {
7958
+ forceAdaptiveThinking: true;
7959
+ };
7960
+ reasoning: true;
7961
+ thinkingLevelMap: {
7962
+ xhigh: string;
7963
+ };
7964
+ input: ("image" | "text")[];
7965
+ cost: {
7966
+ input: number;
7967
+ output: number;
7968
+ cacheRead: number;
7969
+ cacheWrite: number;
7970
+ };
7971
+ contextWindow: number;
7972
+ maxTokens: number;
7973
+ };
7821
7974
  readonly "claude-sonnet-4": {
7822
7975
  id: string;
7823
7976
  name: string;
@@ -8316,6 +8469,8 @@ export declare const MODELS: {
8316
8469
  thinkingLevelMap: {
8317
8470
  off: null;
8318
8471
  xhigh: string;
8472
+ minimal: null;
8473
+ low: null;
8319
8474
  };
8320
8475
  input: ("image" | "text")[];
8321
8476
  cost: {
@@ -8378,6 +8533,23 @@ export declare const MODELS: {
8378
8533
  contextWindow: number;
8379
8534
  maxTokens: number;
8380
8535
  };
8536
+ readonly "mimo-v2.5-free": {
8537
+ id: string;
8538
+ name: string;
8539
+ api: "openai-completions";
8540
+ provider: string;
8541
+ baseUrl: string;
8542
+ reasoning: true;
8543
+ input: ("image" | "text")[];
8544
+ cost: {
8545
+ input: number;
8546
+ output: number;
8547
+ cacheRead: number;
8548
+ cacheWrite: number;
8549
+ };
8550
+ contextWindow: number;
8551
+ maxTokens: number;
8552
+ };
8381
8553
  readonly "minimax-m2.5": {
8382
8554
  id: string;
8383
8555
  name: string;
@@ -8578,7 +8750,13 @@ export declare const MODELS: {
8578
8750
  api: "openai-completions";
8579
8751
  provider: string;
8580
8752
  baseUrl: string;
8753
+ compat: {
8754
+ thinkingFormat: "string-thinking";
8755
+ };
8581
8756
  reasoning: true;
8757
+ thinkingLevelMap: {
8758
+ off: string;
8759
+ };
8582
8760
  input: ("image" | "text")[];
8583
8761
  cost: {
8584
8762
  input: number;
@@ -8697,15 +8875,13 @@ export declare const MODELS: {
8697
8875
  contextWindow: number;
8698
8876
  maxTokens: number;
8699
8877
  };
8700
- };
8701
- readonly openrouter: {
8702
- readonly "ai21/jamba-large-1.7": {
8878
+ readonly "qwen3.7-max": {
8703
8879
  id: string;
8704
8880
  name: string;
8705
- api: "openai-completions";
8881
+ api: "anthropic-messages";
8706
8882
  provider: string;
8707
8883
  baseUrl: string;
8708
- reasoning: false;
8884
+ reasoning: true;
8709
8885
  input: "text"[];
8710
8886
  cost: {
8711
8887
  input: number;
@@ -8716,13 +8892,15 @@ export declare const MODELS: {
8716
8892
  contextWindow: number;
8717
8893
  maxTokens: number;
8718
8894
  };
8719
- readonly "alibaba/tongyi-deepresearch-30b-a3b": {
8895
+ };
8896
+ readonly openrouter: {
8897
+ readonly "ai21/jamba-large-1.7": {
8720
8898
  id: string;
8721
8899
  name: string;
8722
8900
  api: "openai-completions";
8723
8901
  provider: string;
8724
8902
  baseUrl: string;
8725
- reasoning: true;
8903
+ reasoning: false;
8726
8904
  input: "text"[];
8727
8905
  cost: {
8728
8906
  input: number;
@@ -9000,13 +9178,16 @@ export declare const MODELS: {
9000
9178
  contextWindow: number;
9001
9179
  maxTokens: number;
9002
9180
  };
9003
- readonly "anthropic/claude-sonnet-4": {
9181
+ readonly "anthropic/claude-opus-4.8": {
9004
9182
  id: string;
9005
9183
  name: string;
9006
9184
  api: "openai-completions";
9007
9185
  provider: string;
9008
9186
  baseUrl: string;
9009
9187
  reasoning: true;
9188
+ thinkingLevelMap: {
9189
+ xhigh: string;
9190
+ };
9010
9191
  input: ("image" | "text")[];
9011
9192
  cost: {
9012
9193
  input: number;
@@ -9017,13 +9198,16 @@ export declare const MODELS: {
9017
9198
  contextWindow: number;
9018
9199
  maxTokens: number;
9019
9200
  };
9020
- readonly "anthropic/claude-sonnet-4.5": {
9201
+ readonly "anthropic/claude-opus-4.8-fast": {
9021
9202
  id: string;
9022
9203
  name: string;
9023
9204
  api: "openai-completions";
9024
9205
  provider: string;
9025
9206
  baseUrl: string;
9026
9207
  reasoning: true;
9208
+ thinkingLevelMap: {
9209
+ xhigh: string;
9210
+ };
9027
9211
  input: ("image" | "text")[];
9028
9212
  cost: {
9029
9213
  input: number;
@@ -9034,7 +9218,7 @@ export declare const MODELS: {
9034
9218
  contextWindow: number;
9035
9219
  maxTokens: number;
9036
9220
  };
9037
- readonly "anthropic/claude-sonnet-4.6": {
9221
+ readonly "anthropic/claude-sonnet-4": {
9038
9222
  id: string;
9039
9223
  name: string;
9040
9224
  api: "openai-completions";
@@ -9051,14 +9235,14 @@ export declare const MODELS: {
9051
9235
  contextWindow: number;
9052
9236
  maxTokens: number;
9053
9237
  };
9054
- readonly "arcee-ai/trinity-large-thinking": {
9238
+ readonly "anthropic/claude-sonnet-4.5": {
9055
9239
  id: string;
9056
9240
  name: string;
9057
9241
  api: "openai-completions";
9058
9242
  provider: string;
9059
9243
  baseUrl: string;
9060
9244
  reasoning: true;
9061
- input: "text"[];
9245
+ input: ("image" | "text")[];
9062
9246
  cost: {
9063
9247
  input: number;
9064
9248
  output: number;
@@ -9068,14 +9252,14 @@ export declare const MODELS: {
9068
9252
  contextWindow: number;
9069
9253
  maxTokens: number;
9070
9254
  };
9071
- readonly "arcee-ai/trinity-large-thinking:free": {
9255
+ readonly "anthropic/claude-sonnet-4.6": {
9072
9256
  id: string;
9073
9257
  name: string;
9074
9258
  api: "openai-completions";
9075
9259
  provider: string;
9076
9260
  baseUrl: string;
9077
9261
  reasoning: true;
9078
- input: "text"[];
9262
+ input: ("image" | "text")[];
9079
9263
  cost: {
9080
9264
  input: number;
9081
9265
  output: number;
@@ -9085,7 +9269,7 @@ export declare const MODELS: {
9085
9269
  contextWindow: number;
9086
9270
  maxTokens: number;
9087
9271
  };
9088
- readonly "arcee-ai/trinity-mini": {
9272
+ readonly "arcee-ai/trinity-large-thinking": {
9089
9273
  id: string;
9090
9274
  name: string;
9091
9275
  api: "openai-completions";
@@ -9102,13 +9286,13 @@ export declare const MODELS: {
9102
9286
  contextWindow: number;
9103
9287
  maxTokens: number;
9104
9288
  };
9105
- readonly "arcee-ai/virtuoso-large": {
9289
+ readonly "arcee-ai/trinity-mini": {
9106
9290
  id: string;
9107
9291
  name: string;
9108
9292
  api: "openai-completions";
9109
9293
  provider: string;
9110
9294
  baseUrl: string;
9111
- reasoning: false;
9295
+ reasoning: true;
9112
9296
  input: "text"[];
9113
9297
  cost: {
9114
9298
  input: number;
@@ -9119,14 +9303,14 @@ export declare const MODELS: {
9119
9303
  contextWindow: number;
9120
9304
  maxTokens: number;
9121
9305
  };
9122
- readonly auto: {
9306
+ readonly "arcee-ai/virtuoso-large": {
9123
9307
  id: string;
9124
9308
  name: string;
9125
9309
  api: "openai-completions";
9126
9310
  provider: string;
9127
9311
  baseUrl: string;
9128
- reasoning: true;
9129
- input: ("image" | "text")[];
9312
+ reasoning: false;
9313
+ input: "text"[];
9130
9314
  cost: {
9131
9315
  input: number;
9132
9316
  output: number;
@@ -9136,14 +9320,14 @@ export declare const MODELS: {
9136
9320
  contextWindow: number;
9137
9321
  maxTokens: number;
9138
9322
  };
9139
- readonly "baidu/cobuddy:free": {
9323
+ readonly auto: {
9140
9324
  id: string;
9141
9325
  name: string;
9142
9326
  api: "openai-completions";
9143
9327
  provider: string;
9144
9328
  baseUrl: string;
9145
9329
  reasoning: true;
9146
- input: "text"[];
9330
+ input: ("image" | "text")[];
9147
9331
  cost: {
9148
9332
  input: number;
9149
9333
  output: number;
@@ -9433,7 +9617,6 @@ export declare const MODELS: {
9433
9617
  baseUrl: string;
9434
9618
  compat: {
9435
9619
  requiresReasoningContentOnAssistantMessages: true;
9436
- thinkingFormat: "deepseek";
9437
9620
  };
9438
9621
  reasoning: true;
9439
9622
  thinkingLevelMap: {
@@ -9461,7 +9644,6 @@ export declare const MODELS: {
9461
9644
  baseUrl: string;
9462
9645
  compat: {
9463
9646
  requiresReasoningContentOnAssistantMessages: true;
9464
- thinkingFormat: "deepseek";
9465
9647
  };
9466
9648
  reasoning: true;
9467
9649
  thinkingLevelMap: {
@@ -9489,7 +9671,6 @@ export declare const MODELS: {
9489
9671
  baseUrl: string;
9490
9672
  compat: {
9491
9673
  requiresReasoningContentOnAssistantMessages: true;
9492
- thinkingFormat: "deepseek";
9493
9674
  };
9494
9675
  reasoning: true;
9495
9676
  thinkingLevelMap: {
@@ -10600,6 +10781,23 @@ export declare const MODELS: {
10600
10781
  contextWindow: number;
10601
10782
  maxTokens: number;
10602
10783
  };
10784
+ readonly "moonshotai/kimi-k2.6:free": {
10785
+ id: string;
10786
+ name: string;
10787
+ api: "openai-completions";
10788
+ provider: string;
10789
+ baseUrl: string;
10790
+ reasoning: true;
10791
+ input: ("image" | "text")[];
10792
+ cost: {
10793
+ input: number;
10794
+ output: number;
10795
+ cacheRead: number;
10796
+ cacheWrite: number;
10797
+ };
10798
+ contextWindow: number;
10799
+ maxTokens: number;
10800
+ };
10603
10801
  readonly "nex-agi/deepseek-v3.1-nex-n1": {
10604
10802
  id: string;
10605
10803
  name: string;
@@ -11475,6 +11673,9 @@ export declare const MODELS: {
11475
11673
  reasoning: true;
11476
11674
  thinkingLevelMap: {
11477
11675
  xhigh: string;
11676
+ off: null;
11677
+ minimal: null;
11678
+ low: null;
11478
11679
  };
11479
11680
  input: ("image" | "text")[];
11480
11681
  cost: {
@@ -14321,6 +14522,29 @@ export declare const MODELS: {
14321
14522
  contextWindow: number;
14322
14523
  maxTokens: number;
14323
14524
  };
14525
+ readonly "anthropic/claude-opus-4.8": {
14526
+ id: string;
14527
+ name: string;
14528
+ api: "anthropic-messages";
14529
+ provider: string;
14530
+ baseUrl: string;
14531
+ compat: {
14532
+ forceAdaptiveThinking: true;
14533
+ };
14534
+ reasoning: true;
14535
+ thinkingLevelMap: {
14536
+ xhigh: string;
14537
+ };
14538
+ input: ("image" | "text")[];
14539
+ cost: {
14540
+ input: number;
14541
+ output: number;
14542
+ cacheRead: number;
14543
+ cacheWrite: number;
14544
+ };
14545
+ contextWindow: number;
14546
+ maxTokens: number;
14547
+ };
14324
14548
  readonly "anthropic/claude-sonnet-4": {
14325
14549
  id: string;
14326
14550
  name: string;
@@ -15947,6 +16171,9 @@ export declare const MODELS: {
15947
16171
  reasoning: true;
15948
16172
  thinkingLevelMap: {
15949
16173
  xhigh: string;
16174
+ off: null;
16175
+ minimal: null;
16176
+ low: null;
15950
16177
  };
15951
16178
  input: ("image" | "text")[];
15952
16179
  cost: {
@@ -16817,27 +17044,6 @@ export declare const MODELS: {
16817
17044
  };
16818
17045
  };
16819
17046
  readonly "xiaomi-token-plan-ams": {
16820
- readonly "mimo-v2-flash": {
16821
- id: string;
16822
- name: string;
16823
- api: "openai-completions";
16824
- provider: string;
16825
- baseUrl: string;
16826
- compat: {
16827
- requiresReasoningContentOnAssistantMessages: true;
16828
- thinkingFormat: "deepseek";
16829
- };
16830
- reasoning: true;
16831
- input: "text"[];
16832
- cost: {
16833
- input: number;
16834
- output: number;
16835
- cacheRead: number;
16836
- cacheWrite: number;
16837
- };
16838
- contextWindow: number;
16839
- maxTokens: number;
16840
- };
16841
17047
  readonly "mimo-v2-omni": {
16842
17048
  id: string;
16843
17049
  name: string;
@@ -16924,27 +17130,6 @@ export declare const MODELS: {
16924
17130
  };
16925
17131
  };
16926
17132
  readonly "xiaomi-token-plan-cn": {
16927
- readonly "mimo-v2-flash": {
16928
- id: string;
16929
- name: string;
16930
- api: "openai-completions";
16931
- provider: string;
16932
- baseUrl: string;
16933
- compat: {
16934
- requiresReasoningContentOnAssistantMessages: true;
16935
- thinkingFormat: "deepseek";
16936
- };
16937
- reasoning: true;
16938
- input: "text"[];
16939
- cost: {
16940
- input: number;
16941
- output: number;
16942
- cacheRead: number;
16943
- cacheWrite: number;
16944
- };
16945
- contextWindow: number;
16946
- maxTokens: number;
16947
- };
16948
17133
  readonly "mimo-v2-omni": {
16949
17134
  id: string;
16950
17135
  name: string;
@@ -17031,27 +17216,6 @@ export declare const MODELS: {
17031
17216
  };
17032
17217
  };
17033
17218
  readonly "xiaomi-token-plan-sgp": {
17034
- readonly "mimo-v2-flash": {
17035
- id: string;
17036
- name: string;
17037
- api: "openai-completions";
17038
- provider: string;
17039
- baseUrl: string;
17040
- compat: {
17041
- requiresReasoningContentOnAssistantMessages: true;
17042
- thinkingFormat: "deepseek";
17043
- };
17044
- reasoning: true;
17045
- input: "text"[];
17046
- cost: {
17047
- input: number;
17048
- output: number;
17049
- cacheRead: number;
17050
- cacheWrite: number;
17051
- };
17052
- contextWindow: number;
17053
- maxTokens: number;
17054
- };
17055
17219
  readonly "mimo-v2-omni": {
17056
17220
  id: string;
17057
17221
  name: string;