@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.
package/dist/models.generated.js
CHANGED
|
@@ -1442,40 +1442,6 @@ export const MODELS = {
|
|
|
1442
1442
|
},
|
|
1443
1443
|
},
|
|
1444
1444
|
"anthropic": {
|
|
1445
|
-
"claude-3-5-haiku-20241022": {
|
|
1446
|
-
id: "claude-3-5-haiku-20241022",
|
|
1447
|
-
name: "Claude Haiku 3.5",
|
|
1448
|
-
api: "anthropic-messages",
|
|
1449
|
-
provider: "anthropic",
|
|
1450
|
-
baseUrl: "https://api.anthropic.com",
|
|
1451
|
-
reasoning: false,
|
|
1452
|
-
input: ["text", "image"],
|
|
1453
|
-
cost: {
|
|
1454
|
-
input: 0.8,
|
|
1455
|
-
output: 4,
|
|
1456
|
-
cacheRead: 0.08,
|
|
1457
|
-
cacheWrite: 1,
|
|
1458
|
-
},
|
|
1459
|
-
contextWindow: 200000,
|
|
1460
|
-
maxTokens: 8192,
|
|
1461
|
-
},
|
|
1462
|
-
"claude-3-5-haiku-latest": {
|
|
1463
|
-
id: "claude-3-5-haiku-latest",
|
|
1464
|
-
name: "Claude Haiku 3.5 (latest)",
|
|
1465
|
-
api: "anthropic-messages",
|
|
1466
|
-
provider: "anthropic",
|
|
1467
|
-
baseUrl: "https://api.anthropic.com",
|
|
1468
|
-
reasoning: false,
|
|
1469
|
-
input: ["text", "image"],
|
|
1470
|
-
cost: {
|
|
1471
|
-
input: 0.8,
|
|
1472
|
-
output: 4,
|
|
1473
|
-
cacheRead: 0.08,
|
|
1474
|
-
cacheWrite: 1,
|
|
1475
|
-
},
|
|
1476
|
-
contextWindow: 200000,
|
|
1477
|
-
maxTokens: 8192,
|
|
1478
|
-
},
|
|
1479
1445
|
"claude-3-5-sonnet-20240620": {
|
|
1480
1446
|
id: "claude-3-5-sonnet-20240620",
|
|
1481
1447
|
name: "Claude Sonnet 3.5",
|
|
@@ -1854,23 +1820,6 @@ export const MODELS = {
|
|
|
1854
1820
|
contextWindow: 8192,
|
|
1855
1821
|
maxTokens: 8192,
|
|
1856
1822
|
},
|
|
1857
|
-
"gpt-4-turbo": {
|
|
1858
|
-
id: "gpt-4-turbo",
|
|
1859
|
-
name: "GPT-4 Turbo",
|
|
1860
|
-
api: "azure-openai-responses",
|
|
1861
|
-
provider: "azure-openai-responses",
|
|
1862
|
-
baseUrl: "",
|
|
1863
|
-
reasoning: false,
|
|
1864
|
-
input: ["text", "image"],
|
|
1865
|
-
cost: {
|
|
1866
|
-
input: 10,
|
|
1867
|
-
output: 30,
|
|
1868
|
-
cacheRead: 0,
|
|
1869
|
-
cacheWrite: 0,
|
|
1870
|
-
},
|
|
1871
|
-
contextWindow: 128000,
|
|
1872
|
-
maxTokens: 4096,
|
|
1873
|
-
},
|
|
1874
1823
|
"gpt-4.1": {
|
|
1875
1824
|
id: "gpt-4.1",
|
|
1876
1825
|
name: "GPT-4.1",
|
|
@@ -1939,57 +1888,6 @@ export const MODELS = {
|
|
|
1939
1888
|
contextWindow: 128000,
|
|
1940
1889
|
maxTokens: 16384,
|
|
1941
1890
|
},
|
|
1942
|
-
"gpt-4o-2024-05-13": {
|
|
1943
|
-
id: "gpt-4o-2024-05-13",
|
|
1944
|
-
name: "GPT-4o (2024-05-13)",
|
|
1945
|
-
api: "azure-openai-responses",
|
|
1946
|
-
provider: "azure-openai-responses",
|
|
1947
|
-
baseUrl: "",
|
|
1948
|
-
reasoning: false,
|
|
1949
|
-
input: ["text", "image"],
|
|
1950
|
-
cost: {
|
|
1951
|
-
input: 5,
|
|
1952
|
-
output: 15,
|
|
1953
|
-
cacheRead: 0,
|
|
1954
|
-
cacheWrite: 0,
|
|
1955
|
-
},
|
|
1956
|
-
contextWindow: 128000,
|
|
1957
|
-
maxTokens: 4096,
|
|
1958
|
-
},
|
|
1959
|
-
"gpt-4o-2024-08-06": {
|
|
1960
|
-
id: "gpt-4o-2024-08-06",
|
|
1961
|
-
name: "GPT-4o (2024-08-06)",
|
|
1962
|
-
api: "azure-openai-responses",
|
|
1963
|
-
provider: "azure-openai-responses",
|
|
1964
|
-
baseUrl: "",
|
|
1965
|
-
reasoning: false,
|
|
1966
|
-
input: ["text", "image"],
|
|
1967
|
-
cost: {
|
|
1968
|
-
input: 2.5,
|
|
1969
|
-
output: 10,
|
|
1970
|
-
cacheRead: 1.25,
|
|
1971
|
-
cacheWrite: 0,
|
|
1972
|
-
},
|
|
1973
|
-
contextWindow: 128000,
|
|
1974
|
-
maxTokens: 16384,
|
|
1975
|
-
},
|
|
1976
|
-
"gpt-4o-2024-11-20": {
|
|
1977
|
-
id: "gpt-4o-2024-11-20",
|
|
1978
|
-
name: "GPT-4o (2024-11-20)",
|
|
1979
|
-
api: "azure-openai-responses",
|
|
1980
|
-
provider: "azure-openai-responses",
|
|
1981
|
-
baseUrl: "",
|
|
1982
|
-
reasoning: false,
|
|
1983
|
-
input: ["text", "image"],
|
|
1984
|
-
cost: {
|
|
1985
|
-
input: 2.5,
|
|
1986
|
-
output: 10,
|
|
1987
|
-
cacheRead: 1.25,
|
|
1988
|
-
cacheWrite: 0,
|
|
1989
|
-
},
|
|
1990
|
-
contextWindow: 128000,
|
|
1991
|
-
maxTokens: 16384,
|
|
1992
|
-
},
|
|
1993
1891
|
"gpt-4o-mini": {
|
|
1994
1892
|
id: "gpt-4o-mini",
|
|
1995
1893
|
name: "GPT-4o mini",
|
|
@@ -2647,23 +2545,6 @@ export const MODELS = {
|
|
|
2647
2545
|
},
|
|
2648
2546
|
},
|
|
2649
2547
|
"cloudflare-ai-gateway": {
|
|
2650
|
-
"claude-3-5-haiku": {
|
|
2651
|
-
id: "claude-3-5-haiku",
|
|
2652
|
-
name: "Claude Haiku 3.5 (latest)",
|
|
2653
|
-
api: "anthropic-messages",
|
|
2654
|
-
provider: "cloudflare-ai-gateway",
|
|
2655
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
2656
|
-
reasoning: false,
|
|
2657
|
-
input: ["text", "image"],
|
|
2658
|
-
cost: {
|
|
2659
|
-
input: 0.8,
|
|
2660
|
-
output: 4,
|
|
2661
|
-
cacheRead: 0.08,
|
|
2662
|
-
cacheWrite: 1,
|
|
2663
|
-
},
|
|
2664
|
-
contextWindow: 200000,
|
|
2665
|
-
maxTokens: 8192,
|
|
2666
|
-
},
|
|
2667
2548
|
"claude-3-haiku": {
|
|
2668
2549
|
id: "claude-3-haiku",
|
|
2669
2550
|
name: "Claude Haiku 3",
|
|
@@ -2715,23 +2596,6 @@ export const MODELS = {
|
|
|
2715
2596
|
contextWindow: 200000,
|
|
2716
2597
|
maxTokens: 4096,
|
|
2717
2598
|
},
|
|
2718
|
-
"claude-3.5-haiku": {
|
|
2719
|
-
id: "claude-3.5-haiku",
|
|
2720
|
-
name: "Claude Haiku 3.5 (latest)",
|
|
2721
|
-
api: "anthropic-messages",
|
|
2722
|
-
provider: "cloudflare-ai-gateway",
|
|
2723
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
2724
|
-
reasoning: false,
|
|
2725
|
-
input: ["text", "image"],
|
|
2726
|
-
cost: {
|
|
2727
|
-
input: 0.8,
|
|
2728
|
-
output: 4,
|
|
2729
|
-
cacheRead: 0.08,
|
|
2730
|
-
cacheWrite: 1,
|
|
2731
|
-
},
|
|
2732
|
-
contextWindow: 200000,
|
|
2733
|
-
maxTokens: 8192,
|
|
2734
|
-
},
|
|
2735
2599
|
"claude-3.5-sonnet": {
|
|
2736
2600
|
id: "claude-3.5-sonnet",
|
|
2737
2601
|
name: "Claude Sonnet 3.5 v2",
|
|
@@ -2921,23 +2785,6 @@ export const MODELS = {
|
|
|
2921
2785
|
contextWindow: 8192,
|
|
2922
2786
|
maxTokens: 8192,
|
|
2923
2787
|
},
|
|
2924
|
-
"gpt-4-turbo": {
|
|
2925
|
-
id: "gpt-4-turbo",
|
|
2926
|
-
name: "GPT-4 Turbo",
|
|
2927
|
-
api: "openai-responses",
|
|
2928
|
-
provider: "cloudflare-ai-gateway",
|
|
2929
|
-
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
2930
|
-
reasoning: false,
|
|
2931
|
-
input: ["text", "image"],
|
|
2932
|
-
cost: {
|
|
2933
|
-
input: 10,
|
|
2934
|
-
output: 30,
|
|
2935
|
-
cacheRead: 0,
|
|
2936
|
-
cacheWrite: 0,
|
|
2937
|
-
},
|
|
2938
|
-
contextWindow: 128000,
|
|
2939
|
-
maxTokens: 4096,
|
|
2940
|
-
},
|
|
2941
2788
|
"gpt-4o": {
|
|
2942
2789
|
id: "gpt-4o",
|
|
2943
2790
|
name: "GPT-4o",
|
|
@@ -5082,24 +4929,6 @@ export const MODELS = {
|
|
|
5082
4929
|
contextWindow: 262144,
|
|
5083
4930
|
maxTokens: 32768,
|
|
5084
4931
|
},
|
|
5085
|
-
"XiaomiMiMo/MiMo-V2-Flash": {
|
|
5086
|
-
id: "XiaomiMiMo/MiMo-V2-Flash",
|
|
5087
|
-
name: "MiMo-V2-Flash",
|
|
5088
|
-
api: "openai-completions",
|
|
5089
|
-
provider: "huggingface",
|
|
5090
|
-
baseUrl: "https://router.huggingface.co/v1",
|
|
5091
|
-
compat: { "supportsDeveloperRole": false },
|
|
5092
|
-
reasoning: true,
|
|
5093
|
-
input: ["text"],
|
|
5094
|
-
cost: {
|
|
5095
|
-
input: 0.1,
|
|
5096
|
-
output: 0.3,
|
|
5097
|
-
cacheRead: 0,
|
|
5098
|
-
cacheWrite: 0,
|
|
5099
|
-
},
|
|
5100
|
-
contextWindow: 262144,
|
|
5101
|
-
maxTokens: 4096,
|
|
5102
|
-
},
|
|
5103
4932
|
"deepseek-ai/DeepSeek-R1-0528": {
|
|
5104
4933
|
id: "deepseek-ai/DeepSeek-R1-0528",
|
|
5105
4934
|
name: "DeepSeek-R1-0528",
|
|
@@ -6179,23 +6008,6 @@ export const MODELS = {
|
|
|
6179
6008
|
contextWindow: 8192,
|
|
6180
6009
|
maxTokens: 8192,
|
|
6181
6010
|
},
|
|
6182
|
-
"gpt-4-turbo": {
|
|
6183
|
-
id: "gpt-4-turbo",
|
|
6184
|
-
name: "GPT-4 Turbo",
|
|
6185
|
-
api: "openai-responses",
|
|
6186
|
-
provider: "openai",
|
|
6187
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6188
|
-
reasoning: false,
|
|
6189
|
-
input: ["text", "image"],
|
|
6190
|
-
cost: {
|
|
6191
|
-
input: 10,
|
|
6192
|
-
output: 30,
|
|
6193
|
-
cacheRead: 0,
|
|
6194
|
-
cacheWrite: 0,
|
|
6195
|
-
},
|
|
6196
|
-
contextWindow: 128000,
|
|
6197
|
-
maxTokens: 4096,
|
|
6198
|
-
},
|
|
6199
6011
|
"gpt-4.1": {
|
|
6200
6012
|
id: "gpt-4.1",
|
|
6201
6013
|
name: "GPT-4.1",
|
|
@@ -6264,57 +6076,6 @@ export const MODELS = {
|
|
|
6264
6076
|
contextWindow: 128000,
|
|
6265
6077
|
maxTokens: 16384,
|
|
6266
6078
|
},
|
|
6267
|
-
"gpt-4o-2024-05-13": {
|
|
6268
|
-
id: "gpt-4o-2024-05-13",
|
|
6269
|
-
name: "GPT-4o (2024-05-13)",
|
|
6270
|
-
api: "openai-responses",
|
|
6271
|
-
provider: "openai",
|
|
6272
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6273
|
-
reasoning: false,
|
|
6274
|
-
input: ["text", "image"],
|
|
6275
|
-
cost: {
|
|
6276
|
-
input: 5,
|
|
6277
|
-
output: 15,
|
|
6278
|
-
cacheRead: 0,
|
|
6279
|
-
cacheWrite: 0,
|
|
6280
|
-
},
|
|
6281
|
-
contextWindow: 128000,
|
|
6282
|
-
maxTokens: 4096,
|
|
6283
|
-
},
|
|
6284
|
-
"gpt-4o-2024-08-06": {
|
|
6285
|
-
id: "gpt-4o-2024-08-06",
|
|
6286
|
-
name: "GPT-4o (2024-08-06)",
|
|
6287
|
-
api: "openai-responses",
|
|
6288
|
-
provider: "openai",
|
|
6289
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6290
|
-
reasoning: false,
|
|
6291
|
-
input: ["text", "image"],
|
|
6292
|
-
cost: {
|
|
6293
|
-
input: 2.5,
|
|
6294
|
-
output: 10,
|
|
6295
|
-
cacheRead: 1.25,
|
|
6296
|
-
cacheWrite: 0,
|
|
6297
|
-
},
|
|
6298
|
-
contextWindow: 128000,
|
|
6299
|
-
maxTokens: 16384,
|
|
6300
|
-
},
|
|
6301
|
-
"gpt-4o-2024-11-20": {
|
|
6302
|
-
id: "gpt-4o-2024-11-20",
|
|
6303
|
-
name: "GPT-4o (2024-11-20)",
|
|
6304
|
-
api: "openai-responses",
|
|
6305
|
-
provider: "openai",
|
|
6306
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6307
|
-
reasoning: false,
|
|
6308
|
-
input: ["text", "image"],
|
|
6309
|
-
cost: {
|
|
6310
|
-
input: 2.5,
|
|
6311
|
-
output: 10,
|
|
6312
|
-
cacheRead: 1.25,
|
|
6313
|
-
cacheWrite: 0,
|
|
6314
|
-
},
|
|
6315
|
-
contextWindow: 128000,
|
|
6316
|
-
maxTokens: 16384,
|
|
6317
|
-
},
|
|
6318
6079
|
"gpt-4o-mini": {
|
|
6319
6080
|
id: "gpt-4o-mini",
|
|
6320
6081
|
name: "GPT-4o mini",
|
|
@@ -7097,7 +6858,7 @@ export const MODELS = {
|
|
|
7097
6858
|
cacheWrite: 0,
|
|
7098
6859
|
},
|
|
7099
6860
|
contextWindow: 200000,
|
|
7100
|
-
maxTokens:
|
|
6861
|
+
maxTokens: 32000,
|
|
7101
6862
|
},
|
|
7102
6863
|
"claude-haiku-4-5": {
|
|
7103
6864
|
id: "claude-haiku-4-5",
|
|
@@ -8101,23 +7862,6 @@ export const MODELS = {
|
|
|
8101
7862
|
contextWindow: 200000,
|
|
8102
7863
|
maxTokens: 4096,
|
|
8103
7864
|
},
|
|
8104
|
-
"anthropic/claude-3.5-haiku": {
|
|
8105
|
-
id: "anthropic/claude-3.5-haiku",
|
|
8106
|
-
name: "Anthropic: Claude 3.5 Haiku",
|
|
8107
|
-
api: "openai-completions",
|
|
8108
|
-
provider: "openrouter",
|
|
8109
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8110
|
-
reasoning: false,
|
|
8111
|
-
input: ["text", "image"],
|
|
8112
|
-
cost: {
|
|
8113
|
-
input: 0.7999999999999999,
|
|
8114
|
-
output: 4,
|
|
8115
|
-
cacheRead: 0.08,
|
|
8116
|
-
cacheWrite: 1,
|
|
8117
|
-
},
|
|
8118
|
-
contextWindow: 200000,
|
|
8119
|
-
maxTokens: 8192,
|
|
8120
|
-
},
|
|
8121
7865
|
"anthropic/claude-haiku-4.5": {
|
|
8122
7866
|
id: "anthropic/claude-haiku-4.5",
|
|
8123
7867
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -10100,40 +9844,6 @@ export const MODELS = {
|
|
|
10100
9844
|
contextWindow: 128000,
|
|
10101
9845
|
maxTokens: 4096,
|
|
10102
9846
|
},
|
|
10103
|
-
"openai/gpt-4-turbo": {
|
|
10104
|
-
id: "openai/gpt-4-turbo",
|
|
10105
|
-
name: "OpenAI: GPT-4 Turbo",
|
|
10106
|
-
api: "openai-completions",
|
|
10107
|
-
provider: "openrouter",
|
|
10108
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10109
|
-
reasoning: false,
|
|
10110
|
-
input: ["text", "image"],
|
|
10111
|
-
cost: {
|
|
10112
|
-
input: 10,
|
|
10113
|
-
output: 30,
|
|
10114
|
-
cacheRead: 0,
|
|
10115
|
-
cacheWrite: 0,
|
|
10116
|
-
},
|
|
10117
|
-
contextWindow: 128000,
|
|
10118
|
-
maxTokens: 4096,
|
|
10119
|
-
},
|
|
10120
|
-
"openai/gpt-4-turbo-preview": {
|
|
10121
|
-
id: "openai/gpt-4-turbo-preview",
|
|
10122
|
-
name: "OpenAI: GPT-4 Turbo Preview",
|
|
10123
|
-
api: "openai-completions",
|
|
10124
|
-
provider: "openrouter",
|
|
10125
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10126
|
-
reasoning: false,
|
|
10127
|
-
input: ["text"],
|
|
10128
|
-
cost: {
|
|
10129
|
-
input: 10,
|
|
10130
|
-
output: 30,
|
|
10131
|
-
cacheRead: 0,
|
|
10132
|
-
cacheWrite: 0,
|
|
10133
|
-
},
|
|
10134
|
-
contextWindow: 128000,
|
|
10135
|
-
maxTokens: 4096,
|
|
10136
|
-
},
|
|
10137
9847
|
"openai/gpt-4.1": {
|
|
10138
9848
|
id: "openai/gpt-4.1",
|
|
10139
9849
|
name: "OpenAI: GPT-4.1",
|
|
@@ -10202,103 +9912,35 @@ export const MODELS = {
|
|
|
10202
9912
|
contextWindow: 128000,
|
|
10203
9913
|
maxTokens: 16384,
|
|
10204
9914
|
},
|
|
10205
|
-
"openai/gpt-4o-
|
|
10206
|
-
id: "openai/gpt-4o-
|
|
10207
|
-
name: "OpenAI: GPT-4o
|
|
9915
|
+
"openai/gpt-4o-audio-preview": {
|
|
9916
|
+
id: "openai/gpt-4o-audio-preview",
|
|
9917
|
+
name: "OpenAI: GPT-4o Audio",
|
|
10208
9918
|
api: "openai-completions",
|
|
10209
9919
|
provider: "openrouter",
|
|
10210
9920
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10211
9921
|
reasoning: false,
|
|
10212
|
-
input: ["text"
|
|
9922
|
+
input: ["text"],
|
|
10213
9923
|
cost: {
|
|
10214
|
-
input: 5,
|
|
10215
|
-
output:
|
|
9924
|
+
input: 2.5,
|
|
9925
|
+
output: 10,
|
|
10216
9926
|
cacheRead: 0,
|
|
10217
9927
|
cacheWrite: 0,
|
|
10218
9928
|
},
|
|
10219
9929
|
contextWindow: 128000,
|
|
10220
|
-
maxTokens:
|
|
9930
|
+
maxTokens: 16384,
|
|
10221
9931
|
},
|
|
10222
|
-
"openai/gpt-4o-
|
|
10223
|
-
id: "openai/gpt-4o-
|
|
10224
|
-
name: "OpenAI: GPT-4o
|
|
9932
|
+
"openai/gpt-4o-mini": {
|
|
9933
|
+
id: "openai/gpt-4o-mini",
|
|
9934
|
+
name: "OpenAI: GPT-4o-mini",
|
|
10225
9935
|
api: "openai-completions",
|
|
10226
9936
|
provider: "openrouter",
|
|
10227
9937
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10228
9938
|
reasoning: false,
|
|
10229
9939
|
input: ["text", "image"],
|
|
10230
9940
|
cost: {
|
|
10231
|
-
input:
|
|
10232
|
-
output:
|
|
10233
|
-
cacheRead:
|
|
10234
|
-
cacheWrite: 0,
|
|
10235
|
-
},
|
|
10236
|
-
contextWindow: 128000,
|
|
10237
|
-
maxTokens: 16384,
|
|
10238
|
-
},
|
|
10239
|
-
"openai/gpt-4o-2024-11-20": {
|
|
10240
|
-
id: "openai/gpt-4o-2024-11-20",
|
|
10241
|
-
name: "OpenAI: GPT-4o (2024-11-20)",
|
|
10242
|
-
api: "openai-completions",
|
|
10243
|
-
provider: "openrouter",
|
|
10244
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10245
|
-
reasoning: false,
|
|
10246
|
-
input: ["text", "image"],
|
|
10247
|
-
cost: {
|
|
10248
|
-
input: 2.5,
|
|
10249
|
-
output: 10,
|
|
10250
|
-
cacheRead: 1.25,
|
|
10251
|
-
cacheWrite: 0,
|
|
10252
|
-
},
|
|
10253
|
-
contextWindow: 128000,
|
|
10254
|
-
maxTokens: 16384,
|
|
10255
|
-
},
|
|
10256
|
-
"openai/gpt-4o-audio-preview": {
|
|
10257
|
-
id: "openai/gpt-4o-audio-preview",
|
|
10258
|
-
name: "OpenAI: GPT-4o Audio",
|
|
10259
|
-
api: "openai-completions",
|
|
10260
|
-
provider: "openrouter",
|
|
10261
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10262
|
-
reasoning: false,
|
|
10263
|
-
input: ["text"],
|
|
10264
|
-
cost: {
|
|
10265
|
-
input: 2.5,
|
|
10266
|
-
output: 10,
|
|
10267
|
-
cacheRead: 0,
|
|
10268
|
-
cacheWrite: 0,
|
|
10269
|
-
},
|
|
10270
|
-
contextWindow: 128000,
|
|
10271
|
-
maxTokens: 16384,
|
|
10272
|
-
},
|
|
10273
|
-
"openai/gpt-4o-mini": {
|
|
10274
|
-
id: "openai/gpt-4o-mini",
|
|
10275
|
-
name: "OpenAI: GPT-4o-mini",
|
|
10276
|
-
api: "openai-completions",
|
|
10277
|
-
provider: "openrouter",
|
|
10278
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10279
|
-
reasoning: false,
|
|
10280
|
-
input: ["text", "image"],
|
|
10281
|
-
cost: {
|
|
10282
|
-
input: 0.15,
|
|
10283
|
-
output: 0.6,
|
|
10284
|
-
cacheRead: 0.075,
|
|
10285
|
-
cacheWrite: 0,
|
|
10286
|
-
},
|
|
10287
|
-
contextWindow: 128000,
|
|
10288
|
-
maxTokens: 16384,
|
|
10289
|
-
},
|
|
10290
|
-
"openai/gpt-4o-mini-2024-07-18": {
|
|
10291
|
-
id: "openai/gpt-4o-mini-2024-07-18",
|
|
10292
|
-
name: "OpenAI: GPT-4o-mini (2024-07-18)",
|
|
10293
|
-
api: "openai-completions",
|
|
10294
|
-
provider: "openrouter",
|
|
10295
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10296
|
-
reasoning: false,
|
|
10297
|
-
input: ["text", "image"],
|
|
10298
|
-
cost: {
|
|
10299
|
-
input: 0.15,
|
|
10300
|
-
output: 0.6,
|
|
10301
|
-
cacheRead: 0.075,
|
|
9941
|
+
input: 0.15,
|
|
9942
|
+
output: 0.6,
|
|
9943
|
+
cacheRead: 0.075,
|
|
10302
9944
|
cacheWrite: 0,
|
|
10303
9945
|
},
|
|
10304
9946
|
contextWindow: 128000,
|
|
@@ -11044,8 +10686,8 @@ export const MODELS = {
|
|
|
11044
10686
|
cacheRead: 0,
|
|
11045
10687
|
cacheWrite: 0,
|
|
11046
10688
|
},
|
|
11047
|
-
contextWindow:
|
|
11048
|
-
maxTokens:
|
|
10689
|
+
contextWindow: 262144,
|
|
10690
|
+
maxTokens: 32000,
|
|
11049
10691
|
},
|
|
11050
10692
|
"poolside/laguna-xs.2:free": {
|
|
11051
10693
|
id: "poolside/laguna-xs.2:free",
|
|
@@ -11771,12 +11413,12 @@ export const MODELS = {
|
|
|
11771
11413
|
input: ["text", "image"],
|
|
11772
11414
|
cost: {
|
|
11773
11415
|
input: 0.3,
|
|
11774
|
-
output:
|
|
11775
|
-
cacheRead: 0,
|
|
11416
|
+
output: 2,
|
|
11417
|
+
cacheRead: 0.15,
|
|
11776
11418
|
cacheWrite: 0,
|
|
11777
11419
|
},
|
|
11778
11420
|
contextWindow: 262144,
|
|
11779
|
-
maxTokens:
|
|
11421
|
+
maxTokens: 65536,
|
|
11780
11422
|
},
|
|
11781
11423
|
"qwen/qwen3.6-35b-a3b": {
|
|
11782
11424
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -11948,23 +11590,6 @@ export const MODELS = {
|
|
|
11948
11590
|
contextWindow: 262144,
|
|
11949
11591
|
maxTokens: 16384,
|
|
11950
11592
|
},
|
|
11951
|
-
"tencent/hy3-preview": {
|
|
11952
|
-
id: "tencent/hy3-preview",
|
|
11953
|
-
name: "Tencent: Hy3 preview",
|
|
11954
|
-
api: "openai-completions",
|
|
11955
|
-
provider: "openrouter",
|
|
11956
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11957
|
-
reasoning: true,
|
|
11958
|
-
input: ["text"],
|
|
11959
|
-
cost: {
|
|
11960
|
-
input: 0.06599999999999999,
|
|
11961
|
-
output: 0.26,
|
|
11962
|
-
cacheRead: 0.029,
|
|
11963
|
-
cacheWrite: 0,
|
|
11964
|
-
},
|
|
11965
|
-
contextWindow: 262144,
|
|
11966
|
-
maxTokens: 262144,
|
|
11967
|
-
},
|
|
11968
11593
|
"thedrummer/rocinante-12b": {
|
|
11969
11594
|
id: "thedrummer/rocinante-12b",
|
|
11970
11595
|
name: "TheDrummer: Rocinante 12B",
|
|
@@ -12067,57 +11692,6 @@ export const MODELS = {
|
|
|
12067
11692
|
contextWindow: 256000,
|
|
12068
11693
|
maxTokens: 4096,
|
|
12069
11694
|
},
|
|
12070
|
-
"xiaomi/mimo-v2-flash": {
|
|
12071
|
-
id: "xiaomi/mimo-v2-flash",
|
|
12072
|
-
name: "Xiaomi: MiMo-V2-Flash",
|
|
12073
|
-
api: "openai-completions",
|
|
12074
|
-
provider: "openrouter",
|
|
12075
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12076
|
-
reasoning: true,
|
|
12077
|
-
input: ["text"],
|
|
12078
|
-
cost: {
|
|
12079
|
-
input: 0.09999999999999999,
|
|
12080
|
-
output: 0.3,
|
|
12081
|
-
cacheRead: 0.01,
|
|
12082
|
-
cacheWrite: 0,
|
|
12083
|
-
},
|
|
12084
|
-
contextWindow: 262144,
|
|
12085
|
-
maxTokens: 65536,
|
|
12086
|
-
},
|
|
12087
|
-
"xiaomi/mimo-v2-omni": {
|
|
12088
|
-
id: "xiaomi/mimo-v2-omni",
|
|
12089
|
-
name: "Xiaomi: MiMo-V2-Omni",
|
|
12090
|
-
api: "openai-completions",
|
|
12091
|
-
provider: "openrouter",
|
|
12092
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12093
|
-
reasoning: true,
|
|
12094
|
-
input: ["text", "image"],
|
|
12095
|
-
cost: {
|
|
12096
|
-
input: 0.39999999999999997,
|
|
12097
|
-
output: 2,
|
|
12098
|
-
cacheRead: 0.08,
|
|
12099
|
-
cacheWrite: 0,
|
|
12100
|
-
},
|
|
12101
|
-
contextWindow: 262144,
|
|
12102
|
-
maxTokens: 65536,
|
|
12103
|
-
},
|
|
12104
|
-
"xiaomi/mimo-v2-pro": {
|
|
12105
|
-
id: "xiaomi/mimo-v2-pro",
|
|
12106
|
-
name: "Xiaomi: MiMo-V2-Pro",
|
|
12107
|
-
api: "openai-completions",
|
|
12108
|
-
provider: "openrouter",
|
|
12109
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12110
|
-
reasoning: true,
|
|
12111
|
-
input: ["text"],
|
|
12112
|
-
cost: {
|
|
12113
|
-
input: 1,
|
|
12114
|
-
output: 3,
|
|
12115
|
-
cacheRead: 0.19999999999999998,
|
|
12116
|
-
cacheWrite: 0,
|
|
12117
|
-
},
|
|
12118
|
-
contextWindow: 1048576,
|
|
12119
|
-
maxTokens: 131072,
|
|
12120
|
-
},
|
|
12121
11695
|
"xiaomi/mimo-v2.5": {
|
|
12122
11696
|
id: "xiaomi/mimo-v2.5",
|
|
12123
11697
|
name: "Xiaomi: MiMo-V2.5",
|
|
@@ -13192,23 +12766,6 @@ export const MODELS = {
|
|
|
13192
12766
|
contextWindow: 200000,
|
|
13193
12767
|
maxTokens: 4096,
|
|
13194
12768
|
},
|
|
13195
|
-
"anthropic/claude-3.5-haiku": {
|
|
13196
|
-
id: "anthropic/claude-3.5-haiku",
|
|
13197
|
-
name: "Claude 3.5 Haiku",
|
|
13198
|
-
api: "anthropic-messages",
|
|
13199
|
-
provider: "vercel-ai-gateway",
|
|
13200
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13201
|
-
reasoning: false,
|
|
13202
|
-
input: ["text", "image"],
|
|
13203
|
-
cost: {
|
|
13204
|
-
input: 0.7999999999999999,
|
|
13205
|
-
output: 4,
|
|
13206
|
-
cacheRead: 0.08,
|
|
13207
|
-
cacheWrite: 1,
|
|
13208
|
-
},
|
|
13209
|
-
contextWindow: 200000,
|
|
13210
|
-
maxTokens: 8192,
|
|
13211
|
-
},
|
|
13212
12769
|
"anthropic/claude-haiku-4.5": {
|
|
13213
12770
|
id: "anthropic/claude-haiku-4.5",
|
|
13214
12771
|
name: "Claude Haiku 4.5",
|
|
@@ -14418,23 +13975,6 @@ export const MODELS = {
|
|
|
14418
13975
|
contextWindow: 131072,
|
|
14419
13976
|
maxTokens: 131072,
|
|
14420
13977
|
},
|
|
14421
|
-
"openai/gpt-4-turbo": {
|
|
14422
|
-
id: "openai/gpt-4-turbo",
|
|
14423
|
-
name: "GPT-4 Turbo",
|
|
14424
|
-
api: "anthropic-messages",
|
|
14425
|
-
provider: "vercel-ai-gateway",
|
|
14426
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14427
|
-
reasoning: false,
|
|
14428
|
-
input: ["text", "image"],
|
|
14429
|
-
cost: {
|
|
14430
|
-
input: 10,
|
|
14431
|
-
output: 30,
|
|
14432
|
-
cacheRead: 0,
|
|
14433
|
-
cacheWrite: 0,
|
|
14434
|
-
},
|
|
14435
|
-
contextWindow: 128000,
|
|
14436
|
-
maxTokens: 4096,
|
|
14437
|
-
},
|
|
14438
13978
|
"openai/gpt-4.1": {
|
|
14439
13979
|
id: "openai/gpt-4.1",
|
|
14440
13980
|
name: "GPT-4.1",
|
|
@@ -15263,40 +14803,6 @@ export const MODELS = {
|
|
|
15263
14803
|
contextWindow: 256000,
|
|
15264
14804
|
maxTokens: 256000,
|
|
15265
14805
|
},
|
|
15266
|
-
"xiaomi/mimo-v2-flash": {
|
|
15267
|
-
id: "xiaomi/mimo-v2-flash",
|
|
15268
|
-
name: "MiMo V2 Flash",
|
|
15269
|
-
api: "anthropic-messages",
|
|
15270
|
-
provider: "vercel-ai-gateway",
|
|
15271
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15272
|
-
reasoning: true,
|
|
15273
|
-
input: ["text"],
|
|
15274
|
-
cost: {
|
|
15275
|
-
input: 0.09999999999999999,
|
|
15276
|
-
output: 0.3,
|
|
15277
|
-
cacheRead: 0.01,
|
|
15278
|
-
cacheWrite: 0,
|
|
15279
|
-
},
|
|
15280
|
-
contextWindow: 262144,
|
|
15281
|
-
maxTokens: 32000,
|
|
15282
|
-
},
|
|
15283
|
-
"xiaomi/mimo-v2-pro": {
|
|
15284
|
-
id: "xiaomi/mimo-v2-pro",
|
|
15285
|
-
name: "MiMo V2 Pro",
|
|
15286
|
-
api: "anthropic-messages",
|
|
15287
|
-
provider: "vercel-ai-gateway",
|
|
15288
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15289
|
-
reasoning: true,
|
|
15290
|
-
input: ["text"],
|
|
15291
|
-
cost: {
|
|
15292
|
-
input: 1,
|
|
15293
|
-
output: 3,
|
|
15294
|
-
cacheRead: 0.19999999999999998,
|
|
15295
|
-
cacheWrite: 0,
|
|
15296
|
-
},
|
|
15297
|
-
contextWindow: 1000000,
|
|
15298
|
-
maxTokens: 128000,
|
|
15299
|
-
},
|
|
15300
14806
|
"xiaomi/mimo-v2.5": {
|
|
15301
14807
|
id: "xiaomi/mimo-v2.5",
|
|
15302
14808
|
name: "MiMo M2.5",
|
|
@@ -15641,57 +15147,6 @@ export const MODELS = {
|
|
|
15641
15147
|
},
|
|
15642
15148
|
},
|
|
15643
15149
|
"xiaomi": {
|
|
15644
|
-
"mimo-v2-flash": {
|
|
15645
|
-
id: "mimo-v2-flash",
|
|
15646
|
-
name: "MiMo-V2-Flash",
|
|
15647
|
-
api: "anthropic-messages",
|
|
15648
|
-
provider: "xiaomi",
|
|
15649
|
-
baseUrl: "https://api.xiaomimimo.com/anthropic",
|
|
15650
|
-
reasoning: true,
|
|
15651
|
-
input: ["text"],
|
|
15652
|
-
cost: {
|
|
15653
|
-
input: 0.1,
|
|
15654
|
-
output: 0.3,
|
|
15655
|
-
cacheRead: 0.01,
|
|
15656
|
-
cacheWrite: 0,
|
|
15657
|
-
},
|
|
15658
|
-
contextWindow: 262144,
|
|
15659
|
-
maxTokens: 65536,
|
|
15660
|
-
},
|
|
15661
|
-
"mimo-v2-omni": {
|
|
15662
|
-
id: "mimo-v2-omni",
|
|
15663
|
-
name: "MiMo-V2-Omni",
|
|
15664
|
-
api: "anthropic-messages",
|
|
15665
|
-
provider: "xiaomi",
|
|
15666
|
-
baseUrl: "https://api.xiaomimimo.com/anthropic",
|
|
15667
|
-
reasoning: true,
|
|
15668
|
-
input: ["text", "image"],
|
|
15669
|
-
cost: {
|
|
15670
|
-
input: 0.4,
|
|
15671
|
-
output: 2,
|
|
15672
|
-
cacheRead: 0.08,
|
|
15673
|
-
cacheWrite: 0,
|
|
15674
|
-
},
|
|
15675
|
-
contextWindow: 262144,
|
|
15676
|
-
maxTokens: 131072,
|
|
15677
|
-
},
|
|
15678
|
-
"mimo-v2-pro": {
|
|
15679
|
-
id: "mimo-v2-pro",
|
|
15680
|
-
name: "MiMo-V2-Pro",
|
|
15681
|
-
api: "anthropic-messages",
|
|
15682
|
-
provider: "xiaomi",
|
|
15683
|
-
baseUrl: "https://api.xiaomimimo.com/anthropic",
|
|
15684
|
-
reasoning: true,
|
|
15685
|
-
input: ["text"],
|
|
15686
|
-
cost: {
|
|
15687
|
-
input: 1,
|
|
15688
|
-
output: 3,
|
|
15689
|
-
cacheRead: 0.2,
|
|
15690
|
-
cacheWrite: 0,
|
|
15691
|
-
},
|
|
15692
|
-
contextWindow: 1048576,
|
|
15693
|
-
maxTokens: 131072,
|
|
15694
|
-
},
|
|
15695
15150
|
"mimo-v2.5": {
|
|
15696
15151
|
id: "mimo-v2.5",
|
|
15697
15152
|
name: "MiMo-V2.5",
|
|
@@ -15728,57 +15183,6 @@ export const MODELS = {
|
|
|
15728
15183
|
},
|
|
15729
15184
|
},
|
|
15730
15185
|
"xiaomi-token-plan-ams": {
|
|
15731
|
-
"mimo-v2-flash": {
|
|
15732
|
-
id: "mimo-v2-flash",
|
|
15733
|
-
name: "MiMo-V2-Flash",
|
|
15734
|
-
api: "anthropic-messages",
|
|
15735
|
-
provider: "xiaomi-token-plan-ams",
|
|
15736
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/anthropic",
|
|
15737
|
-
reasoning: true,
|
|
15738
|
-
input: ["text"],
|
|
15739
|
-
cost: {
|
|
15740
|
-
input: 0.1,
|
|
15741
|
-
output: 0.3,
|
|
15742
|
-
cacheRead: 0.01,
|
|
15743
|
-
cacheWrite: 0,
|
|
15744
|
-
},
|
|
15745
|
-
contextWindow: 262144,
|
|
15746
|
-
maxTokens: 65536,
|
|
15747
|
-
},
|
|
15748
|
-
"mimo-v2-omni": {
|
|
15749
|
-
id: "mimo-v2-omni",
|
|
15750
|
-
name: "MiMo-V2-Omni",
|
|
15751
|
-
api: "anthropic-messages",
|
|
15752
|
-
provider: "xiaomi-token-plan-ams",
|
|
15753
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/anthropic",
|
|
15754
|
-
reasoning: true,
|
|
15755
|
-
input: ["text", "image"],
|
|
15756
|
-
cost: {
|
|
15757
|
-
input: 0.4,
|
|
15758
|
-
output: 2,
|
|
15759
|
-
cacheRead: 0.08,
|
|
15760
|
-
cacheWrite: 0,
|
|
15761
|
-
},
|
|
15762
|
-
contextWindow: 262144,
|
|
15763
|
-
maxTokens: 131072,
|
|
15764
|
-
},
|
|
15765
|
-
"mimo-v2-pro": {
|
|
15766
|
-
id: "mimo-v2-pro",
|
|
15767
|
-
name: "MiMo-V2-Pro",
|
|
15768
|
-
api: "anthropic-messages",
|
|
15769
|
-
provider: "xiaomi-token-plan-ams",
|
|
15770
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/anthropic",
|
|
15771
|
-
reasoning: true,
|
|
15772
|
-
input: ["text"],
|
|
15773
|
-
cost: {
|
|
15774
|
-
input: 1,
|
|
15775
|
-
output: 3,
|
|
15776
|
-
cacheRead: 0.2,
|
|
15777
|
-
cacheWrite: 0,
|
|
15778
|
-
},
|
|
15779
|
-
contextWindow: 1048576,
|
|
15780
|
-
maxTokens: 131072,
|
|
15781
|
-
},
|
|
15782
15186
|
"mimo-v2.5": {
|
|
15783
15187
|
id: "mimo-v2.5",
|
|
15784
15188
|
name: "MiMo-V2.5",
|
|
@@ -15815,57 +15219,6 @@ export const MODELS = {
|
|
|
15815
15219
|
},
|
|
15816
15220
|
},
|
|
15817
15221
|
"xiaomi-token-plan-cn": {
|
|
15818
|
-
"mimo-v2-flash": {
|
|
15819
|
-
id: "mimo-v2-flash",
|
|
15820
|
-
name: "MiMo-V2-Flash",
|
|
15821
|
-
api: "anthropic-messages",
|
|
15822
|
-
provider: "xiaomi-token-plan-cn",
|
|
15823
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/anthropic",
|
|
15824
|
-
reasoning: true,
|
|
15825
|
-
input: ["text"],
|
|
15826
|
-
cost: {
|
|
15827
|
-
input: 0.1,
|
|
15828
|
-
output: 0.3,
|
|
15829
|
-
cacheRead: 0.01,
|
|
15830
|
-
cacheWrite: 0,
|
|
15831
|
-
},
|
|
15832
|
-
contextWindow: 262144,
|
|
15833
|
-
maxTokens: 65536,
|
|
15834
|
-
},
|
|
15835
|
-
"mimo-v2-omni": {
|
|
15836
|
-
id: "mimo-v2-omni",
|
|
15837
|
-
name: "MiMo-V2-Omni",
|
|
15838
|
-
api: "anthropic-messages",
|
|
15839
|
-
provider: "xiaomi-token-plan-cn",
|
|
15840
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/anthropic",
|
|
15841
|
-
reasoning: true,
|
|
15842
|
-
input: ["text", "image"],
|
|
15843
|
-
cost: {
|
|
15844
|
-
input: 0.4,
|
|
15845
|
-
output: 2,
|
|
15846
|
-
cacheRead: 0.08,
|
|
15847
|
-
cacheWrite: 0,
|
|
15848
|
-
},
|
|
15849
|
-
contextWindow: 262144,
|
|
15850
|
-
maxTokens: 131072,
|
|
15851
|
-
},
|
|
15852
|
-
"mimo-v2-pro": {
|
|
15853
|
-
id: "mimo-v2-pro",
|
|
15854
|
-
name: "MiMo-V2-Pro",
|
|
15855
|
-
api: "anthropic-messages",
|
|
15856
|
-
provider: "xiaomi-token-plan-cn",
|
|
15857
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/anthropic",
|
|
15858
|
-
reasoning: true,
|
|
15859
|
-
input: ["text"],
|
|
15860
|
-
cost: {
|
|
15861
|
-
input: 1,
|
|
15862
|
-
output: 3,
|
|
15863
|
-
cacheRead: 0.2,
|
|
15864
|
-
cacheWrite: 0,
|
|
15865
|
-
},
|
|
15866
|
-
contextWindow: 1048576,
|
|
15867
|
-
maxTokens: 131072,
|
|
15868
|
-
},
|
|
15869
15222
|
"mimo-v2.5": {
|
|
15870
15223
|
id: "mimo-v2.5",
|
|
15871
15224
|
name: "MiMo-V2.5",
|
|
@@ -15902,57 +15255,6 @@ export const MODELS = {
|
|
|
15902
15255
|
},
|
|
15903
15256
|
},
|
|
15904
15257
|
"xiaomi-token-plan-sgp": {
|
|
15905
|
-
"mimo-v2-flash": {
|
|
15906
|
-
id: "mimo-v2-flash",
|
|
15907
|
-
name: "MiMo-V2-Flash",
|
|
15908
|
-
api: "anthropic-messages",
|
|
15909
|
-
provider: "xiaomi-token-plan-sgp",
|
|
15910
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/anthropic",
|
|
15911
|
-
reasoning: true,
|
|
15912
|
-
input: ["text"],
|
|
15913
|
-
cost: {
|
|
15914
|
-
input: 0.1,
|
|
15915
|
-
output: 0.3,
|
|
15916
|
-
cacheRead: 0.01,
|
|
15917
|
-
cacheWrite: 0,
|
|
15918
|
-
},
|
|
15919
|
-
contextWindow: 262144,
|
|
15920
|
-
maxTokens: 65536,
|
|
15921
|
-
},
|
|
15922
|
-
"mimo-v2-omni": {
|
|
15923
|
-
id: "mimo-v2-omni",
|
|
15924
|
-
name: "MiMo-V2-Omni",
|
|
15925
|
-
api: "anthropic-messages",
|
|
15926
|
-
provider: "xiaomi-token-plan-sgp",
|
|
15927
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/anthropic",
|
|
15928
|
-
reasoning: true,
|
|
15929
|
-
input: ["text", "image"],
|
|
15930
|
-
cost: {
|
|
15931
|
-
input: 0.4,
|
|
15932
|
-
output: 2,
|
|
15933
|
-
cacheRead: 0.08,
|
|
15934
|
-
cacheWrite: 0,
|
|
15935
|
-
},
|
|
15936
|
-
contextWindow: 262144,
|
|
15937
|
-
maxTokens: 131072,
|
|
15938
|
-
},
|
|
15939
|
-
"mimo-v2-pro": {
|
|
15940
|
-
id: "mimo-v2-pro",
|
|
15941
|
-
name: "MiMo-V2-Pro",
|
|
15942
|
-
api: "anthropic-messages",
|
|
15943
|
-
provider: "xiaomi-token-plan-sgp",
|
|
15944
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/anthropic",
|
|
15945
|
-
reasoning: true,
|
|
15946
|
-
input: ["text"],
|
|
15947
|
-
cost: {
|
|
15948
|
-
input: 1,
|
|
15949
|
-
output: 3,
|
|
15950
|
-
cacheRead: 0.2,
|
|
15951
|
-
cacheWrite: 0,
|
|
15952
|
-
},
|
|
15953
|
-
contextWindow: 1048576,
|
|
15954
|
-
maxTokens: 131072,
|
|
15955
|
-
},
|
|
15956
15258
|
"mimo-v2.5": {
|
|
15957
15259
|
id: "mimo-v2.5",
|
|
15958
15260
|
name: "MiMo-V2.5",
|