@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
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",
|
|
@@ -1916,7 +1865,7 @@ export const MODELS = {
|
|
|
1916
1865
|
cost: {
|
|
1917
1866
|
input: 0.1,
|
|
1918
1867
|
output: 0.4,
|
|
1919
|
-
cacheRead: 0.
|
|
1868
|
+
cacheRead: 0.025,
|
|
1920
1869
|
cacheWrite: 0,
|
|
1921
1870
|
},
|
|
1922
1871
|
contextWindow: 1047576,
|
|
@@ -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",
|
|
@@ -2001,7 +1899,7 @@ export const MODELS = {
|
|
|
2001
1899
|
cost: {
|
|
2002
1900
|
input: 0.15,
|
|
2003
1901
|
output: 0.6,
|
|
2004
|
-
cacheRead: 0.
|
|
1902
|
+
cacheRead: 0.075,
|
|
2005
1903
|
cacheWrite: 0,
|
|
2006
1904
|
},
|
|
2007
1905
|
contextWindow: 128000,
|
|
@@ -2127,7 +2025,7 @@ export const MODELS = {
|
|
|
2127
2025
|
cost: {
|
|
2128
2026
|
input: 1.25,
|
|
2129
2027
|
output: 10,
|
|
2130
|
-
cacheRead: 0.
|
|
2028
|
+
cacheRead: 0.125,
|
|
2131
2029
|
cacheWrite: 0,
|
|
2132
2030
|
},
|
|
2133
2031
|
contextWindow: 400000,
|
|
@@ -2552,7 +2450,7 @@ export const MODELS = {
|
|
|
2552
2450
|
cost: {
|
|
2553
2451
|
input: 1.1,
|
|
2554
2452
|
output: 4.4,
|
|
2555
|
-
cacheRead: 0.
|
|
2453
|
+
cacheRead: 0.275,
|
|
2556
2454
|
cacheWrite: 0,
|
|
2557
2455
|
},
|
|
2558
2456
|
contextWindow: 200000,
|
|
@@ -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",
|
|
@@ -6241,7 +6053,7 @@ export const MODELS = {
|
|
|
6241
6053
|
cost: {
|
|
6242
6054
|
input: 0.1,
|
|
6243
6055
|
output: 0.4,
|
|
6244
|
-
cacheRead: 0.
|
|
6056
|
+
cacheRead: 0.025,
|
|
6245
6057
|
cacheWrite: 0,
|
|
6246
6058
|
},
|
|
6247
6059
|
contextWindow: 1047576,
|
|
@@ -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",
|
|
@@ -6326,7 +6087,7 @@ export const MODELS = {
|
|
|
6326
6087
|
cost: {
|
|
6327
6088
|
input: 0.15,
|
|
6328
6089
|
output: 0.6,
|
|
6329
|
-
cacheRead: 0.
|
|
6090
|
+
cacheRead: 0.075,
|
|
6330
6091
|
cacheWrite: 0,
|
|
6331
6092
|
},
|
|
6332
6093
|
contextWindow: 128000,
|
|
@@ -6452,7 +6213,7 @@ export const MODELS = {
|
|
|
6452
6213
|
cost: {
|
|
6453
6214
|
input: 1.25,
|
|
6454
6215
|
output: 10,
|
|
6455
|
-
cacheRead: 0.
|
|
6216
|
+
cacheRead: 0.125,
|
|
6456
6217
|
cacheWrite: 0,
|
|
6457
6218
|
},
|
|
6458
6219
|
contextWindow: 400000,
|
|
@@ -6877,7 +6638,7 @@ export const MODELS = {
|
|
|
6877
6638
|
cost: {
|
|
6878
6639
|
input: 1.1,
|
|
6879
6640
|
output: 4.4,
|
|
6880
|
-
cacheRead: 0.
|
|
6641
|
+
cacheRead: 0.275,
|
|
6881
6642
|
cacheWrite: 0,
|
|
6882
6643
|
},
|
|
6883
6644
|
contextWindow: 200000,
|
|
@@ -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",
|
|
@@ -7980,6 +7741,23 @@ export const MODELS = {
|
|
|
7980
7741
|
contextWindow: 262144,
|
|
7981
7742
|
maxTokens: 65536,
|
|
7982
7743
|
},
|
|
7744
|
+
"qwen3.7-max": {
|
|
7745
|
+
id: "qwen3.7-max",
|
|
7746
|
+
name: "Qwen3.7 Max",
|
|
7747
|
+
api: "anthropic-messages",
|
|
7748
|
+
provider: "opencode-go",
|
|
7749
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
7750
|
+
reasoning: true,
|
|
7751
|
+
input: ["text"],
|
|
7752
|
+
cost: {
|
|
7753
|
+
input: 2.5,
|
|
7754
|
+
output: 7.5,
|
|
7755
|
+
cacheRead: 0.5,
|
|
7756
|
+
cacheWrite: 3.125,
|
|
7757
|
+
},
|
|
7758
|
+
contextWindow: 1000000,
|
|
7759
|
+
maxTokens: 65536,
|
|
7760
|
+
},
|
|
7983
7761
|
},
|
|
7984
7762
|
"openrouter": {
|
|
7985
7763
|
"ai21/jamba-large-1.7": {
|
|
@@ -8101,23 +7879,6 @@ export const MODELS = {
|
|
|
8101
7879
|
contextWindow: 200000,
|
|
8102
7880
|
maxTokens: 4096,
|
|
8103
7881
|
},
|
|
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
7882
|
"anthropic/claude-haiku-4.5": {
|
|
8122
7883
|
id: "anthropic/claude-haiku-4.5",
|
|
8123
7884
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -8326,23 +8087,6 @@ export const MODELS = {
|
|
|
8326
8087
|
contextWindow: 262144,
|
|
8327
8088
|
maxTokens: 262144,
|
|
8328
8089
|
},
|
|
8329
|
-
"arcee-ai/trinity-large-thinking:free": {
|
|
8330
|
-
id: "arcee-ai/trinity-large-thinking:free",
|
|
8331
|
-
name: "Arcee AI: Trinity Large Thinking (free)",
|
|
8332
|
-
api: "openai-completions",
|
|
8333
|
-
provider: "openrouter",
|
|
8334
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8335
|
-
reasoning: true,
|
|
8336
|
-
input: ["text"],
|
|
8337
|
-
cost: {
|
|
8338
|
-
input: 0,
|
|
8339
|
-
output: 0,
|
|
8340
|
-
cacheRead: 0,
|
|
8341
|
-
cacheWrite: 0,
|
|
8342
|
-
},
|
|
8343
|
-
contextWindow: 262144,
|
|
8344
|
-
maxTokens: 80000,
|
|
8345
|
-
},
|
|
8346
8090
|
"arcee-ai/trinity-mini": {
|
|
8347
8091
|
id: "arcee-ai/trinity-mini",
|
|
8348
8092
|
name: "Arcee AI: Trinity Mini",
|
|
@@ -10100,43 +9844,9 @@ export const MODELS = {
|
|
|
10100
9844
|
contextWindow: 128000,
|
|
10101
9845
|
maxTokens: 4096,
|
|
10102
9846
|
},
|
|
10103
|
-
"openai/gpt-4
|
|
10104
|
-
id: "openai/gpt-4
|
|
10105
|
-
name: "OpenAI: GPT-4
|
|
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
|
-
"openai/gpt-4.1": {
|
|
10138
|
-
id: "openai/gpt-4.1",
|
|
10139
|
-
name: "OpenAI: GPT-4.1",
|
|
9847
|
+
"openai/gpt-4.1": {
|
|
9848
|
+
id: "openai/gpt-4.1",
|
|
9849
|
+
name: "OpenAI: GPT-4.1",
|
|
10140
9850
|
api: "openai-completions",
|
|
10141
9851
|
provider: "openrouter",
|
|
10142
9852
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10202,57 +9912,6 @@ export const MODELS = {
|
|
|
10202
9912
|
contextWindow: 128000,
|
|
10203
9913
|
maxTokens: 16384,
|
|
10204
9914
|
},
|
|
10205
|
-
"openai/gpt-4o-2024-05-13": {
|
|
10206
|
-
id: "openai/gpt-4o-2024-05-13",
|
|
10207
|
-
name: "OpenAI: GPT-4o (2024-05-13)",
|
|
10208
|
-
api: "openai-completions",
|
|
10209
|
-
provider: "openrouter",
|
|
10210
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10211
|
-
reasoning: false,
|
|
10212
|
-
input: ["text", "image"],
|
|
10213
|
-
cost: {
|
|
10214
|
-
input: 5,
|
|
10215
|
-
output: 15,
|
|
10216
|
-
cacheRead: 0,
|
|
10217
|
-
cacheWrite: 0,
|
|
10218
|
-
},
|
|
10219
|
-
contextWindow: 128000,
|
|
10220
|
-
maxTokens: 4096,
|
|
10221
|
-
},
|
|
10222
|
-
"openai/gpt-4o-2024-08-06": {
|
|
10223
|
-
id: "openai/gpt-4o-2024-08-06",
|
|
10224
|
-
name: "OpenAI: GPT-4o (2024-08-06)",
|
|
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: 2.5,
|
|
10232
|
-
output: 10,
|
|
10233
|
-
cacheRead: 1.25,
|
|
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
9915
|
"openai/gpt-4o-audio-preview": {
|
|
10257
9916
|
id: "openai/gpt-4o-audio-preview",
|
|
10258
9917
|
name: "OpenAI: GPT-4o Audio",
|
|
@@ -10287,23 +9946,6 @@ export const MODELS = {
|
|
|
10287
9946
|
contextWindow: 128000,
|
|
10288
9947
|
maxTokens: 16384,
|
|
10289
9948
|
},
|
|
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,
|
|
10302
|
-
cacheWrite: 0,
|
|
10303
|
-
},
|
|
10304
|
-
contextWindow: 128000,
|
|
10305
|
-
maxTokens: 16384,
|
|
10306
|
-
},
|
|
10307
9949
|
"openai/gpt-5": {
|
|
10308
9950
|
id: "openai/gpt-5",
|
|
10309
9951
|
name: "OpenAI: GPT-5",
|
|
@@ -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: 32768,
|
|
11049
10691
|
},
|
|
11050
10692
|
"poolside/laguna-xs.2:free": {
|
|
11051
10693
|
id: "poolside/laguna-xs.2:free",
|
|
@@ -11061,8 +10703,8 @@ export const MODELS = {
|
|
|
11061
10703
|
cacheRead: 0,
|
|
11062
10704
|
cacheWrite: 0,
|
|
11063
10705
|
},
|
|
11064
|
-
contextWindow:
|
|
11065
|
-
maxTokens:
|
|
10706
|
+
contextWindow: 262144,
|
|
10707
|
+
maxTokens: 32768,
|
|
11066
10708
|
},
|
|
11067
10709
|
"prime-intellect/intellect-3": {
|
|
11068
10710
|
id: "prime-intellect/intellect-3",
|
|
@@ -11144,7 +10786,7 @@ export const MODELS = {
|
|
|
11144
10786
|
input: 0.26,
|
|
11145
10787
|
output: 0.78,
|
|
11146
10788
|
cacheRead: 0,
|
|
11147
|
-
cacheWrite: 0
|
|
10789
|
+
cacheWrite: 0,
|
|
11148
10790
|
},
|
|
11149
10791
|
contextWindow: 1000000,
|
|
11150
10792
|
maxTokens: 32768,
|
|
@@ -11722,7 +11364,7 @@ export const MODELS = {
|
|
|
11722
11364
|
input: 0.065,
|
|
11723
11365
|
output: 0.26,
|
|
11724
11366
|
cacheRead: 0,
|
|
11725
|
-
cacheWrite: 0
|
|
11367
|
+
cacheWrite: 0,
|
|
11726
11368
|
},
|
|
11727
11369
|
contextWindow: 1000000,
|
|
11728
11370
|
maxTokens: 65536,
|
|
@@ -11739,7 +11381,7 @@ export const MODELS = {
|
|
|
11739
11381
|
input: 0.26,
|
|
11740
11382
|
output: 1.56,
|
|
11741
11383
|
cacheRead: 0,
|
|
11742
|
-
cacheWrite: 0
|
|
11384
|
+
cacheWrite: 0,
|
|
11743
11385
|
},
|
|
11744
11386
|
contextWindow: 1000000,
|
|
11745
11387
|
maxTokens: 65536,
|
|
@@ -11756,7 +11398,7 @@ export const MODELS = {
|
|
|
11756
11398
|
input: 0.3,
|
|
11757
11399
|
output: 1.7999999999999998,
|
|
11758
11400
|
cacheRead: 0,
|
|
11759
|
-
cacheWrite: 0,
|
|
11401
|
+
cacheWrite: 0.375,
|
|
11760
11402
|
},
|
|
11761
11403
|
contextWindow: 1000000,
|
|
11762
11404
|
maxTokens: 65536,
|
|
@@ -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",
|
|
@@ -11789,11 +11431,11 @@ export const MODELS = {
|
|
|
11789
11431
|
cost: {
|
|
11790
11432
|
input: 0.15,
|
|
11791
11433
|
output: 1,
|
|
11792
|
-
cacheRead: 0,
|
|
11434
|
+
cacheRead: 0.049999999999999996,
|
|
11793
11435
|
cacheWrite: 0,
|
|
11794
11436
|
},
|
|
11795
11437
|
contextWindow: 262144,
|
|
11796
|
-
maxTokens:
|
|
11438
|
+
maxTokens: 262144,
|
|
11797
11439
|
},
|
|
11798
11440
|
"qwen/qwen3.6-flash": {
|
|
11799
11441
|
id: "qwen/qwen3.6-flash",
|
|
@@ -11855,10 +11497,10 @@ export const MODELS = {
|
|
|
11855
11497
|
reasoning: true,
|
|
11856
11498
|
input: ["text"],
|
|
11857
11499
|
cost: {
|
|
11858
|
-
input:
|
|
11859
|
-
output:
|
|
11860
|
-
cacheRead: 0,
|
|
11861
|
-
cacheWrite:
|
|
11500
|
+
input: 1.25,
|
|
11501
|
+
output: 3.75,
|
|
11502
|
+
cacheRead: 0.25,
|
|
11503
|
+
cacheWrite: 1.5625,
|
|
11862
11504
|
},
|
|
11863
11505
|
contextWindow: 1000000,
|
|
11864
11506
|
maxTokens: 65536,
|
|
@@ -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",
|
|
@@ -12127,9 +11701,9 @@ export const MODELS = {
|
|
|
12127
11701
|
reasoning: true,
|
|
12128
11702
|
input: ["text", "image"],
|
|
12129
11703
|
cost: {
|
|
12130
|
-
input: 0.
|
|
12131
|
-
output:
|
|
12132
|
-
cacheRead: 0.
|
|
11704
|
+
input: 0.14,
|
|
11705
|
+
output: 0.28,
|
|
11706
|
+
cacheRead: 0.0028,
|
|
12133
11707
|
cacheWrite: 0,
|
|
12134
11708
|
},
|
|
12135
11709
|
contextWindow: 1048576,
|
|
@@ -12144,13 +11718,13 @@ export const MODELS = {
|
|
|
12144
11718
|
reasoning: true,
|
|
12145
11719
|
input: ["text"],
|
|
12146
11720
|
cost: {
|
|
12147
|
-
input:
|
|
12148
|
-
output:
|
|
12149
|
-
cacheRead: 0.
|
|
11721
|
+
input: 0.435,
|
|
11722
|
+
output: 0.87,
|
|
11723
|
+
cacheRead: 0.0036,
|
|
12150
11724
|
cacheWrite: 0,
|
|
12151
11725
|
},
|
|
12152
11726
|
contextWindow: 1048576,
|
|
12153
|
-
maxTokens:
|
|
11727
|
+
maxTokens: 131072,
|
|
12154
11728
|
},
|
|
12155
11729
|
"z-ai/glm-4-32b": {
|
|
12156
11730
|
id: "z-ai/glm-4-32b",
|
|
@@ -12195,13 +11769,13 @@ export const MODELS = {
|
|
|
12195
11769
|
reasoning: true,
|
|
12196
11770
|
input: ["text"],
|
|
12197
11771
|
cost: {
|
|
12198
|
-
input: 0.
|
|
12199
|
-
output: 0.
|
|
12200
|
-
cacheRead: 0
|
|
11772
|
+
input: 0.125,
|
|
11773
|
+
output: 0.84,
|
|
11774
|
+
cacheRead: 0,
|
|
12201
11775
|
cacheWrite: 0,
|
|
12202
11776
|
},
|
|
12203
11777
|
contextWindow: 131072,
|
|
12204
|
-
maxTokens:
|
|
11778
|
+
maxTokens: 131070,
|
|
12205
11779
|
},
|
|
12206
11780
|
"z-ai/glm-4.5-air:free": {
|
|
12207
11781
|
id: "z-ai/glm-4.5-air:free",
|
|
@@ -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",
|
|
@@ -15306,9 +14812,9 @@ export const MODELS = {
|
|
|
15306
14812
|
reasoning: true,
|
|
15307
14813
|
input: ["text", "image"],
|
|
15308
14814
|
cost: {
|
|
15309
|
-
input: 0.
|
|
15310
|
-
output:
|
|
15311
|
-
cacheRead: 0.
|
|
14815
|
+
input: 0.14,
|
|
14816
|
+
output: 0.28,
|
|
14817
|
+
cacheRead: 0.0028,
|
|
15312
14818
|
cacheWrite: 0,
|
|
15313
14819
|
},
|
|
15314
14820
|
contextWindow: 1050000,
|
|
@@ -15323,9 +14829,9 @@ export const MODELS = {
|
|
|
15323
14829
|
reasoning: true,
|
|
15324
14830
|
input: ["text", "image"],
|
|
15325
14831
|
cost: {
|
|
15326
|
-
input:
|
|
15327
|
-
output:
|
|
15328
|
-
cacheRead: 0.
|
|
14832
|
+
input: 0.435,
|
|
14833
|
+
output: 0.87,
|
|
14834
|
+
cacheRead: 0.0036,
|
|
15329
14835
|
cacheWrite: 0,
|
|
15330
14836
|
},
|
|
15331
14837
|
contextWindow: 1050000,
|
|
@@ -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",
|