@elyracode/ai 0.7.15 → 0.8.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.
- package/dist/models.generated.d.ts +23 -723
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +63 -761
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +4 -14
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +24 -17
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.js +22 -1
- package/dist/providers/azure-openai-responses.js.map +1 -1
- package/dist/providers/mistral.d.ts.map +1 -1
- package/dist/providers/mistral.js +11 -1
- package/dist/providers/mistral.js.map +1 -1
- package/dist/providers/openai-codex-responses.js +2 -0
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +1 -10
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +23 -15
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/providers/simple-options.d.ts +2 -1
- package/dist/providers/simple-options.d.ts.map +1 -1
- package/dist/providers/simple-options.js +9 -0
- package/dist/providers/simple-options.js.map +1 -1
- package/dist/utils/event-stream.d.ts +2 -0
- package/dist/utils/event-stream.d.ts.map +1 -1
- package/dist/utils/event-stream.js +8 -1
- package/dist/utils/event-stream.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -8660,6 +8419,23 @@ export declare const MODELS: {
|
|
|
8660
8419
|
contextWindow: number;
|
|
8661
8420
|
maxTokens: number;
|
|
8662
8421
|
};
|
|
8422
|
+
readonly "qwen3.7-max": {
|
|
8423
|
+
id: string;
|
|
8424
|
+
name: string;
|
|
8425
|
+
api: "anthropic-messages";
|
|
8426
|
+
provider: string;
|
|
8427
|
+
baseUrl: string;
|
|
8428
|
+
reasoning: true;
|
|
8429
|
+
input: "text"[];
|
|
8430
|
+
cost: {
|
|
8431
|
+
input: number;
|
|
8432
|
+
output: number;
|
|
8433
|
+
cacheRead: number;
|
|
8434
|
+
cacheWrite: number;
|
|
8435
|
+
};
|
|
8436
|
+
contextWindow: number;
|
|
8437
|
+
maxTokens: number;
|
|
8438
|
+
};
|
|
8663
8439
|
};
|
|
8664
8440
|
readonly openrouter: {
|
|
8665
8441
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -8781,13 +8557,13 @@ export declare const MODELS: {
|
|
|
8781
8557
|
contextWindow: number;
|
|
8782
8558
|
maxTokens: number;
|
|
8783
8559
|
};
|
|
8784
|
-
readonly "anthropic/claude-
|
|
8560
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
8785
8561
|
id: string;
|
|
8786
8562
|
name: string;
|
|
8787
8563
|
api: "openai-completions";
|
|
8788
8564
|
provider: string;
|
|
8789
8565
|
baseUrl: string;
|
|
8790
|
-
reasoning:
|
|
8566
|
+
reasoning: true;
|
|
8791
8567
|
input: ("image" | "text")[];
|
|
8792
8568
|
cost: {
|
|
8793
8569
|
input: number;
|
|
@@ -8798,7 +8574,7 @@ export declare const MODELS: {
|
|
|
8798
8574
|
contextWindow: number;
|
|
8799
8575
|
maxTokens: number;
|
|
8800
8576
|
};
|
|
8801
|
-
readonly "anthropic/claude-
|
|
8577
|
+
readonly "anthropic/claude-opus-4": {
|
|
8802
8578
|
id: string;
|
|
8803
8579
|
name: string;
|
|
8804
8580
|
api: "openai-completions";
|
|
@@ -8815,7 +8591,7 @@ export declare const MODELS: {
|
|
|
8815
8591
|
contextWindow: number;
|
|
8816
8592
|
maxTokens: number;
|
|
8817
8593
|
};
|
|
8818
|
-
readonly "anthropic/claude-opus-4": {
|
|
8594
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
8819
8595
|
id: string;
|
|
8820
8596
|
name: string;
|
|
8821
8597
|
api: "openai-completions";
|
|
@@ -8832,7 +8608,7 @@ export declare const MODELS: {
|
|
|
8832
8608
|
contextWindow: number;
|
|
8833
8609
|
maxTokens: number;
|
|
8834
8610
|
};
|
|
8835
|
-
readonly "anthropic/claude-opus-4.
|
|
8611
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
8836
8612
|
id: string;
|
|
8837
8613
|
name: string;
|
|
8838
8614
|
api: "openai-completions";
|
|
@@ -8849,24 +8625,7 @@ export declare const MODELS: {
|
|
|
8849
8625
|
contextWindow: number;
|
|
8850
8626
|
maxTokens: number;
|
|
8851
8627
|
};
|
|
8852
|
-
readonly "anthropic/claude-opus-4.
|
|
8853
|
-
id: string;
|
|
8854
|
-
name: string;
|
|
8855
|
-
api: "openai-completions";
|
|
8856
|
-
provider: string;
|
|
8857
|
-
baseUrl: string;
|
|
8858
|
-
reasoning: true;
|
|
8859
|
-
input: ("image" | "text")[];
|
|
8860
|
-
cost: {
|
|
8861
|
-
input: number;
|
|
8862
|
-
output: number;
|
|
8863
|
-
cacheRead: number;
|
|
8864
|
-
cacheWrite: number;
|
|
8865
|
-
};
|
|
8866
|
-
contextWindow: number;
|
|
8867
|
-
maxTokens: number;
|
|
8868
|
-
};
|
|
8869
|
-
readonly "anthropic/claude-opus-4.6": {
|
|
8628
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
8870
8629
|
id: string;
|
|
8871
8630
|
name: string;
|
|
8872
8631
|
api: "openai-completions";
|
|
@@ -9014,23 +8773,6 @@ export declare const MODELS: {
|
|
|
9014
8773
|
contextWindow: number;
|
|
9015
8774
|
maxTokens: number;
|
|
9016
8775
|
};
|
|
9017
|
-
readonly "arcee-ai/trinity-large-thinking:free": {
|
|
9018
|
-
id: string;
|
|
9019
|
-
name: string;
|
|
9020
|
-
api: "openai-completions";
|
|
9021
|
-
provider: string;
|
|
9022
|
-
baseUrl: string;
|
|
9023
|
-
reasoning: true;
|
|
9024
|
-
input: "text"[];
|
|
9025
|
-
cost: {
|
|
9026
|
-
input: number;
|
|
9027
|
-
output: number;
|
|
9028
|
-
cacheRead: number;
|
|
9029
|
-
cacheWrite: number;
|
|
9030
|
-
};
|
|
9031
|
-
contextWindow: number;
|
|
9032
|
-
maxTokens: number;
|
|
9033
|
-
};
|
|
9034
8776
|
readonly "arcee-ai/trinity-mini": {
|
|
9035
8777
|
id: string;
|
|
9036
8778
|
name: string;
|
|
@@ -10815,40 +10557,6 @@ export declare const MODELS: {
|
|
|
10815
10557
|
contextWindow: number;
|
|
10816
10558
|
maxTokens: number;
|
|
10817
10559
|
};
|
|
10818
|
-
readonly "openai/gpt-4-turbo": {
|
|
10819
|
-
id: string;
|
|
10820
|
-
name: string;
|
|
10821
|
-
api: "openai-completions";
|
|
10822
|
-
provider: string;
|
|
10823
|
-
baseUrl: string;
|
|
10824
|
-
reasoning: false;
|
|
10825
|
-
input: ("image" | "text")[];
|
|
10826
|
-
cost: {
|
|
10827
|
-
input: number;
|
|
10828
|
-
output: number;
|
|
10829
|
-
cacheRead: number;
|
|
10830
|
-
cacheWrite: number;
|
|
10831
|
-
};
|
|
10832
|
-
contextWindow: number;
|
|
10833
|
-
maxTokens: number;
|
|
10834
|
-
};
|
|
10835
|
-
readonly "openai/gpt-4-turbo-preview": {
|
|
10836
|
-
id: string;
|
|
10837
|
-
name: string;
|
|
10838
|
-
api: "openai-completions";
|
|
10839
|
-
provider: string;
|
|
10840
|
-
baseUrl: string;
|
|
10841
|
-
reasoning: false;
|
|
10842
|
-
input: "text"[];
|
|
10843
|
-
cost: {
|
|
10844
|
-
input: number;
|
|
10845
|
-
output: number;
|
|
10846
|
-
cacheRead: number;
|
|
10847
|
-
cacheWrite: number;
|
|
10848
|
-
};
|
|
10849
|
-
contextWindow: number;
|
|
10850
|
-
maxTokens: number;
|
|
10851
|
-
};
|
|
10852
10560
|
readonly "openai/gpt-4.1": {
|
|
10853
10561
|
id: string;
|
|
10854
10562
|
name: string;
|
|
@@ -10917,57 +10625,6 @@ export declare const MODELS: {
|
|
|
10917
10625
|
contextWindow: number;
|
|
10918
10626
|
maxTokens: number;
|
|
10919
10627
|
};
|
|
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
10628
|
readonly "openai/gpt-4o-audio-preview": {
|
|
10972
10629
|
id: string;
|
|
10973
10630
|
name: string;
|
|
@@ -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;
|