@elyracode/ai 0.9.26 → 0.9.27
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.
|
@@ -10278,7 +10278,7 @@ export declare const MODELS: {
|
|
|
10278
10278
|
readonly "grok-build-0.1": {
|
|
10279
10279
|
id: string;
|
|
10280
10280
|
name: string;
|
|
10281
|
-
api: "openai-
|
|
10281
|
+
api: "openai-responses";
|
|
10282
10282
|
provider: string;
|
|
10283
10283
|
baseUrl: string;
|
|
10284
10284
|
reasoning: true;
|
|
@@ -10377,7 +10377,7 @@ export declare const MODELS: {
|
|
|
10377
10377
|
contextWindow: number;
|
|
10378
10378
|
maxTokens: number;
|
|
10379
10379
|
};
|
|
10380
|
-
readonly "ling-3.0-
|
|
10380
|
+
readonly "ling-3.0-tiny-free": {
|
|
10381
10381
|
id: string;
|
|
10382
10382
|
name: string;
|
|
10383
10383
|
api: "openai-completions";
|
package/dist/models.generated.js
CHANGED
|
@@ -4795,9 +4795,9 @@ export const MODELS = {
|
|
|
4795
4795
|
reasoning: true,
|
|
4796
4796
|
input: ["text", "image"],
|
|
4797
4797
|
cost: {
|
|
4798
|
-
input:
|
|
4799
|
-
output:
|
|
4800
|
-
cacheRead: 0.
|
|
4798
|
+
input: 3,
|
|
4799
|
+
output: 15,
|
|
4800
|
+
cacheRead: 0.3,
|
|
4801
4801
|
cacheWrite: 0,
|
|
4802
4802
|
},
|
|
4803
4803
|
contextWindow: 1048576,
|
|
@@ -9282,7 +9282,7 @@ export const MODELS = {
|
|
|
9282
9282
|
"grok-build-0.1": {
|
|
9283
9283
|
id: "grok-build-0.1",
|
|
9284
9284
|
name: "Grok Build 0.1",
|
|
9285
|
-
api: "openai-
|
|
9285
|
+
api: "openai-responses",
|
|
9286
9286
|
provider: "opencode",
|
|
9287
9287
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
9288
9288
|
reasoning: true,
|
|
@@ -9381,9 +9381,9 @@ export const MODELS = {
|
|
|
9381
9381
|
contextWindow: 256000,
|
|
9382
9382
|
maxTokens: 32000,
|
|
9383
9383
|
},
|
|
9384
|
-
"ling-3.0-
|
|
9385
|
-
id: "ling-3.0-
|
|
9386
|
-
name: "Ling-3.0-
|
|
9384
|
+
"ling-3.0-tiny-free": {
|
|
9385
|
+
id: "ling-3.0-tiny-free",
|
|
9386
|
+
name: "Ling-3.0-tiny Free",
|
|
9387
9387
|
api: "openai-completions",
|
|
9388
9388
|
provider: "opencode",
|
|
9389
9389
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -10787,13 +10787,13 @@ export const MODELS = {
|
|
|
10787
10787
|
reasoning: true,
|
|
10788
10788
|
input: ["text"],
|
|
10789
10789
|
cost: {
|
|
10790
|
-
input: 0.
|
|
10791
|
-
output: 0.
|
|
10792
|
-
cacheRead: 0.
|
|
10790
|
+
input: 0.26,
|
|
10791
|
+
output: 0.38,
|
|
10792
|
+
cacheRead: 0.13,
|
|
10793
10793
|
cacheWrite: 0,
|
|
10794
10794
|
},
|
|
10795
10795
|
contextWindow: 163840,
|
|
10796
|
-
maxTokens:
|
|
10796
|
+
maxTokens: 163840,
|
|
10797
10797
|
},
|
|
10798
10798
|
"deepseek/deepseek-v3.2-exp": {
|
|
10799
10799
|
id: "deepseek/deepseek-v3.2-exp",
|
|
@@ -10823,13 +10823,13 @@ export const MODELS = {
|
|
|
10823
10823
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10824
10824
|
input: ["text"],
|
|
10825
10825
|
cost: {
|
|
10826
|
-
input: 0.
|
|
10827
|
-
output: 0.
|
|
10828
|
-
cacheRead: 0.
|
|
10826
|
+
input: 0.14,
|
|
10827
|
+
output: 0.28,
|
|
10828
|
+
cacheRead: 0.028,
|
|
10829
10829
|
cacheWrite: 0,
|
|
10830
10830
|
},
|
|
10831
10831
|
contextWindow: 1048576,
|
|
10832
|
-
maxTokens:
|
|
10832
|
+
maxTokens: 393216,
|
|
10833
10833
|
},
|
|
10834
10834
|
"deepseek/deepseek-v4-flash-0731": {
|
|
10835
10835
|
id: "deepseek/deepseek-v4-flash-0731",
|
|
@@ -10848,7 +10848,7 @@ export const MODELS = {
|
|
|
10848
10848
|
cacheWrite: 0,
|
|
10849
10849
|
},
|
|
10850
10850
|
contextWindow: 1048576,
|
|
10851
|
-
maxTokens:
|
|
10851
|
+
maxTokens: 384000,
|
|
10852
10852
|
},
|
|
10853
10853
|
"deepseek/deepseek-v4-pro": {
|
|
10854
10854
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -12136,9 +12136,9 @@ export const MODELS = {
|
|
|
12136
12136
|
reasoning: true,
|
|
12137
12137
|
input: ["text", "image"],
|
|
12138
12138
|
cost: {
|
|
12139
|
-
input: 0.
|
|
12140
|
-
output: 2.
|
|
12141
|
-
cacheRead: 0.
|
|
12139
|
+
input: 0.5795,
|
|
12140
|
+
output: 2.44,
|
|
12141
|
+
cacheRead: 0.0976,
|
|
12142
12142
|
cacheWrite: 0,
|
|
12143
12143
|
},
|
|
12144
12144
|
contextWindow: 262144,
|
|
@@ -12289,13 +12289,13 @@ export const MODELS = {
|
|
|
12289
12289
|
reasoning: true,
|
|
12290
12290
|
input: ["text"],
|
|
12291
12291
|
cost: {
|
|
12292
|
-
input: 0.
|
|
12293
|
-
output: 0.
|
|
12292
|
+
input: 0.08499999999999999,
|
|
12293
|
+
output: 0.39999999999999997,
|
|
12294
12294
|
cacheRead: 0,
|
|
12295
12295
|
cacheWrite: 0,
|
|
12296
12296
|
},
|
|
12297
12297
|
contextWindow: 1000000,
|
|
12298
|
-
maxTokens:
|
|
12298
|
+
maxTokens: 16384,
|
|
12299
12299
|
},
|
|
12300
12300
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
12301
12301
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -14338,7 +14338,7 @@ export const MODELS = {
|
|
|
14338
14338
|
cacheWrite: 0,
|
|
14339
14339
|
},
|
|
14340
14340
|
contextWindow: 262144,
|
|
14341
|
-
maxTokens:
|
|
14341
|
+
maxTokens: 262144,
|
|
14342
14342
|
},
|
|
14343
14343
|
"qwen/qwen3-vl-235b-a22b-instruct": {
|
|
14344
14344
|
id: "qwen/qwen3-vl-235b-a22b-instruct",
|
|
@@ -14893,13 +14893,13 @@ export const MODELS = {
|
|
|
14893
14893
|
reasoning: true,
|
|
14894
14894
|
input: ["text", "image"],
|
|
14895
14895
|
cost: {
|
|
14896
|
-
input:
|
|
14896
|
+
input: 0.95,
|
|
14897
14897
|
output: 4.05,
|
|
14898
|
-
cacheRead: 0.
|
|
14898
|
+
cacheRead: 0.16,
|
|
14899
14899
|
cacheWrite: 0,
|
|
14900
14900
|
},
|
|
14901
14901
|
contextWindow: 1048576,
|
|
14902
|
-
maxTokens:
|
|
14902
|
+
maxTokens: 262144,
|
|
14903
14903
|
},
|
|
14904
14904
|
"thinkingmachines/inkling-small": {
|
|
14905
14905
|
id: "thinkingmachines/inkling-small",
|
|
@@ -15233,9 +15233,9 @@ export const MODELS = {
|
|
|
15233
15233
|
reasoning: true,
|
|
15234
15234
|
input: ["text"],
|
|
15235
15235
|
cost: {
|
|
15236
|
-
input: 0.
|
|
15237
|
-
output:
|
|
15238
|
-
cacheRead: 0.
|
|
15236
|
+
input: 0.2772,
|
|
15237
|
+
output: 0.8712,
|
|
15238
|
+
cacheRead: 0.051480000000000005,
|
|
15239
15239
|
cacheWrite: 0,
|
|
15240
15240
|
},
|
|
15241
15241
|
contextWindow: 1048576,
|
|
@@ -15361,7 +15361,7 @@ export const MODELS = {
|
|
|
15361
15361
|
cacheWrite: 0,
|
|
15362
15362
|
},
|
|
15363
15363
|
contextWindow: 1048576,
|
|
15364
|
-
maxTokens:
|
|
15364
|
+
maxTokens: 384000,
|
|
15365
15365
|
},
|
|
15366
15366
|
"~google/gemini-flash-latest": {
|
|
15367
15367
|
id: "~google/gemini-flash-latest",
|
|
@@ -16774,9 +16774,9 @@ export const MODELS = {
|
|
|
16774
16774
|
reasoning: true,
|
|
16775
16775
|
input: ["text"],
|
|
16776
16776
|
cost: {
|
|
16777
|
-
input: 0.
|
|
16778
|
-
output: 0.
|
|
16779
|
-
cacheRead: 0.
|
|
16777
|
+
input: 0.19999999999999998,
|
|
16778
|
+
output: 0.39999999999999997,
|
|
16779
|
+
cacheRead: 0.04,
|
|
16780
16780
|
cacheWrite: 0,
|
|
16781
16781
|
},
|
|
16782
16782
|
contextWindow: 1000000,
|