@elyracode/ai 0.5.5 → 0.5.7
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/image-models.generated.d.ts +120 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +120 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +17 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +40 -23
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -7981,6 +7981,23 @@ export const MODELS = {
|
|
|
7981
7981
|
contextWindow: 262144,
|
|
7982
7982
|
maxTokens: 65536,
|
|
7983
7983
|
},
|
|
7984
|
+
"qwen3.6-plus-free": {
|
|
7985
|
+
id: "qwen3.6-plus-free",
|
|
7986
|
+
name: "Qwen3.6 Plus Free",
|
|
7987
|
+
api: "anthropic-messages",
|
|
7988
|
+
provider: "opencode",
|
|
7989
|
+
baseUrl: "https://opencode.ai/zen",
|
|
7990
|
+
reasoning: true,
|
|
7991
|
+
input: ["text", "image"],
|
|
7992
|
+
cost: {
|
|
7993
|
+
input: 0,
|
|
7994
|
+
output: 0,
|
|
7995
|
+
cacheRead: 0,
|
|
7996
|
+
cacheWrite: 0,
|
|
7997
|
+
},
|
|
7998
|
+
contextWindow: 262144,
|
|
7999
|
+
maxTokens: 65536,
|
|
8000
|
+
},
|
|
7984
8001
|
},
|
|
7985
8002
|
"opencode-go": {
|
|
7986
8003
|
"deepseek-v4-flash": {
|
|
@@ -8965,8 +8982,8 @@ export const MODELS = {
|
|
|
8965
8982
|
cacheRead: 0,
|
|
8966
8983
|
cacheWrite: 0,
|
|
8967
8984
|
},
|
|
8968
|
-
contextWindow:
|
|
8969
|
-
maxTokens:
|
|
8985
|
+
contextWindow: 1048576,
|
|
8986
|
+
maxTokens: 384000,
|
|
8970
8987
|
},
|
|
8971
8988
|
"deepseek/deepseek-v4-pro": {
|
|
8972
8989
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -9387,9 +9404,9 @@ export const MODELS = {
|
|
|
9387
9404
|
reasoning: false,
|
|
9388
9405
|
input: ["text"],
|
|
9389
9406
|
cost: {
|
|
9390
|
-
input: 0.
|
|
9391
|
-
output: 0.
|
|
9392
|
-
cacheRead: 0.
|
|
9407
|
+
input: 0.01,
|
|
9408
|
+
output: 0.03,
|
|
9409
|
+
cacheRead: 0.002,
|
|
9393
9410
|
cacheWrite: 0,
|
|
9394
9411
|
},
|
|
9395
9412
|
contextWindow: 262144,
|
|
@@ -9608,13 +9625,13 @@ export const MODELS = {
|
|
|
9608
9625
|
reasoning: true,
|
|
9609
9626
|
input: ["text"],
|
|
9610
9627
|
cost: {
|
|
9611
|
-
input: 0.
|
|
9628
|
+
input: 0.27899999999999997,
|
|
9612
9629
|
output: 1.2,
|
|
9613
9630
|
cacheRead: 0,
|
|
9614
9631
|
cacheWrite: 0,
|
|
9615
9632
|
},
|
|
9616
9633
|
contextWindow: 196608,
|
|
9617
|
-
maxTokens:
|
|
9634
|
+
maxTokens: 131072,
|
|
9618
9635
|
},
|
|
9619
9636
|
"mistralai/codestral-2508": {
|
|
9620
9637
|
id: "mistralai/codestral-2508",
|
|
@@ -10050,8 +10067,8 @@ export const MODELS = {
|
|
|
10050
10067
|
reasoning: true,
|
|
10051
10068
|
input: ["text", "image"],
|
|
10052
10069
|
cost: {
|
|
10053
|
-
input: 0.
|
|
10054
|
-
output: 3.
|
|
10070
|
+
input: 0.73,
|
|
10071
|
+
output: 3.49,
|
|
10055
10072
|
cacheRead: 0.25,
|
|
10056
10073
|
cacheWrite: 0,
|
|
10057
10074
|
},
|
|
@@ -11405,7 +11422,7 @@ export const MODELS = {
|
|
|
11405
11422
|
reasoning: true,
|
|
11406
11423
|
input: ["text"],
|
|
11407
11424
|
cost: {
|
|
11408
|
-
input: 0.
|
|
11425
|
+
input: 0.09999999999999999,
|
|
11409
11426
|
output: 0.24,
|
|
11410
11427
|
cacheRead: 0,
|
|
11411
11428
|
cacheWrite: 0,
|
|
@@ -11917,7 +11934,7 @@ export const MODELS = {
|
|
|
11917
11934
|
cost: {
|
|
11918
11935
|
input: 0.39,
|
|
11919
11936
|
output: 2.34,
|
|
11920
|
-
cacheRead: 0,
|
|
11937
|
+
cacheRead: 0.195,
|
|
11921
11938
|
cacheWrite: 0,
|
|
11922
11939
|
},
|
|
11923
11940
|
contextWindow: 262144,
|
|
@@ -11983,8 +12000,8 @@ export const MODELS = {
|
|
|
11983
12000
|
reasoning: true,
|
|
11984
12001
|
input: ["text", "image"],
|
|
11985
12002
|
cost: {
|
|
11986
|
-
input: 0.
|
|
11987
|
-
output:
|
|
12003
|
+
input: 0.3,
|
|
12004
|
+
output: 1.7999999999999998,
|
|
11988
12005
|
cacheRead: 0,
|
|
11989
12006
|
cacheWrite: 0,
|
|
11990
12007
|
},
|
|
@@ -12034,10 +12051,10 @@ export const MODELS = {
|
|
|
12034
12051
|
reasoning: true,
|
|
12035
12052
|
input: ["text", "image"],
|
|
12036
12053
|
cost: {
|
|
12037
|
-
input: 0.
|
|
12038
|
-
output: 1.
|
|
12054
|
+
input: 0.1875,
|
|
12055
|
+
output: 1.125,
|
|
12039
12056
|
cacheRead: 0,
|
|
12040
|
-
cacheWrite: 0.
|
|
12057
|
+
cacheWrite: 0.234375,
|
|
12041
12058
|
},
|
|
12042
12059
|
contextWindow: 1000000,
|
|
12043
12060
|
maxTokens: 65536,
|
|
@@ -12680,13 +12697,13 @@ export const MODELS = {
|
|
|
12680
12697
|
reasoning: true,
|
|
12681
12698
|
input: ["text"],
|
|
12682
12699
|
cost: {
|
|
12683
|
-
input:
|
|
12684
|
-
output: 3.
|
|
12685
|
-
cacheRead: 0.
|
|
12700
|
+
input: 0.98,
|
|
12701
|
+
output: 3.08,
|
|
12702
|
+
cacheRead: 0.182,
|
|
12686
12703
|
cacheWrite: 0,
|
|
12687
12704
|
},
|
|
12688
12705
|
contextWindow: 202752,
|
|
12689
|
-
maxTokens:
|
|
12706
|
+
maxTokens: 4096,
|
|
12690
12707
|
},
|
|
12691
12708
|
"z-ai/glm-5v-turbo": {
|
|
12692
12709
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -12799,8 +12816,8 @@ export const MODELS = {
|
|
|
12799
12816
|
reasoning: true,
|
|
12800
12817
|
input: ["text", "image"],
|
|
12801
12818
|
cost: {
|
|
12802
|
-
input: 0.
|
|
12803
|
-
output: 3.
|
|
12819
|
+
input: 0.73,
|
|
12820
|
+
output: 3.49,
|
|
12804
12821
|
cacheRead: 0.25,
|
|
12805
12822
|
cacheWrite: 0,
|
|
12806
12823
|
},
|
|
@@ -15187,7 +15204,7 @@ export const MODELS = {
|
|
|
15187
15204
|
},
|
|
15188
15205
|
"openai/gpt-oss-20b": {
|
|
15189
15206
|
id: "openai/gpt-oss-20b",
|
|
15190
|
-
name: "GPT OSS
|
|
15207
|
+
name: "GPT OSS 20B",
|
|
15191
15208
|
api: "anthropic-messages",
|
|
15192
15209
|
provider: "vercel-ai-gateway",
|
|
15193
15210
|
baseUrl: "https://ai-gateway.vercel.sh",
|