@elyracode/ai 0.8.0 → 0.8.2
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 +115 -30
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +144 -59
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -157,6 +157,23 @@ export const MODELS = {
|
|
|
157
157
|
contextWindow: 1000000,
|
|
158
158
|
maxTokens: 128000,
|
|
159
159
|
},
|
|
160
|
+
"anthropic.claude-opus-4-8": {
|
|
161
|
+
id: "anthropic.claude-opus-4-8",
|
|
162
|
+
name: "Claude Opus 4.8",
|
|
163
|
+
api: "bedrock-converse-stream",
|
|
164
|
+
provider: "amazon-bedrock",
|
|
165
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
166
|
+
reasoning: true,
|
|
167
|
+
input: ["text", "image"],
|
|
168
|
+
cost: {
|
|
169
|
+
input: 5,
|
|
170
|
+
output: 25,
|
|
171
|
+
cacheRead: 0.5,
|
|
172
|
+
cacheWrite: 6.25,
|
|
173
|
+
},
|
|
174
|
+
contextWindow: 1000000,
|
|
175
|
+
maxTokens: 128000,
|
|
176
|
+
},
|
|
160
177
|
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
161
178
|
id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
162
179
|
name: "Claude Sonnet 4.5",
|
|
@@ -1716,6 +1733,23 @@ export const MODELS = {
|
|
|
1716
1733
|
contextWindow: 1000000,
|
|
1717
1734
|
maxTokens: 128000,
|
|
1718
1735
|
},
|
|
1736
|
+
"claude-opus-4-8": {
|
|
1737
|
+
id: "claude-opus-4-8",
|
|
1738
|
+
name: "Claude Opus 4.8",
|
|
1739
|
+
api: "anthropic-messages",
|
|
1740
|
+
provider: "anthropic",
|
|
1741
|
+
baseUrl: "https://api.anthropic.com",
|
|
1742
|
+
reasoning: true,
|
|
1743
|
+
input: ["text", "image"],
|
|
1744
|
+
cost: {
|
|
1745
|
+
input: 5,
|
|
1746
|
+
output: 25,
|
|
1747
|
+
cacheRead: 0.5,
|
|
1748
|
+
cacheWrite: 6.25,
|
|
1749
|
+
},
|
|
1750
|
+
contextWindow: 1000000,
|
|
1751
|
+
maxTokens: 128000,
|
|
1752
|
+
},
|
|
1719
1753
|
"claude-sonnet-4-0": {
|
|
1720
1754
|
id: "claude-sonnet-4-0",
|
|
1721
1755
|
name: "Claude Sonnet 4 (latest)",
|
|
@@ -2509,23 +2543,6 @@ export const MODELS = {
|
|
|
2509
2543
|
contextWindow: 32000,
|
|
2510
2544
|
maxTokens: 8000,
|
|
2511
2545
|
},
|
|
2512
|
-
"qwen-3-235b-a22b-instruct-2507": {
|
|
2513
|
-
id: "qwen-3-235b-a22b-instruct-2507",
|
|
2514
|
-
name: "Qwen 3 235B Instruct",
|
|
2515
|
-
api: "openai-completions",
|
|
2516
|
-
provider: "cerebras",
|
|
2517
|
-
baseUrl: "https://api.cerebras.ai/v1",
|
|
2518
|
-
reasoning: false,
|
|
2519
|
-
input: ["text"],
|
|
2520
|
-
cost: {
|
|
2521
|
-
input: 0.6,
|
|
2522
|
-
output: 1.2,
|
|
2523
|
-
cacheRead: 0,
|
|
2524
|
-
cacheWrite: 0,
|
|
2525
|
-
},
|
|
2526
|
-
contextWindow: 131000,
|
|
2527
|
-
maxTokens: 32000,
|
|
2528
|
-
},
|
|
2529
2546
|
"zai-glm-4.7": {
|
|
2530
2547
|
id: "zai-glm-4.7",
|
|
2531
2548
|
name: "Z.AI GLM-4.7",
|
|
@@ -4673,7 +4690,7 @@ export const MODELS = {
|
|
|
4673
4690
|
cost: {
|
|
4674
4691
|
input: 1,
|
|
4675
4692
|
output: 3,
|
|
4676
|
-
cacheRead: 0,
|
|
4693
|
+
cacheRead: 0.5,
|
|
4677
4694
|
cacheWrite: 0,
|
|
4678
4695
|
},
|
|
4679
4696
|
contextWindow: 262144,
|
|
@@ -4690,7 +4707,7 @@ export const MODELS = {
|
|
|
4690
4707
|
cost: {
|
|
4691
4708
|
input: 0.15,
|
|
4692
4709
|
output: 0.6,
|
|
4693
|
-
cacheRead: 0,
|
|
4710
|
+
cacheRead: 0.075,
|
|
4694
4711
|
cacheWrite: 0,
|
|
4695
4712
|
},
|
|
4696
4713
|
contextWindow: 131072,
|
|
@@ -4707,7 +4724,7 @@ export const MODELS = {
|
|
|
4707
4724
|
cost: {
|
|
4708
4725
|
input: 0.075,
|
|
4709
4726
|
output: 0.3,
|
|
4710
|
-
cacheRead: 0,
|
|
4727
|
+
cacheRead: 0.0375,
|
|
4711
4728
|
cacheWrite: 0,
|
|
4712
4729
|
},
|
|
4713
4730
|
contextWindow: 131072,
|
|
@@ -7444,6 +7461,23 @@ export const MODELS = {
|
|
|
7444
7461
|
contextWindow: 262144,
|
|
7445
7462
|
maxTokens: 65536,
|
|
7446
7463
|
},
|
|
7464
|
+
"mimo-v2.5-free": {
|
|
7465
|
+
id: "mimo-v2.5-free",
|
|
7466
|
+
name: "MiMo V2.5 Free",
|
|
7467
|
+
api: "openai-completions",
|
|
7468
|
+
provider: "opencode",
|
|
7469
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7470
|
+
reasoning: true,
|
|
7471
|
+
input: ["text", "image"],
|
|
7472
|
+
cost: {
|
|
7473
|
+
input: 0,
|
|
7474
|
+
output: 0,
|
|
7475
|
+
cacheRead: 0,
|
|
7476
|
+
cacheWrite: 0,
|
|
7477
|
+
},
|
|
7478
|
+
contextWindow: 1000000,
|
|
7479
|
+
maxTokens: 128000,
|
|
7480
|
+
},
|
|
7447
7481
|
"minimax-m2.5": {
|
|
7448
7482
|
id: "minimax-m2.5",
|
|
7449
7483
|
name: "MiniMax M2.5",
|
|
@@ -7646,9 +7680,9 @@ export const MODELS = {
|
|
|
7646
7680
|
reasoning: true,
|
|
7647
7681
|
input: ["text", "image"],
|
|
7648
7682
|
cost: {
|
|
7649
|
-
input: 0.
|
|
7650
|
-
output:
|
|
7651
|
-
cacheRead: 0.
|
|
7683
|
+
input: 0.14,
|
|
7684
|
+
output: 0.28,
|
|
7685
|
+
cacheRead: 0.0028,
|
|
7652
7686
|
cacheWrite: 0,
|
|
7653
7687
|
},
|
|
7654
7688
|
contextWindow: 1000000,
|
|
@@ -7663,9 +7697,9 @@ export const MODELS = {
|
|
|
7663
7697
|
reasoning: true,
|
|
7664
7698
|
input: ["text"],
|
|
7665
7699
|
cost: {
|
|
7666
|
-
input: 1,
|
|
7667
|
-
output: 3,
|
|
7668
|
-
cacheRead: 0.
|
|
7700
|
+
input: 1.74,
|
|
7701
|
+
output: 3.48,
|
|
7702
|
+
cacheRead: 0.0145,
|
|
7669
7703
|
cacheWrite: 0,
|
|
7670
7704
|
},
|
|
7671
7705
|
contextWindow: 1048576,
|
|
@@ -8019,6 +8053,40 @@ export const MODELS = {
|
|
|
8019
8053
|
contextWindow: 1000000,
|
|
8020
8054
|
maxTokens: 128000,
|
|
8021
8055
|
},
|
|
8056
|
+
"anthropic/claude-opus-4.8": {
|
|
8057
|
+
id: "anthropic/claude-opus-4.8",
|
|
8058
|
+
name: "Anthropic: Claude Opus 4.8",
|
|
8059
|
+
api: "openai-completions",
|
|
8060
|
+
provider: "openrouter",
|
|
8061
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8062
|
+
reasoning: true,
|
|
8063
|
+
input: ["text", "image"],
|
|
8064
|
+
cost: {
|
|
8065
|
+
input: 5,
|
|
8066
|
+
output: 25,
|
|
8067
|
+
cacheRead: 0.5,
|
|
8068
|
+
cacheWrite: 6.25,
|
|
8069
|
+
},
|
|
8070
|
+
contextWindow: 1000000,
|
|
8071
|
+
maxTokens: 128000,
|
|
8072
|
+
},
|
|
8073
|
+
"anthropic/claude-opus-4.8-fast": {
|
|
8074
|
+
id: "anthropic/claude-opus-4.8-fast",
|
|
8075
|
+
name: "Anthropic: Claude Opus 4.8 (Fast)",
|
|
8076
|
+
api: "openai-completions",
|
|
8077
|
+
provider: "openrouter",
|
|
8078
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8079
|
+
reasoning: true,
|
|
8080
|
+
input: ["text", "image"],
|
|
8081
|
+
cost: {
|
|
8082
|
+
input: 10,
|
|
8083
|
+
output: 50,
|
|
8084
|
+
cacheRead: 1,
|
|
8085
|
+
cacheWrite: 12.5,
|
|
8086
|
+
},
|
|
8087
|
+
contextWindow: 1000000,
|
|
8088
|
+
maxTokens: 128000,
|
|
8089
|
+
},
|
|
8022
8090
|
"anthropic/claude-sonnet-4": {
|
|
8023
8091
|
id: "anthropic/claude-sonnet-4",
|
|
8024
8092
|
name: "Anthropic: Claude Sonnet 4",
|
|
@@ -8138,23 +8206,6 @@ export const MODELS = {
|
|
|
8138
8206
|
contextWindow: 2000000,
|
|
8139
8207
|
maxTokens: 30000,
|
|
8140
8208
|
},
|
|
8141
|
-
"baidu/cobuddy:free": {
|
|
8142
|
-
id: "baidu/cobuddy:free",
|
|
8143
|
-
name: "Baidu Qianfan: CoBuddy (free)",
|
|
8144
|
-
api: "openai-completions",
|
|
8145
|
-
provider: "openrouter",
|
|
8146
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8147
|
-
reasoning: true,
|
|
8148
|
-
input: ["text"],
|
|
8149
|
-
cost: {
|
|
8150
|
-
input: 0,
|
|
8151
|
-
output: 0,
|
|
8152
|
-
cacheRead: 0,
|
|
8153
|
-
cacheWrite: 0,
|
|
8154
|
-
},
|
|
8155
|
-
contextWindow: 131072,
|
|
8156
|
-
maxTokens: 65536,
|
|
8157
|
-
},
|
|
8158
8209
|
"baidu/ernie-4.5-21b-a3b": {
|
|
8159
8210
|
id: "baidu/ernie-4.5-21b-a3b",
|
|
8160
8211
|
name: "Baidu: ERNIE 4.5 21B A3B",
|
|
@@ -9110,7 +9161,7 @@ export const MODELS = {
|
|
|
9110
9161
|
cacheRead: 0,
|
|
9111
9162
|
cacheWrite: 0,
|
|
9112
9163
|
},
|
|
9113
|
-
contextWindow:
|
|
9164
|
+
contextWindow: 262144,
|
|
9114
9165
|
maxTokens: 8192,
|
|
9115
9166
|
},
|
|
9116
9167
|
"minimax/minimax-m2.7": {
|
|
@@ -9572,6 +9623,23 @@ export const MODELS = {
|
|
|
9572
9623
|
contextWindow: 262144,
|
|
9573
9624
|
maxTokens: 262142,
|
|
9574
9625
|
},
|
|
9626
|
+
"moonshotai/kimi-k2.6:free": {
|
|
9627
|
+
id: "moonshotai/kimi-k2.6:free",
|
|
9628
|
+
name: "MoonshotAI: Kimi K2.6 (free)",
|
|
9629
|
+
api: "openai-completions",
|
|
9630
|
+
provider: "openrouter",
|
|
9631
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9632
|
+
reasoning: true,
|
|
9633
|
+
input: ["text", "image"],
|
|
9634
|
+
cost: {
|
|
9635
|
+
input: 0,
|
|
9636
|
+
output: 0,
|
|
9637
|
+
cacheRead: 0,
|
|
9638
|
+
cacheWrite: 0,
|
|
9639
|
+
},
|
|
9640
|
+
contextWindow: 262144,
|
|
9641
|
+
maxTokens: 4096,
|
|
9642
|
+
},
|
|
9575
9643
|
"nex-agi/deepseek-v3.1-nex-n1": {
|
|
9576
9644
|
id: "nex-agi/deepseek-v3.1-nex-n1",
|
|
9577
9645
|
name: "Nex AGI: DeepSeek V3.1 Nex N1",
|
|
@@ -10059,11 +10127,11 @@ export const MODELS = {
|
|
|
10059
10127
|
cost: {
|
|
10060
10128
|
input: 1.25,
|
|
10061
10129
|
output: 10,
|
|
10062
|
-
cacheRead: 0.
|
|
10130
|
+
cacheRead: 0.13,
|
|
10063
10131
|
cacheWrite: 0,
|
|
10064
10132
|
},
|
|
10065
10133
|
contextWindow: 128000,
|
|
10066
|
-
maxTokens:
|
|
10134
|
+
maxTokens: 32000,
|
|
10067
10135
|
},
|
|
10068
10136
|
"openai/gpt-5.1-codex": {
|
|
10069
10137
|
id: "openai/gpt-5.1-codex",
|
|
@@ -10076,7 +10144,7 @@ export const MODELS = {
|
|
|
10076
10144
|
cost: {
|
|
10077
10145
|
input: 1.25,
|
|
10078
10146
|
output: 10,
|
|
10079
|
-
cacheRead: 0.
|
|
10147
|
+
cacheRead: 0.13,
|
|
10080
10148
|
cacheWrite: 0,
|
|
10081
10149
|
},
|
|
10082
10150
|
contextWindow: 400000,
|
|
@@ -10110,11 +10178,11 @@ export const MODELS = {
|
|
|
10110
10178
|
cost: {
|
|
10111
10179
|
input: 0.25,
|
|
10112
10180
|
output: 2,
|
|
10113
|
-
cacheRead: 0.
|
|
10181
|
+
cacheRead: 0.024999999999999998,
|
|
10114
10182
|
cacheWrite: 0,
|
|
10115
10183
|
},
|
|
10116
10184
|
contextWindow: 400000,
|
|
10117
|
-
maxTokens:
|
|
10185
|
+
maxTokens: 100000,
|
|
10118
10186
|
},
|
|
10119
10187
|
"openai/gpt-5.2": {
|
|
10120
10188
|
id: "openai/gpt-5.2",
|
|
@@ -10150,7 +10218,7 @@ export const MODELS = {
|
|
|
10150
10218
|
cacheWrite: 0,
|
|
10151
10219
|
},
|
|
10152
10220
|
contextWindow: 128000,
|
|
10153
|
-
maxTokens:
|
|
10221
|
+
maxTokens: 16384,
|
|
10154
10222
|
},
|
|
10155
10223
|
"openai/gpt-5.2-codex": {
|
|
10156
10224
|
id: "openai/gpt-5.2-codex",
|
|
@@ -11412,13 +11480,13 @@ export const MODELS = {
|
|
|
11412
11480
|
reasoning: true,
|
|
11413
11481
|
input: ["text", "image"],
|
|
11414
11482
|
cost: {
|
|
11415
|
-
input: 0.
|
|
11416
|
-
output:
|
|
11417
|
-
cacheRead: 0
|
|
11483
|
+
input: 0.29,
|
|
11484
|
+
output: 3.1999999999999997,
|
|
11485
|
+
cacheRead: 0,
|
|
11418
11486
|
cacheWrite: 0,
|
|
11419
11487
|
},
|
|
11420
11488
|
contextWindow: 262144,
|
|
11421
|
-
maxTokens:
|
|
11489
|
+
maxTokens: 262140,
|
|
11422
11490
|
},
|
|
11423
11491
|
"qwen/qwen3.6-35b-a3b": {
|
|
11424
11492
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -11429,13 +11497,13 @@ export const MODELS = {
|
|
|
11429
11497
|
reasoning: true,
|
|
11430
11498
|
input: ["text", "image"],
|
|
11431
11499
|
cost: {
|
|
11432
|
-
input: 0.
|
|
11500
|
+
input: 0.14,
|
|
11433
11501
|
output: 1,
|
|
11434
|
-
cacheRead: 0
|
|
11502
|
+
cacheRead: 0,
|
|
11435
11503
|
cacheWrite: 0,
|
|
11436
11504
|
},
|
|
11437
11505
|
contextWindow: 262144,
|
|
11438
|
-
maxTokens:
|
|
11506
|
+
maxTokens: 262140,
|
|
11439
11507
|
},
|
|
11440
11508
|
"qwen/qwen3.6-flash": {
|
|
11441
11509
|
id: "qwen/qwen3.6-flash",
|
|
@@ -11770,8 +11838,8 @@ export const MODELS = {
|
|
|
11770
11838
|
input: ["text"],
|
|
11771
11839
|
cost: {
|
|
11772
11840
|
input: 0.125,
|
|
11773
|
-
output: 0.
|
|
11774
|
-
cacheRead: 0,
|
|
11841
|
+
output: 0.85,
|
|
11842
|
+
cacheRead: 0.06,
|
|
11775
11843
|
cacheWrite: 0,
|
|
11776
11844
|
},
|
|
11777
11845
|
contextWindow: 131072,
|
|
@@ -12870,6 +12938,23 @@ export const MODELS = {
|
|
|
12870
12938
|
contextWindow: 1000000,
|
|
12871
12939
|
maxTokens: 128000,
|
|
12872
12940
|
},
|
|
12941
|
+
"anthropic/claude-opus-4.8": {
|
|
12942
|
+
id: "anthropic/claude-opus-4.8",
|
|
12943
|
+
name: "Claude Opus 4.8",
|
|
12944
|
+
api: "anthropic-messages",
|
|
12945
|
+
provider: "vercel-ai-gateway",
|
|
12946
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12947
|
+
reasoning: true,
|
|
12948
|
+
input: ["text", "image"],
|
|
12949
|
+
cost: {
|
|
12950
|
+
input: 5,
|
|
12951
|
+
output: 25,
|
|
12952
|
+
cacheRead: 0.5,
|
|
12953
|
+
cacheWrite: 6.25,
|
|
12954
|
+
},
|
|
12955
|
+
contextWindow: 1000000,
|
|
12956
|
+
maxTokens: 128000,
|
|
12957
|
+
},
|
|
12873
12958
|
"anthropic/claude-sonnet-4": {
|
|
12874
12959
|
id: "anthropic/claude-sonnet-4",
|
|
12875
12960
|
name: "Claude Sonnet 4",
|