@elyracode/ai 0.7.14 → 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",
|
|
@@ -7999,23 +7760,6 @@ export const MODELS = {
|
|
|
7999
7760
|
contextWindow: 256000,
|
|
8000
7761
|
maxTokens: 4096,
|
|
8001
7762
|
},
|
|
8002
|
-
"alibaba/tongyi-deepresearch-30b-a3b": {
|
|
8003
|
-
id: "alibaba/tongyi-deepresearch-30b-a3b",
|
|
8004
|
-
name: "Tongyi DeepResearch 30B A3B",
|
|
8005
|
-
api: "openai-completions",
|
|
8006
|
-
provider: "openrouter",
|
|
8007
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8008
|
-
reasoning: true,
|
|
8009
|
-
input: ["text"],
|
|
8010
|
-
cost: {
|
|
8011
|
-
input: 0.09,
|
|
8012
|
-
output: 0.44999999999999996,
|
|
8013
|
-
cacheRead: 0.09,
|
|
8014
|
-
cacheWrite: 0,
|
|
8015
|
-
},
|
|
8016
|
-
contextWindow: 131072,
|
|
8017
|
-
maxTokens: 131072,
|
|
8018
|
-
},
|
|
8019
7763
|
"amazon/nova-2-lite-v1": {
|
|
8020
7764
|
id: "amazon/nova-2-lite-v1",
|
|
8021
7765
|
name: "Amazon: Nova 2 Lite",
|
|
@@ -8118,23 +7862,6 @@ export const MODELS = {
|
|
|
8118
7862
|
contextWindow: 200000,
|
|
8119
7863
|
maxTokens: 4096,
|
|
8120
7864
|
},
|
|
8121
|
-
"anthropic/claude-3.5-haiku": {
|
|
8122
|
-
id: "anthropic/claude-3.5-haiku",
|
|
8123
|
-
name: "Anthropic: Claude 3.5 Haiku",
|
|
8124
|
-
api: "openai-completions",
|
|
8125
|
-
provider: "openrouter",
|
|
8126
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8127
|
-
reasoning: false,
|
|
8128
|
-
input: ["text", "image"],
|
|
8129
|
-
cost: {
|
|
8130
|
-
input: 0.7999999999999999,
|
|
8131
|
-
output: 4,
|
|
8132
|
-
cacheRead: 0.08,
|
|
8133
|
-
cacheWrite: 1,
|
|
8134
|
-
},
|
|
8135
|
-
contextWindow: 200000,
|
|
8136
|
-
maxTokens: 8192,
|
|
8137
|
-
},
|
|
8138
7865
|
"anthropic/claude-haiku-4.5": {
|
|
8139
7866
|
id: "anthropic/claude-haiku-4.5",
|
|
8140
7867
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -8573,13 +8300,13 @@ export const MODELS = {
|
|
|
8573
8300
|
reasoning: false,
|
|
8574
8301
|
input: ["text"],
|
|
8575
8302
|
cost: {
|
|
8576
|
-
input: 0.
|
|
8577
|
-
output: 0.
|
|
8303
|
+
input: 0.2288,
|
|
8304
|
+
output: 0.9144,
|
|
8578
8305
|
cacheRead: 0,
|
|
8579
8306
|
cacheWrite: 0,
|
|
8580
8307
|
},
|
|
8581
|
-
contextWindow:
|
|
8582
|
-
maxTokens:
|
|
8308
|
+
contextWindow: 131072,
|
|
8309
|
+
maxTokens: 16000,
|
|
8583
8310
|
},
|
|
8584
8311
|
"deepseek/deepseek-chat-v3-0324": {
|
|
8585
8312
|
id: "deepseek/deepseek-chat-v3-0324",
|
|
@@ -10117,40 +9844,6 @@ export const MODELS = {
|
|
|
10117
9844
|
contextWindow: 128000,
|
|
10118
9845
|
maxTokens: 4096,
|
|
10119
9846
|
},
|
|
10120
|
-
"openai/gpt-4-turbo": {
|
|
10121
|
-
id: "openai/gpt-4-turbo",
|
|
10122
|
-
name: "OpenAI: GPT-4 Turbo",
|
|
10123
|
-
api: "openai-completions",
|
|
10124
|
-
provider: "openrouter",
|
|
10125
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10126
|
-
reasoning: false,
|
|
10127
|
-
input: ["text", "image"],
|
|
10128
|
-
cost: {
|
|
10129
|
-
input: 10,
|
|
10130
|
-
output: 30,
|
|
10131
|
-
cacheRead: 0,
|
|
10132
|
-
cacheWrite: 0,
|
|
10133
|
-
},
|
|
10134
|
-
contextWindow: 128000,
|
|
10135
|
-
maxTokens: 4096,
|
|
10136
|
-
},
|
|
10137
|
-
"openai/gpt-4-turbo-preview": {
|
|
10138
|
-
id: "openai/gpt-4-turbo-preview",
|
|
10139
|
-
name: "OpenAI: GPT-4 Turbo Preview",
|
|
10140
|
-
api: "openai-completions",
|
|
10141
|
-
provider: "openrouter",
|
|
10142
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10143
|
-
reasoning: false,
|
|
10144
|
-
input: ["text"],
|
|
10145
|
-
cost: {
|
|
10146
|
-
input: 10,
|
|
10147
|
-
output: 30,
|
|
10148
|
-
cacheRead: 0,
|
|
10149
|
-
cacheWrite: 0,
|
|
10150
|
-
},
|
|
10151
|
-
contextWindow: 128000,
|
|
10152
|
-
maxTokens: 4096,
|
|
10153
|
-
},
|
|
10154
9847
|
"openai/gpt-4.1": {
|
|
10155
9848
|
id: "openai/gpt-4.1",
|
|
10156
9849
|
name: "OpenAI: GPT-4.1",
|
|
@@ -10219,60 +9912,9 @@ export const MODELS = {
|
|
|
10219
9912
|
contextWindow: 128000,
|
|
10220
9913
|
maxTokens: 16384,
|
|
10221
9914
|
},
|
|
10222
|
-
"openai/gpt-4o-
|
|
10223
|
-
id: "openai/gpt-4o-
|
|
10224
|
-
name: "OpenAI: GPT-4o
|
|
10225
|
-
api: "openai-completions",
|
|
10226
|
-
provider: "openrouter",
|
|
10227
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10228
|
-
reasoning: false,
|
|
10229
|
-
input: ["text", "image"],
|
|
10230
|
-
cost: {
|
|
10231
|
-
input: 5,
|
|
10232
|
-
output: 15,
|
|
10233
|
-
cacheRead: 0,
|
|
10234
|
-
cacheWrite: 0,
|
|
10235
|
-
},
|
|
10236
|
-
contextWindow: 128000,
|
|
10237
|
-
maxTokens: 4096,
|
|
10238
|
-
},
|
|
10239
|
-
"openai/gpt-4o-2024-08-06": {
|
|
10240
|
-
id: "openai/gpt-4o-2024-08-06",
|
|
10241
|
-
name: "OpenAI: GPT-4o (2024-08-06)",
|
|
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-2024-11-20": {
|
|
10257
|
-
id: "openai/gpt-4o-2024-11-20",
|
|
10258
|
-
name: "OpenAI: GPT-4o (2024-11-20)",
|
|
10259
|
-
api: "openai-completions",
|
|
10260
|
-
provider: "openrouter",
|
|
10261
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10262
|
-
reasoning: false,
|
|
10263
|
-
input: ["text", "image"],
|
|
10264
|
-
cost: {
|
|
10265
|
-
input: 2.5,
|
|
10266
|
-
output: 10,
|
|
10267
|
-
cacheRead: 1.25,
|
|
10268
|
-
cacheWrite: 0,
|
|
10269
|
-
},
|
|
10270
|
-
contextWindow: 128000,
|
|
10271
|
-
maxTokens: 16384,
|
|
10272
|
-
},
|
|
10273
|
-
"openai/gpt-4o-audio-preview": {
|
|
10274
|
-
id: "openai/gpt-4o-audio-preview",
|
|
10275
|
-
name: "OpenAI: GPT-4o Audio",
|
|
9915
|
+
"openai/gpt-4o-audio-preview": {
|
|
9916
|
+
id: "openai/gpt-4o-audio-preview",
|
|
9917
|
+
name: "OpenAI: GPT-4o Audio",
|
|
10276
9918
|
api: "openai-completions",
|
|
10277
9919
|
provider: "openrouter",
|
|
10278
9920
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10304,23 +9946,6 @@ export const MODELS = {
|
|
|
10304
9946
|
contextWindow: 128000,
|
|
10305
9947
|
maxTokens: 16384,
|
|
10306
9948
|
},
|
|
10307
|
-
"openai/gpt-4o-mini-2024-07-18": {
|
|
10308
|
-
id: "openai/gpt-4o-mini-2024-07-18",
|
|
10309
|
-
name: "OpenAI: GPT-4o-mini (2024-07-18)",
|
|
10310
|
-
api: "openai-completions",
|
|
10311
|
-
provider: "openrouter",
|
|
10312
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10313
|
-
reasoning: false,
|
|
10314
|
-
input: ["text", "image"],
|
|
10315
|
-
cost: {
|
|
10316
|
-
input: 0.15,
|
|
10317
|
-
output: 0.6,
|
|
10318
|
-
cacheRead: 0.075,
|
|
10319
|
-
cacheWrite: 0,
|
|
10320
|
-
},
|
|
10321
|
-
contextWindow: 128000,
|
|
10322
|
-
maxTokens: 16384,
|
|
10323
|
-
},
|
|
10324
9949
|
"openai/gpt-5": {
|
|
10325
9950
|
id: "openai/gpt-5",
|
|
10326
9951
|
name: "OpenAI: GPT-5",
|
|
@@ -11061,8 +10686,8 @@ export const MODELS = {
|
|
|
11061
10686
|
cacheRead: 0,
|
|
11062
10687
|
cacheWrite: 0,
|
|
11063
10688
|
},
|
|
11064
|
-
contextWindow:
|
|
11065
|
-
maxTokens:
|
|
10689
|
+
contextWindow: 262144,
|
|
10690
|
+
maxTokens: 32000,
|
|
11066
10691
|
},
|
|
11067
10692
|
"poolside/laguna-xs.2:free": {
|
|
11068
10693
|
id: "poolside/laguna-xs.2:free",
|
|
@@ -11788,12 +11413,12 @@ export const MODELS = {
|
|
|
11788
11413
|
input: ["text", "image"],
|
|
11789
11414
|
cost: {
|
|
11790
11415
|
input: 0.3,
|
|
11791
|
-
output:
|
|
11792
|
-
cacheRead: 0,
|
|
11416
|
+
output: 2,
|
|
11417
|
+
cacheRead: 0.15,
|
|
11793
11418
|
cacheWrite: 0,
|
|
11794
11419
|
},
|
|
11795
11420
|
contextWindow: 262144,
|
|
11796
|
-
maxTokens:
|
|
11421
|
+
maxTokens: 65536,
|
|
11797
11422
|
},
|
|
11798
11423
|
"qwen/qwen3.6-35b-a3b": {
|
|
11799
11424
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -11965,23 +11590,6 @@ export const MODELS = {
|
|
|
11965
11590
|
contextWindow: 262144,
|
|
11966
11591
|
maxTokens: 16384,
|
|
11967
11592
|
},
|
|
11968
|
-
"tencent/hy3-preview": {
|
|
11969
|
-
id: "tencent/hy3-preview",
|
|
11970
|
-
name: "Tencent: Hy3 preview",
|
|
11971
|
-
api: "openai-completions",
|
|
11972
|
-
provider: "openrouter",
|
|
11973
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11974
|
-
reasoning: true,
|
|
11975
|
-
input: ["text"],
|
|
11976
|
-
cost: {
|
|
11977
|
-
input: 0.06599999999999999,
|
|
11978
|
-
output: 0.26,
|
|
11979
|
-
cacheRead: 0.029,
|
|
11980
|
-
cacheWrite: 0,
|
|
11981
|
-
},
|
|
11982
|
-
contextWindow: 262144,
|
|
11983
|
-
maxTokens: 262144,
|
|
11984
|
-
},
|
|
11985
11593
|
"thedrummer/rocinante-12b": {
|
|
11986
11594
|
id: "thedrummer/rocinante-12b",
|
|
11987
11595
|
name: "TheDrummer: Rocinante 12B",
|
|
@@ -12084,57 +11692,6 @@ export const MODELS = {
|
|
|
12084
11692
|
contextWindow: 256000,
|
|
12085
11693
|
maxTokens: 4096,
|
|
12086
11694
|
},
|
|
12087
|
-
"xiaomi/mimo-v2-flash": {
|
|
12088
|
-
id: "xiaomi/mimo-v2-flash",
|
|
12089
|
-
name: "Xiaomi: MiMo-V2-Flash",
|
|
12090
|
-
api: "openai-completions",
|
|
12091
|
-
provider: "openrouter",
|
|
12092
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12093
|
-
reasoning: true,
|
|
12094
|
-
input: ["text"],
|
|
12095
|
-
cost: {
|
|
12096
|
-
input: 0.09999999999999999,
|
|
12097
|
-
output: 0.3,
|
|
12098
|
-
cacheRead: 0.01,
|
|
12099
|
-
cacheWrite: 0,
|
|
12100
|
-
},
|
|
12101
|
-
contextWindow: 262144,
|
|
12102
|
-
maxTokens: 65536,
|
|
12103
|
-
},
|
|
12104
|
-
"xiaomi/mimo-v2-omni": {
|
|
12105
|
-
id: "xiaomi/mimo-v2-omni",
|
|
12106
|
-
name: "Xiaomi: MiMo-V2-Omni",
|
|
12107
|
-
api: "openai-completions",
|
|
12108
|
-
provider: "openrouter",
|
|
12109
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12110
|
-
reasoning: true,
|
|
12111
|
-
input: ["text", "image"],
|
|
12112
|
-
cost: {
|
|
12113
|
-
input: 0.39999999999999997,
|
|
12114
|
-
output: 2,
|
|
12115
|
-
cacheRead: 0.08,
|
|
12116
|
-
cacheWrite: 0,
|
|
12117
|
-
},
|
|
12118
|
-
contextWindow: 262144,
|
|
12119
|
-
maxTokens: 65536,
|
|
12120
|
-
},
|
|
12121
|
-
"xiaomi/mimo-v2-pro": {
|
|
12122
|
-
id: "xiaomi/mimo-v2-pro",
|
|
12123
|
-
name: "Xiaomi: MiMo-V2-Pro",
|
|
12124
|
-
api: "openai-completions",
|
|
12125
|
-
provider: "openrouter",
|
|
12126
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12127
|
-
reasoning: true,
|
|
12128
|
-
input: ["text"],
|
|
12129
|
-
cost: {
|
|
12130
|
-
input: 1,
|
|
12131
|
-
output: 3,
|
|
12132
|
-
cacheRead: 0.19999999999999998,
|
|
12133
|
-
cacheWrite: 0,
|
|
12134
|
-
},
|
|
12135
|
-
contextWindow: 1048576,
|
|
12136
|
-
maxTokens: 131072,
|
|
12137
|
-
},
|
|
12138
11695
|
"xiaomi/mimo-v2.5": {
|
|
12139
11696
|
id: "xiaomi/mimo-v2.5",
|
|
12140
11697
|
name: "Xiaomi: MiMo-V2.5",
|
|
@@ -13209,23 +12766,6 @@ export const MODELS = {
|
|
|
13209
12766
|
contextWindow: 200000,
|
|
13210
12767
|
maxTokens: 4096,
|
|
13211
12768
|
},
|
|
13212
|
-
"anthropic/claude-3.5-haiku": {
|
|
13213
|
-
id: "anthropic/claude-3.5-haiku",
|
|
13214
|
-
name: "Claude 3.5 Haiku",
|
|
13215
|
-
api: "anthropic-messages",
|
|
13216
|
-
provider: "vercel-ai-gateway",
|
|
13217
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13218
|
-
reasoning: false,
|
|
13219
|
-
input: ["text", "image"],
|
|
13220
|
-
cost: {
|
|
13221
|
-
input: 0.7999999999999999,
|
|
13222
|
-
output: 4,
|
|
13223
|
-
cacheRead: 0.08,
|
|
13224
|
-
cacheWrite: 1,
|
|
13225
|
-
},
|
|
13226
|
-
contextWindow: 200000,
|
|
13227
|
-
maxTokens: 8192,
|
|
13228
|
-
},
|
|
13229
12769
|
"anthropic/claude-haiku-4.5": {
|
|
13230
12770
|
id: "anthropic/claude-haiku-4.5",
|
|
13231
12771
|
name: "Claude Haiku 4.5",
|
|
@@ -14435,23 +13975,6 @@ export const MODELS = {
|
|
|
14435
13975
|
contextWindow: 131072,
|
|
14436
13976
|
maxTokens: 131072,
|
|
14437
13977
|
},
|
|
14438
|
-
"openai/gpt-4-turbo": {
|
|
14439
|
-
id: "openai/gpt-4-turbo",
|
|
14440
|
-
name: "GPT-4 Turbo",
|
|
14441
|
-
api: "anthropic-messages",
|
|
14442
|
-
provider: "vercel-ai-gateway",
|
|
14443
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14444
|
-
reasoning: false,
|
|
14445
|
-
input: ["text", "image"],
|
|
14446
|
-
cost: {
|
|
14447
|
-
input: 10,
|
|
14448
|
-
output: 30,
|
|
14449
|
-
cacheRead: 0,
|
|
14450
|
-
cacheWrite: 0,
|
|
14451
|
-
},
|
|
14452
|
-
contextWindow: 128000,
|
|
14453
|
-
maxTokens: 4096,
|
|
14454
|
-
},
|
|
14455
13978
|
"openai/gpt-4.1": {
|
|
14456
13979
|
id: "openai/gpt-4.1",
|
|
14457
13980
|
name: "GPT-4.1",
|
|
@@ -15280,40 +14803,6 @@ export const MODELS = {
|
|
|
15280
14803
|
contextWindow: 256000,
|
|
15281
14804
|
maxTokens: 256000,
|
|
15282
14805
|
},
|
|
15283
|
-
"xiaomi/mimo-v2-flash": {
|
|
15284
|
-
id: "xiaomi/mimo-v2-flash",
|
|
15285
|
-
name: "MiMo V2 Flash",
|
|
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: 0.09999999999999999,
|
|
15293
|
-
output: 0.3,
|
|
15294
|
-
cacheRead: 0.01,
|
|
15295
|
-
cacheWrite: 0,
|
|
15296
|
-
},
|
|
15297
|
-
contextWindow: 262144,
|
|
15298
|
-
maxTokens: 32000,
|
|
15299
|
-
},
|
|
15300
|
-
"xiaomi/mimo-v2-pro": {
|
|
15301
|
-
id: "xiaomi/mimo-v2-pro",
|
|
15302
|
-
name: "MiMo V2 Pro",
|
|
15303
|
-
api: "anthropic-messages",
|
|
15304
|
-
provider: "vercel-ai-gateway",
|
|
15305
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15306
|
-
reasoning: true,
|
|
15307
|
-
input: ["text"],
|
|
15308
|
-
cost: {
|
|
15309
|
-
input: 1,
|
|
15310
|
-
output: 3,
|
|
15311
|
-
cacheRead: 0.19999999999999998,
|
|
15312
|
-
cacheWrite: 0,
|
|
15313
|
-
},
|
|
15314
|
-
contextWindow: 1000000,
|
|
15315
|
-
maxTokens: 128000,
|
|
15316
|
-
},
|
|
15317
14806
|
"xiaomi/mimo-v2.5": {
|
|
15318
14807
|
id: "xiaomi/mimo-v2.5",
|
|
15319
14808
|
name: "MiMo M2.5",
|
|
@@ -15658,57 +15147,6 @@ export const MODELS = {
|
|
|
15658
15147
|
},
|
|
15659
15148
|
},
|
|
15660
15149
|
"xiaomi": {
|
|
15661
|
-
"mimo-v2-flash": {
|
|
15662
|
-
id: "mimo-v2-flash",
|
|
15663
|
-
name: "MiMo-V2-Flash",
|
|
15664
|
-
api: "anthropic-messages",
|
|
15665
|
-
provider: "xiaomi",
|
|
15666
|
-
baseUrl: "https://api.xiaomimimo.com/anthropic",
|
|
15667
|
-
reasoning: true,
|
|
15668
|
-
input: ["text"],
|
|
15669
|
-
cost: {
|
|
15670
|
-
input: 0.1,
|
|
15671
|
-
output: 0.3,
|
|
15672
|
-
cacheRead: 0.01,
|
|
15673
|
-
cacheWrite: 0,
|
|
15674
|
-
},
|
|
15675
|
-
contextWindow: 262144,
|
|
15676
|
-
maxTokens: 65536,
|
|
15677
|
-
},
|
|
15678
|
-
"mimo-v2-omni": {
|
|
15679
|
-
id: "mimo-v2-omni",
|
|
15680
|
-
name: "MiMo-V2-Omni",
|
|
15681
|
-
api: "anthropic-messages",
|
|
15682
|
-
provider: "xiaomi",
|
|
15683
|
-
baseUrl: "https://api.xiaomimimo.com/anthropic",
|
|
15684
|
-
reasoning: true,
|
|
15685
|
-
input: ["text", "image"],
|
|
15686
|
-
cost: {
|
|
15687
|
-
input: 0.4,
|
|
15688
|
-
output: 2,
|
|
15689
|
-
cacheRead: 0.08,
|
|
15690
|
-
cacheWrite: 0,
|
|
15691
|
-
},
|
|
15692
|
-
contextWindow: 262144,
|
|
15693
|
-
maxTokens: 131072,
|
|
15694
|
-
},
|
|
15695
|
-
"mimo-v2-pro": {
|
|
15696
|
-
id: "mimo-v2-pro",
|
|
15697
|
-
name: "MiMo-V2-Pro",
|
|
15698
|
-
api: "anthropic-messages",
|
|
15699
|
-
provider: "xiaomi",
|
|
15700
|
-
baseUrl: "https://api.xiaomimimo.com/anthropic",
|
|
15701
|
-
reasoning: true,
|
|
15702
|
-
input: ["text"],
|
|
15703
|
-
cost: {
|
|
15704
|
-
input: 1,
|
|
15705
|
-
output: 3,
|
|
15706
|
-
cacheRead: 0.2,
|
|
15707
|
-
cacheWrite: 0,
|
|
15708
|
-
},
|
|
15709
|
-
contextWindow: 1048576,
|
|
15710
|
-
maxTokens: 131072,
|
|
15711
|
-
},
|
|
15712
15150
|
"mimo-v2.5": {
|
|
15713
15151
|
id: "mimo-v2.5",
|
|
15714
15152
|
name: "MiMo-V2.5",
|
|
@@ -15745,57 +15183,6 @@ export const MODELS = {
|
|
|
15745
15183
|
},
|
|
15746
15184
|
},
|
|
15747
15185
|
"xiaomi-token-plan-ams": {
|
|
15748
|
-
"mimo-v2-flash": {
|
|
15749
|
-
id: "mimo-v2-flash",
|
|
15750
|
-
name: "MiMo-V2-Flash",
|
|
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"],
|
|
15756
|
-
cost: {
|
|
15757
|
-
input: 0.1,
|
|
15758
|
-
output: 0.3,
|
|
15759
|
-
cacheRead: 0.01,
|
|
15760
|
-
cacheWrite: 0,
|
|
15761
|
-
},
|
|
15762
|
-
contextWindow: 262144,
|
|
15763
|
-
maxTokens: 65536,
|
|
15764
|
-
},
|
|
15765
|
-
"mimo-v2-omni": {
|
|
15766
|
-
id: "mimo-v2-omni",
|
|
15767
|
-
name: "MiMo-V2-Omni",
|
|
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", "image"],
|
|
15773
|
-
cost: {
|
|
15774
|
-
input: 0.4,
|
|
15775
|
-
output: 2,
|
|
15776
|
-
cacheRead: 0.08,
|
|
15777
|
-
cacheWrite: 0,
|
|
15778
|
-
},
|
|
15779
|
-
contextWindow: 262144,
|
|
15780
|
-
maxTokens: 131072,
|
|
15781
|
-
},
|
|
15782
|
-
"mimo-v2-pro": {
|
|
15783
|
-
id: "mimo-v2-pro",
|
|
15784
|
-
name: "MiMo-V2-Pro",
|
|
15785
|
-
api: "anthropic-messages",
|
|
15786
|
-
provider: "xiaomi-token-plan-ams",
|
|
15787
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/anthropic",
|
|
15788
|
-
reasoning: true,
|
|
15789
|
-
input: ["text"],
|
|
15790
|
-
cost: {
|
|
15791
|
-
input: 1,
|
|
15792
|
-
output: 3,
|
|
15793
|
-
cacheRead: 0.2,
|
|
15794
|
-
cacheWrite: 0,
|
|
15795
|
-
},
|
|
15796
|
-
contextWindow: 1048576,
|
|
15797
|
-
maxTokens: 131072,
|
|
15798
|
-
},
|
|
15799
15186
|
"mimo-v2.5": {
|
|
15800
15187
|
id: "mimo-v2.5",
|
|
15801
15188
|
name: "MiMo-V2.5",
|
|
@@ -15832,57 +15219,6 @@ export const MODELS = {
|
|
|
15832
15219
|
},
|
|
15833
15220
|
},
|
|
15834
15221
|
"xiaomi-token-plan-cn": {
|
|
15835
|
-
"mimo-v2-flash": {
|
|
15836
|
-
id: "mimo-v2-flash",
|
|
15837
|
-
name: "MiMo-V2-Flash",
|
|
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"],
|
|
15843
|
-
cost: {
|
|
15844
|
-
input: 0.1,
|
|
15845
|
-
output: 0.3,
|
|
15846
|
-
cacheRead: 0.01,
|
|
15847
|
-
cacheWrite: 0,
|
|
15848
|
-
},
|
|
15849
|
-
contextWindow: 262144,
|
|
15850
|
-
maxTokens: 65536,
|
|
15851
|
-
},
|
|
15852
|
-
"mimo-v2-omni": {
|
|
15853
|
-
id: "mimo-v2-omni",
|
|
15854
|
-
name: "MiMo-V2-Omni",
|
|
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", "image"],
|
|
15860
|
-
cost: {
|
|
15861
|
-
input: 0.4,
|
|
15862
|
-
output: 2,
|
|
15863
|
-
cacheRead: 0.08,
|
|
15864
|
-
cacheWrite: 0,
|
|
15865
|
-
},
|
|
15866
|
-
contextWindow: 262144,
|
|
15867
|
-
maxTokens: 131072,
|
|
15868
|
-
},
|
|
15869
|
-
"mimo-v2-pro": {
|
|
15870
|
-
id: "mimo-v2-pro",
|
|
15871
|
-
name: "MiMo-V2-Pro",
|
|
15872
|
-
api: "anthropic-messages",
|
|
15873
|
-
provider: "xiaomi-token-plan-cn",
|
|
15874
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/anthropic",
|
|
15875
|
-
reasoning: true,
|
|
15876
|
-
input: ["text"],
|
|
15877
|
-
cost: {
|
|
15878
|
-
input: 1,
|
|
15879
|
-
output: 3,
|
|
15880
|
-
cacheRead: 0.2,
|
|
15881
|
-
cacheWrite: 0,
|
|
15882
|
-
},
|
|
15883
|
-
contextWindow: 1048576,
|
|
15884
|
-
maxTokens: 131072,
|
|
15885
|
-
},
|
|
15886
15222
|
"mimo-v2.5": {
|
|
15887
15223
|
id: "mimo-v2.5",
|
|
15888
15224
|
name: "MiMo-V2.5",
|
|
@@ -15919,57 +15255,6 @@ export const MODELS = {
|
|
|
15919
15255
|
},
|
|
15920
15256
|
},
|
|
15921
15257
|
"xiaomi-token-plan-sgp": {
|
|
15922
|
-
"mimo-v2-flash": {
|
|
15923
|
-
id: "mimo-v2-flash",
|
|
15924
|
-
name: "MiMo-V2-Flash",
|
|
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"],
|
|
15930
|
-
cost: {
|
|
15931
|
-
input: 0.1,
|
|
15932
|
-
output: 0.3,
|
|
15933
|
-
cacheRead: 0.01,
|
|
15934
|
-
cacheWrite: 0,
|
|
15935
|
-
},
|
|
15936
|
-
contextWindow: 262144,
|
|
15937
|
-
maxTokens: 65536,
|
|
15938
|
-
},
|
|
15939
|
-
"mimo-v2-omni": {
|
|
15940
|
-
id: "mimo-v2-omni",
|
|
15941
|
-
name: "MiMo-V2-Omni",
|
|
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", "image"],
|
|
15947
|
-
cost: {
|
|
15948
|
-
input: 0.4,
|
|
15949
|
-
output: 2,
|
|
15950
|
-
cacheRead: 0.08,
|
|
15951
|
-
cacheWrite: 0,
|
|
15952
|
-
},
|
|
15953
|
-
contextWindow: 262144,
|
|
15954
|
-
maxTokens: 131072,
|
|
15955
|
-
},
|
|
15956
|
-
"mimo-v2-pro": {
|
|
15957
|
-
id: "mimo-v2-pro",
|
|
15958
|
-
name: "MiMo-V2-Pro",
|
|
15959
|
-
api: "anthropic-messages",
|
|
15960
|
-
provider: "xiaomi-token-plan-sgp",
|
|
15961
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/anthropic",
|
|
15962
|
-
reasoning: true,
|
|
15963
|
-
input: ["text"],
|
|
15964
|
-
cost: {
|
|
15965
|
-
input: 1,
|
|
15966
|
-
output: 3,
|
|
15967
|
-
cacheRead: 0.2,
|
|
15968
|
-
cacheWrite: 0,
|
|
15969
|
-
},
|
|
15970
|
-
contextWindow: 1048576,
|
|
15971
|
-
maxTokens: 131072,
|
|
15972
|
-
},
|
|
15973
15258
|
"mimo-v2.5": {
|
|
15974
15259
|
id: "mimo-v2.5",
|
|
15975
15260
|
name: "MiMo-V2.5",
|