@asm-agent/ai 0.8.8 → 0.9.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 +0 -33
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +25 -44
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +1 -1
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +2 -2
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -11185,13 +11185,13 @@ export const MODELS = {
|
|
|
11185
11185
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11186
11186
|
input: ["text"],
|
|
11187
11187
|
cost: {
|
|
11188
|
-
input: 0.
|
|
11189
|
-
output:
|
|
11190
|
-
cacheRead: 0.
|
|
11188
|
+
input: 0.55,
|
|
11189
|
+
output: 1.6500000000000001,
|
|
11190
|
+
cacheRead: 0.55,
|
|
11191
11191
|
cacheWrite: 0,
|
|
11192
11192
|
},
|
|
11193
11193
|
contextWindow: 163840,
|
|
11194
|
-
maxTokens:
|
|
11194
|
+
maxTokens: 144900,
|
|
11195
11195
|
},
|
|
11196
11196
|
"deepseek/deepseek-r1": {
|
|
11197
11197
|
id: "deepseek/deepseek-r1",
|
|
@@ -11299,9 +11299,9 @@ export const MODELS = {
|
|
|
11299
11299
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11300
11300
|
input: ["text"],
|
|
11301
11301
|
cost: {
|
|
11302
|
-
input: 0.
|
|
11303
|
-
output: 0.
|
|
11304
|
-
cacheRead: 0.
|
|
11302
|
+
input: 0.07938,
|
|
11303
|
+
output: 0.15876,
|
|
11304
|
+
cacheRead: 0.015875999999999998,
|
|
11305
11305
|
cacheWrite: 0,
|
|
11306
11306
|
},
|
|
11307
11307
|
contextWindow: 1048576,
|
|
@@ -11356,9 +11356,9 @@ export const MODELS = {
|
|
|
11356
11356
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11357
11357
|
input: ["text"],
|
|
11358
11358
|
cost: {
|
|
11359
|
-
input: 1.
|
|
11360
|
-
output: 2.
|
|
11361
|
-
cacheRead: 0.
|
|
11359
|
+
input: 1.0241639999999999,
|
|
11360
|
+
output: 2.0483279999999997,
|
|
11361
|
+
cacheRead: 0.085347,
|
|
11362
11362
|
cacheWrite: 0,
|
|
11363
11363
|
},
|
|
11364
11364
|
contextWindow: 1048576,
|
|
@@ -14874,10 +14874,10 @@ export const MODELS = {
|
|
|
14874
14874
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": null, "xhigh": "xhigh", "max": null },
|
|
14875
14875
|
input: ["text", "image"],
|
|
14876
14876
|
cost: {
|
|
14877
|
-
input: 0.
|
|
14878
|
-
output:
|
|
14877
|
+
input: 0.42,
|
|
14878
|
+
output: 3,
|
|
14879
14879
|
cacheRead: 0.08499999999999999,
|
|
14880
|
-
cacheWrite: 0
|
|
14880
|
+
cacheWrite: 0,
|
|
14881
14881
|
},
|
|
14882
14882
|
contextWindow: 1000000,
|
|
14883
14883
|
maxTokens: 131072,
|
|
@@ -15773,9 +15773,9 @@ export const MODELS = {
|
|
|
15773
15773
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15774
15774
|
input: ["text", "image"],
|
|
15775
15775
|
cost: {
|
|
15776
|
-
input: 2.
|
|
15777
|
-
output:
|
|
15778
|
-
cacheRead: 0.
|
|
15776
|
+
input: 2.5,
|
|
15777
|
+
output: 14,
|
|
15778
|
+
cacheRead: 0.29,
|
|
15779
15779
|
cacheWrite: 0,
|
|
15780
15780
|
},
|
|
15781
15781
|
contextWindow: 1048576,
|
|
@@ -15845,13 +15845,13 @@ export const MODELS = {
|
|
|
15845
15845
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15846
15846
|
input: ["text", "image"],
|
|
15847
15847
|
cost: {
|
|
15848
|
-
input: 0.
|
|
15849
|
-
output: 0.
|
|
15850
|
-
cacheRead: 0.
|
|
15848
|
+
input: 0.07125000000000001,
|
|
15849
|
+
output: 0.2375,
|
|
15850
|
+
cacheRead: 0.01425,
|
|
15851
15851
|
cacheWrite: 0,
|
|
15852
15852
|
},
|
|
15853
15853
|
contextWindow: 1310720,
|
|
15854
|
-
maxTokens:
|
|
15854
|
+
maxTokens: 131072,
|
|
15855
15855
|
},
|
|
15856
15856
|
"~z-ai/glm-latest": {
|
|
15857
15857
|
id: "~z-ai/glm-latest",
|
|
@@ -15863,13 +15863,13 @@ export const MODELS = {
|
|
|
15863
15863
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15864
15864
|
input: ["text"],
|
|
15865
15865
|
cost: {
|
|
15866
|
-
input: 1.
|
|
15867
|
-
output: 3.
|
|
15868
|
-
cacheRead: 0.
|
|
15866
|
+
input: 1.15,
|
|
15867
|
+
output: 3.5,
|
|
15868
|
+
cacheRead: 0.09999999999999999,
|
|
15869
15869
|
cacheWrite: 0,
|
|
15870
15870
|
},
|
|
15871
15871
|
contextWindow: 1310720,
|
|
15872
|
-
maxTokens:
|
|
15872
|
+
maxTokens: 235929,
|
|
15873
15873
|
},
|
|
15874
15874
|
},
|
|
15875
15875
|
"prime-inference": {
|
|
@@ -16162,7 +16162,7 @@ export const MODELS = {
|
|
|
16162
16162
|
cacheWrite: 0,
|
|
16163
16163
|
},
|
|
16164
16164
|
contextWindow: 163840,
|
|
16165
|
-
maxTokens:
|
|
16165
|
+
maxTokens: 144900,
|
|
16166
16166
|
},
|
|
16167
16167
|
"deepseek/deepseek-v3.1-terminus": {
|
|
16168
16168
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -16523,25 +16523,6 @@ export const MODELS = {
|
|
|
16523
16523
|
contextWindow: 1048576,
|
|
16524
16524
|
maxTokens: 115200,
|
|
16525
16525
|
},
|
|
16526
|
-
"meta/muse-spark-1.2": {
|
|
16527
|
-
id: "meta/muse-spark-1.2",
|
|
16528
|
-
name: "Muse Spark 1.2",
|
|
16529
|
-
api: "openai-completions",
|
|
16530
|
-
provider: "prime-inference",
|
|
16531
|
-
baseUrl: "https://api.pinference.ai/api/v1",
|
|
16532
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
16533
|
-
reasoning: true,
|
|
16534
|
-
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
16535
|
-
input: ["text", "image"],
|
|
16536
|
-
cost: {
|
|
16537
|
-
input: 1.25,
|
|
16538
|
-
output: 4.25,
|
|
16539
|
-
cacheRead: 0,
|
|
16540
|
-
cacheWrite: 0,
|
|
16541
|
-
},
|
|
16542
|
-
contextWindow: 1048576,
|
|
16543
|
-
maxTokens: 943718,
|
|
16544
|
-
},
|
|
16545
16526
|
"minimax/minimax-m2.5": {
|
|
16546
16527
|
id: "minimax/minimax-m2.5",
|
|
16547
16528
|
name: "Minimax M2.5",
|