@elyracode/ai 0.7.15 → 0.7.16

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.
@@ -1460,40 +1460,6 @@ export declare const MODELS: {
1460
1460
  };
1461
1461
  };
1462
1462
  readonly anthropic: {
1463
- readonly "claude-3-5-haiku-20241022": {
1464
- id: string;
1465
- name: string;
1466
- api: "anthropic-messages";
1467
- provider: string;
1468
- baseUrl: string;
1469
- reasoning: false;
1470
- input: ("image" | "text")[];
1471
- cost: {
1472
- input: number;
1473
- output: number;
1474
- cacheRead: number;
1475
- cacheWrite: number;
1476
- };
1477
- contextWindow: number;
1478
- maxTokens: number;
1479
- };
1480
- readonly "claude-3-5-haiku-latest": {
1481
- id: string;
1482
- name: string;
1483
- api: "anthropic-messages";
1484
- provider: string;
1485
- baseUrl: string;
1486
- reasoning: false;
1487
- input: ("image" | "text")[];
1488
- cost: {
1489
- input: number;
1490
- output: number;
1491
- cacheRead: number;
1492
- cacheWrite: number;
1493
- };
1494
- contextWindow: number;
1495
- maxTokens: number;
1496
- };
1497
1463
  readonly "claude-3-5-sonnet-20240620": {
1498
1464
  id: string;
1499
1465
  name: string;
@@ -1876,23 +1842,6 @@ export declare const MODELS: {
1876
1842
  contextWindow: number;
1877
1843
  maxTokens: number;
1878
1844
  };
1879
- readonly "gpt-4-turbo": {
1880
- id: string;
1881
- name: string;
1882
- api: "azure-openai-responses";
1883
- provider: string;
1884
- baseUrl: string;
1885
- reasoning: false;
1886
- input: ("image" | "text")[];
1887
- cost: {
1888
- input: number;
1889
- output: number;
1890
- cacheRead: number;
1891
- cacheWrite: number;
1892
- };
1893
- contextWindow: number;
1894
- maxTokens: number;
1895
- };
1896
1845
  readonly "gpt-4.1": {
1897
1846
  id: string;
1898
1847
  name: string;
@@ -1961,57 +1910,6 @@ export declare const MODELS: {
1961
1910
  contextWindow: number;
1962
1911
  maxTokens: number;
1963
1912
  };
1964
- readonly "gpt-4o-2024-05-13": {
1965
- id: string;
1966
- name: string;
1967
- api: "azure-openai-responses";
1968
- provider: string;
1969
- baseUrl: string;
1970
- reasoning: false;
1971
- input: ("image" | "text")[];
1972
- cost: {
1973
- input: number;
1974
- output: number;
1975
- cacheRead: number;
1976
- cacheWrite: number;
1977
- };
1978
- contextWindow: number;
1979
- maxTokens: number;
1980
- };
1981
- readonly "gpt-4o-2024-08-06": {
1982
- id: string;
1983
- name: string;
1984
- api: "azure-openai-responses";
1985
- provider: string;
1986
- baseUrl: string;
1987
- reasoning: false;
1988
- input: ("image" | "text")[];
1989
- cost: {
1990
- input: number;
1991
- output: number;
1992
- cacheRead: number;
1993
- cacheWrite: number;
1994
- };
1995
- contextWindow: number;
1996
- maxTokens: number;
1997
- };
1998
- readonly "gpt-4o-2024-11-20": {
1999
- id: string;
2000
- name: string;
2001
- api: "azure-openai-responses";
2002
- provider: string;
2003
- baseUrl: string;
2004
- reasoning: false;
2005
- input: ("image" | "text")[];
2006
- cost: {
2007
- input: number;
2008
- output: number;
2009
- cacheRead: number;
2010
- cacheWrite: number;
2011
- };
2012
- contextWindow: number;
2013
- maxTokens: number;
2014
- };
2015
1913
  readonly "gpt-4o-mini": {
2016
1914
  id: string;
2017
1915
  name: string;
@@ -2730,23 +2628,6 @@ export declare const MODELS: {
2730
2628
  };
2731
2629
  };
2732
2630
  readonly "cloudflare-ai-gateway": {
2733
- readonly "claude-3-5-haiku": {
2734
- id: string;
2735
- name: string;
2736
- api: "anthropic-messages";
2737
- provider: string;
2738
- baseUrl: string;
2739
- reasoning: false;
2740
- input: ("image" | "text")[];
2741
- cost: {
2742
- input: number;
2743
- output: number;
2744
- cacheRead: number;
2745
- cacheWrite: number;
2746
- };
2747
- contextWindow: number;
2748
- maxTokens: number;
2749
- };
2750
2631
  readonly "claude-3-haiku": {
2751
2632
  id: string;
2752
2633
  name: string;
@@ -2798,23 +2679,6 @@ export declare const MODELS: {
2798
2679
  contextWindow: number;
2799
2680
  maxTokens: number;
2800
2681
  };
2801
- readonly "claude-3.5-haiku": {
2802
- id: string;
2803
- name: string;
2804
- api: "anthropic-messages";
2805
- provider: string;
2806
- baseUrl: string;
2807
- reasoning: false;
2808
- input: ("image" | "text")[];
2809
- cost: {
2810
- input: number;
2811
- output: number;
2812
- cacheRead: number;
2813
- cacheWrite: number;
2814
- };
2815
- contextWindow: number;
2816
- maxTokens: number;
2817
- };
2818
2682
  readonly "claude-3.5-sonnet": {
2819
2683
  id: string;
2820
2684
  name: string;
@@ -3008,23 +2872,6 @@ export declare const MODELS: {
3008
2872
  contextWindow: number;
3009
2873
  maxTokens: number;
3010
2874
  };
3011
- readonly "gpt-4-turbo": {
3012
- id: string;
3013
- name: string;
3014
- api: "openai-responses";
3015
- provider: string;
3016
- baseUrl: string;
3017
- reasoning: false;
3018
- input: ("image" | "text")[];
3019
- cost: {
3020
- input: number;
3021
- output: number;
3022
- cacheRead: number;
3023
- cacheWrite: number;
3024
- };
3025
- contextWindow: number;
3026
- maxTokens: number;
3027
- };
3028
2875
  readonly "gpt-4o": {
3029
2876
  id: string;
3030
2877
  name: string;
@@ -5475,26 +5322,6 @@ export declare const MODELS: {
5475
5322
  contextWindow: number;
5476
5323
  maxTokens: number;
5477
5324
  };
5478
- readonly "XiaomiMiMo/MiMo-V2-Flash": {
5479
- id: string;
5480
- name: string;
5481
- api: "openai-completions";
5482
- provider: string;
5483
- baseUrl: string;
5484
- compat: {
5485
- supportsDeveloperRole: false;
5486
- };
5487
- reasoning: true;
5488
- input: "text"[];
5489
- cost: {
5490
- input: number;
5491
- output: number;
5492
- cacheRead: number;
5493
- cacheWrite: number;
5494
- };
5495
- contextWindow: number;
5496
- maxTokens: number;
5497
- };
5498
5325
  readonly "deepseek-ai/DeepSeek-R1-0528": {
5499
5326
  id: string;
5500
5327
  name: string;
@@ -6686,23 +6513,6 @@ export declare const MODELS: {
6686
6513
  contextWindow: number;
6687
6514
  maxTokens: number;
6688
6515
  };
6689
- readonly "gpt-4-turbo": {
6690
- id: string;
6691
- name: string;
6692
- api: "openai-responses";
6693
- provider: string;
6694
- baseUrl: string;
6695
- reasoning: false;
6696
- input: ("image" | "text")[];
6697
- cost: {
6698
- input: number;
6699
- output: number;
6700
- cacheRead: number;
6701
- cacheWrite: number;
6702
- };
6703
- contextWindow: number;
6704
- maxTokens: number;
6705
- };
6706
6516
  readonly "gpt-4.1": {
6707
6517
  id: string;
6708
6518
  name: string;
@@ -6771,57 +6581,6 @@ export declare const MODELS: {
6771
6581
  contextWindow: number;
6772
6582
  maxTokens: number;
6773
6583
  };
6774
- readonly "gpt-4o-2024-05-13": {
6775
- id: string;
6776
- name: string;
6777
- api: "openai-responses";
6778
- provider: string;
6779
- baseUrl: string;
6780
- reasoning: false;
6781
- input: ("image" | "text")[];
6782
- cost: {
6783
- input: number;
6784
- output: number;
6785
- cacheRead: number;
6786
- cacheWrite: number;
6787
- };
6788
- contextWindow: number;
6789
- maxTokens: number;
6790
- };
6791
- readonly "gpt-4o-2024-08-06": {
6792
- id: string;
6793
- name: string;
6794
- api: "openai-responses";
6795
- provider: string;
6796
- baseUrl: string;
6797
- reasoning: false;
6798
- input: ("image" | "text")[];
6799
- cost: {
6800
- input: number;
6801
- output: number;
6802
- cacheRead: number;
6803
- cacheWrite: number;
6804
- };
6805
- contextWindow: number;
6806
- maxTokens: number;
6807
- };
6808
- readonly "gpt-4o-2024-11-20": {
6809
- id: string;
6810
- name: string;
6811
- api: "openai-responses";
6812
- provider: string;
6813
- baseUrl: string;
6814
- reasoning: false;
6815
- input: ("image" | "text")[];
6816
- cost: {
6817
- input: number;
6818
- output: number;
6819
- cacheRead: number;
6820
- cacheWrite: number;
6821
- };
6822
- contextWindow: number;
6823
- maxTokens: number;
6824
- };
6825
6584
  readonly "gpt-4o-mini": {
6826
6585
  id: string;
6827
6586
  name: string;
@@ -8781,23 +8540,6 @@ export declare const MODELS: {
8781
8540
  contextWindow: number;
8782
8541
  maxTokens: number;
8783
8542
  };
8784
- readonly "anthropic/claude-3.5-haiku": {
8785
- id: string;
8786
- name: string;
8787
- api: "openai-completions";
8788
- provider: string;
8789
- baseUrl: string;
8790
- reasoning: false;
8791
- input: ("image" | "text")[];
8792
- cost: {
8793
- input: number;
8794
- output: number;
8795
- cacheRead: number;
8796
- cacheWrite: number;
8797
- };
8798
- contextWindow: number;
8799
- maxTokens: number;
8800
- };
8801
8543
  readonly "anthropic/claude-haiku-4.5": {
8802
8544
  id: string;
8803
8545
  name: string;
@@ -10815,7 +10557,7 @@ export declare const MODELS: {
10815
10557
  contextWindow: number;
10816
10558
  maxTokens: number;
10817
10559
  };
10818
- readonly "openai/gpt-4-turbo": {
10560
+ readonly "openai/gpt-4.1": {
10819
10561
  id: string;
10820
10562
  name: string;
10821
10563
  api: "openai-completions";
@@ -10832,14 +10574,14 @@ export declare const MODELS: {
10832
10574
  contextWindow: number;
10833
10575
  maxTokens: number;
10834
10576
  };
10835
- readonly "openai/gpt-4-turbo-preview": {
10577
+ readonly "openai/gpt-4.1-mini": {
10836
10578
  id: string;
10837
10579
  name: string;
10838
10580
  api: "openai-completions";
10839
10581
  provider: string;
10840
10582
  baseUrl: string;
10841
10583
  reasoning: false;
10842
- input: "text"[];
10584
+ input: ("image" | "text")[];
10843
10585
  cost: {
10844
10586
  input: number;
10845
10587
  output: number;
@@ -10849,7 +10591,7 @@ export declare const MODELS: {
10849
10591
  contextWindow: number;
10850
10592
  maxTokens: number;
10851
10593
  };
10852
- readonly "openai/gpt-4.1": {
10594
+ readonly "openai/gpt-4.1-nano": {
10853
10595
  id: string;
10854
10596
  name: string;
10855
10597
  api: "openai-completions";
@@ -10866,7 +10608,7 @@ export declare const MODELS: {
10866
10608
  contextWindow: number;
10867
10609
  maxTokens: number;
10868
10610
  };
10869
- readonly "openai/gpt-4.1-mini": {
10611
+ readonly "openai/gpt-4o": {
10870
10612
  id: string;
10871
10613
  name: string;
10872
10614
  api: "openai-completions";
@@ -10883,99 +10625,14 @@ export declare const MODELS: {
10883
10625
  contextWindow: number;
10884
10626
  maxTokens: number;
10885
10627
  };
10886
- readonly "openai/gpt-4.1-nano": {
10628
+ readonly "openai/gpt-4o-audio-preview": {
10887
10629
  id: string;
10888
10630
  name: string;
10889
10631
  api: "openai-completions";
10890
10632
  provider: string;
10891
10633
  baseUrl: string;
10892
10634
  reasoning: false;
10893
- input: ("image" | "text")[];
10894
- cost: {
10895
- input: number;
10896
- output: number;
10897
- cacheRead: number;
10898
- cacheWrite: number;
10899
- };
10900
- contextWindow: number;
10901
- maxTokens: number;
10902
- };
10903
- readonly "openai/gpt-4o": {
10904
- id: string;
10905
- name: string;
10906
- api: "openai-completions";
10907
- provider: string;
10908
- baseUrl: string;
10909
- reasoning: false;
10910
- input: ("image" | "text")[];
10911
- cost: {
10912
- input: number;
10913
- output: number;
10914
- cacheRead: number;
10915
- cacheWrite: number;
10916
- };
10917
- contextWindow: number;
10918
- maxTokens: number;
10919
- };
10920
- readonly "openai/gpt-4o-2024-05-13": {
10921
- id: string;
10922
- name: string;
10923
- api: "openai-completions";
10924
- provider: string;
10925
- baseUrl: string;
10926
- reasoning: false;
10927
- input: ("image" | "text")[];
10928
- cost: {
10929
- input: number;
10930
- output: number;
10931
- cacheRead: number;
10932
- cacheWrite: number;
10933
- };
10934
- contextWindow: number;
10935
- maxTokens: number;
10936
- };
10937
- readonly "openai/gpt-4o-2024-08-06": {
10938
- id: string;
10939
- name: string;
10940
- api: "openai-completions";
10941
- provider: string;
10942
- baseUrl: string;
10943
- reasoning: false;
10944
- input: ("image" | "text")[];
10945
- cost: {
10946
- input: number;
10947
- output: number;
10948
- cacheRead: number;
10949
- cacheWrite: number;
10950
- };
10951
- contextWindow: number;
10952
- maxTokens: number;
10953
- };
10954
- readonly "openai/gpt-4o-2024-11-20": {
10955
- id: string;
10956
- name: string;
10957
- api: "openai-completions";
10958
- provider: string;
10959
- baseUrl: string;
10960
- reasoning: false;
10961
- input: ("image" | "text")[];
10962
- cost: {
10963
- input: number;
10964
- output: number;
10965
- cacheRead: number;
10966
- cacheWrite: number;
10967
- };
10968
- contextWindow: number;
10969
- maxTokens: number;
10970
- };
10971
- readonly "openai/gpt-4o-audio-preview": {
10972
- id: string;
10973
- name: string;
10974
- api: "openai-completions";
10975
- provider: string;
10976
- baseUrl: string;
10977
- reasoning: false;
10978
- input: "text"[];
10635
+ input: "text"[];
10979
10636
  cost: {
10980
10637
  input: number;
10981
10638
  output: number;
@@ -11002,23 +10659,6 @@ export declare const MODELS: {
11002
10659
  contextWindow: number;
11003
10660
  maxTokens: number;
11004
10661
  };
11005
- readonly "openai/gpt-4o-mini-2024-07-18": {
11006
- id: string;
11007
- name: string;
11008
- api: "openai-completions";
11009
- provider: string;
11010
- baseUrl: string;
11011
- reasoning: false;
11012
- input: ("image" | "text")[];
11013
- cost: {
11014
- input: number;
11015
- output: number;
11016
- cacheRead: number;
11017
- cacheWrite: number;
11018
- };
11019
- contextWindow: number;
11020
- maxTokens: number;
11021
- };
11022
10662
  readonly "openai/gpt-5": {
11023
10663
  id: string;
11024
10664
  name: string;
@@ -12687,23 +12327,6 @@ export declare const MODELS: {
12687
12327
  contextWindow: number;
12688
12328
  maxTokens: number;
12689
12329
  };
12690
- readonly "tencent/hy3-preview": {
12691
- id: string;
12692
- name: string;
12693
- api: "openai-completions";
12694
- provider: string;
12695
- baseUrl: string;
12696
- reasoning: true;
12697
- input: "text"[];
12698
- cost: {
12699
- input: number;
12700
- output: number;
12701
- cacheRead: number;
12702
- cacheWrite: number;
12703
- };
12704
- contextWindow: number;
12705
- maxTokens: number;
12706
- };
12707
12330
  readonly "thedrummer/rocinante-12b": {
12708
12331
  id: string;
12709
12332
  name: string;
@@ -12806,57 +12429,6 @@ export declare const MODELS: {
12806
12429
  contextWindow: number;
12807
12430
  maxTokens: number;
12808
12431
  };
12809
- readonly "xiaomi/mimo-v2-flash": {
12810
- id: string;
12811
- name: string;
12812
- api: "openai-completions";
12813
- provider: string;
12814
- baseUrl: string;
12815
- reasoning: true;
12816
- input: "text"[];
12817
- cost: {
12818
- input: number;
12819
- output: number;
12820
- cacheRead: number;
12821
- cacheWrite: number;
12822
- };
12823
- contextWindow: number;
12824
- maxTokens: number;
12825
- };
12826
- readonly "xiaomi/mimo-v2-omni": {
12827
- id: string;
12828
- name: string;
12829
- api: "openai-completions";
12830
- provider: string;
12831
- baseUrl: string;
12832
- reasoning: true;
12833
- input: ("image" | "text")[];
12834
- cost: {
12835
- input: number;
12836
- output: number;
12837
- cacheRead: number;
12838
- cacheWrite: number;
12839
- };
12840
- contextWindow: number;
12841
- maxTokens: number;
12842
- };
12843
- readonly "xiaomi/mimo-v2-pro": {
12844
- id: string;
12845
- name: string;
12846
- api: "openai-completions";
12847
- provider: string;
12848
- baseUrl: string;
12849
- reasoning: true;
12850
- input: "text"[];
12851
- cost: {
12852
- input: number;
12853
- output: number;
12854
- cacheRead: number;
12855
- cacheWrite: number;
12856
- };
12857
- contextWindow: number;
12858
- maxTokens: number;
12859
- };
12860
12432
  readonly "xiaomi/mimo-v2.5": {
12861
12433
  id: string;
12862
12434
  name: string;
@@ -14133,23 +13705,6 @@ export declare const MODELS: {
14133
13705
  contextWindow: number;
14134
13706
  maxTokens: number;
14135
13707
  };
14136
- readonly "anthropic/claude-3.5-haiku": {
14137
- id: string;
14138
- name: string;
14139
- api: "anthropic-messages";
14140
- provider: string;
14141
- baseUrl: string;
14142
- reasoning: false;
14143
- input: ("image" | "text")[];
14144
- cost: {
14145
- input: number;
14146
- output: number;
14147
- cacheRead: number;
14148
- cacheWrite: number;
14149
- };
14150
- contextWindow: number;
14151
- maxTokens: number;
14152
- };
14153
13708
  readonly "anthropic/claude-haiku-4.5": {
14154
13709
  id: string;
14155
13710
  name: string;
@@ -15363,23 +14918,6 @@ export declare const MODELS: {
15363
14918
  contextWindow: number;
15364
14919
  maxTokens: number;
15365
14920
  };
15366
- readonly "openai/gpt-4-turbo": {
15367
- id: string;
15368
- name: string;
15369
- api: "anthropic-messages";
15370
- provider: string;
15371
- baseUrl: string;
15372
- reasoning: false;
15373
- input: ("image" | "text")[];
15374
- cost: {
15375
- input: number;
15376
- output: number;
15377
- cacheRead: number;
15378
- cacheWrite: number;
15379
- };
15380
- contextWindow: number;
15381
- maxTokens: number;
15382
- };
15383
14921
  readonly "openai/gpt-4.1": {
15384
14922
  id: string;
15385
14923
  name: string;
@@ -16232,40 +15770,6 @@ export declare const MODELS: {
16232
15770
  contextWindow: number;
16233
15771
  maxTokens: number;
16234
15772
  };
16235
- readonly "xiaomi/mimo-v2-flash": {
16236
- id: string;
16237
- name: string;
16238
- api: "anthropic-messages";
16239
- provider: string;
16240
- baseUrl: string;
16241
- reasoning: true;
16242
- input: "text"[];
16243
- cost: {
16244
- input: number;
16245
- output: number;
16246
- cacheRead: number;
16247
- cacheWrite: number;
16248
- };
16249
- contextWindow: number;
16250
- maxTokens: number;
16251
- };
16252
- readonly "xiaomi/mimo-v2-pro": {
16253
- id: string;
16254
- name: string;
16255
- api: "anthropic-messages";
16256
- provider: string;
16257
- baseUrl: string;
16258
- reasoning: true;
16259
- input: "text"[];
16260
- cost: {
16261
- input: number;
16262
- output: number;
16263
- cacheRead: number;
16264
- cacheWrite: number;
16265
- };
16266
- contextWindow: number;
16267
- maxTokens: number;
16268
- };
16269
15773
  readonly "xiaomi/mimo-v2.5": {
16270
15774
  id: string;
16271
15775
  name: string;
@@ -16610,57 +16114,6 @@ export declare const MODELS: {
16610
16114
  };
16611
16115
  };
16612
16116
  readonly xiaomi: {
16613
- readonly "mimo-v2-flash": {
16614
- id: string;
16615
- name: string;
16616
- api: "anthropic-messages";
16617
- provider: string;
16618
- baseUrl: string;
16619
- reasoning: true;
16620
- input: "text"[];
16621
- cost: {
16622
- input: number;
16623
- output: number;
16624
- cacheRead: number;
16625
- cacheWrite: number;
16626
- };
16627
- contextWindow: number;
16628
- maxTokens: number;
16629
- };
16630
- readonly "mimo-v2-omni": {
16631
- id: string;
16632
- name: string;
16633
- api: "anthropic-messages";
16634
- provider: string;
16635
- baseUrl: string;
16636
- reasoning: true;
16637
- input: ("image" | "text")[];
16638
- cost: {
16639
- input: number;
16640
- output: number;
16641
- cacheRead: number;
16642
- cacheWrite: number;
16643
- };
16644
- contextWindow: number;
16645
- maxTokens: number;
16646
- };
16647
- readonly "mimo-v2-pro": {
16648
- id: string;
16649
- name: string;
16650
- api: "anthropic-messages";
16651
- provider: string;
16652
- baseUrl: string;
16653
- reasoning: true;
16654
- input: "text"[];
16655
- cost: {
16656
- input: number;
16657
- output: number;
16658
- cacheRead: number;
16659
- cacheWrite: number;
16660
- };
16661
- contextWindow: number;
16662
- maxTokens: number;
16663
- };
16664
16117
  readonly "mimo-v2.5": {
16665
16118
  id: string;
16666
16119
  name: string;
@@ -16697,57 +16150,6 @@ export declare const MODELS: {
16697
16150
  };
16698
16151
  };
16699
16152
  readonly "xiaomi-token-plan-ams": {
16700
- readonly "mimo-v2-flash": {
16701
- id: string;
16702
- name: string;
16703
- api: "anthropic-messages";
16704
- provider: string;
16705
- baseUrl: string;
16706
- reasoning: true;
16707
- input: "text"[];
16708
- cost: {
16709
- input: number;
16710
- output: number;
16711
- cacheRead: number;
16712
- cacheWrite: number;
16713
- };
16714
- contextWindow: number;
16715
- maxTokens: number;
16716
- };
16717
- readonly "mimo-v2-omni": {
16718
- id: string;
16719
- name: string;
16720
- api: "anthropic-messages";
16721
- provider: string;
16722
- baseUrl: string;
16723
- reasoning: true;
16724
- input: ("image" | "text")[];
16725
- cost: {
16726
- input: number;
16727
- output: number;
16728
- cacheRead: number;
16729
- cacheWrite: number;
16730
- };
16731
- contextWindow: number;
16732
- maxTokens: number;
16733
- };
16734
- readonly "mimo-v2-pro": {
16735
- id: string;
16736
- name: string;
16737
- api: "anthropic-messages";
16738
- provider: string;
16739
- baseUrl: string;
16740
- reasoning: true;
16741
- input: "text"[];
16742
- cost: {
16743
- input: number;
16744
- output: number;
16745
- cacheRead: number;
16746
- cacheWrite: number;
16747
- };
16748
- contextWindow: number;
16749
- maxTokens: number;
16750
- };
16751
16153
  readonly "mimo-v2.5": {
16752
16154
  id: string;
16753
16155
  name: string;
@@ -16784,57 +16186,6 @@ export declare const MODELS: {
16784
16186
  };
16785
16187
  };
16786
16188
  readonly "xiaomi-token-plan-cn": {
16787
- readonly "mimo-v2-flash": {
16788
- id: string;
16789
- name: string;
16790
- api: "anthropic-messages";
16791
- provider: string;
16792
- baseUrl: string;
16793
- reasoning: true;
16794
- input: "text"[];
16795
- cost: {
16796
- input: number;
16797
- output: number;
16798
- cacheRead: number;
16799
- cacheWrite: number;
16800
- };
16801
- contextWindow: number;
16802
- maxTokens: number;
16803
- };
16804
- readonly "mimo-v2-omni": {
16805
- id: string;
16806
- name: string;
16807
- api: "anthropic-messages";
16808
- provider: string;
16809
- baseUrl: string;
16810
- reasoning: true;
16811
- input: ("image" | "text")[];
16812
- cost: {
16813
- input: number;
16814
- output: number;
16815
- cacheRead: number;
16816
- cacheWrite: number;
16817
- };
16818
- contextWindow: number;
16819
- maxTokens: number;
16820
- };
16821
- readonly "mimo-v2-pro": {
16822
- id: string;
16823
- name: string;
16824
- api: "anthropic-messages";
16825
- provider: string;
16826
- baseUrl: string;
16827
- reasoning: true;
16828
- input: "text"[];
16829
- cost: {
16830
- input: number;
16831
- output: number;
16832
- cacheRead: number;
16833
- cacheWrite: number;
16834
- };
16835
- contextWindow: number;
16836
- maxTokens: number;
16837
- };
16838
16189
  readonly "mimo-v2.5": {
16839
16190
  id: string;
16840
16191
  name: string;
@@ -16871,57 +16222,6 @@ export declare const MODELS: {
16871
16222
  };
16872
16223
  };
16873
16224
  readonly "xiaomi-token-plan-sgp": {
16874
- readonly "mimo-v2-flash": {
16875
- id: string;
16876
- name: string;
16877
- api: "anthropic-messages";
16878
- provider: string;
16879
- baseUrl: string;
16880
- reasoning: true;
16881
- input: "text"[];
16882
- cost: {
16883
- input: number;
16884
- output: number;
16885
- cacheRead: number;
16886
- cacheWrite: number;
16887
- };
16888
- contextWindow: number;
16889
- maxTokens: number;
16890
- };
16891
- readonly "mimo-v2-omni": {
16892
- id: string;
16893
- name: string;
16894
- api: "anthropic-messages";
16895
- provider: string;
16896
- baseUrl: string;
16897
- reasoning: true;
16898
- input: ("image" | "text")[];
16899
- cost: {
16900
- input: number;
16901
- output: number;
16902
- cacheRead: number;
16903
- cacheWrite: number;
16904
- };
16905
- contextWindow: number;
16906
- maxTokens: number;
16907
- };
16908
- readonly "mimo-v2-pro": {
16909
- id: string;
16910
- name: string;
16911
- api: "anthropic-messages";
16912
- provider: string;
16913
- baseUrl: string;
16914
- reasoning: true;
16915
- input: "text"[];
16916
- cost: {
16917
- input: number;
16918
- output: number;
16919
- cacheRead: number;
16920
- cacheWrite: number;
16921
- };
16922
- contextWindow: number;
16923
- maxTokens: number;
16924
- };
16925
16225
  readonly "mimo-v2.5": {
16926
16226
  id: string;
16927
16227
  name: string;