@asm-agent/ai 0.8.7 → 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 +28 -33
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +47 -47
- 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 +3 -3
- 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,
|
|
@@ -11896,6 +11896,25 @@ export const MODELS = {
|
|
|
11896
11896
|
contextWindow: 262144,
|
|
11897
11897
|
maxTokens: 32768,
|
|
11898
11898
|
},
|
|
11899
|
+
"inclusionai/ling-3.0-flash-fin": {
|
|
11900
|
+
id: "inclusionai/ling-3.0-flash-fin",
|
|
11901
|
+
name: "Ling 3.0 Flash Fin",
|
|
11902
|
+
api: "openai-completions",
|
|
11903
|
+
provider: "openrouter",
|
|
11904
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11905
|
+
compat: { "supportsReasoningEffort": false },
|
|
11906
|
+
reasoning: true,
|
|
11907
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11908
|
+
input: ["text"],
|
|
11909
|
+
cost: {
|
|
11910
|
+
input: 0.06,
|
|
11911
|
+
output: 0.18,
|
|
11912
|
+
cacheRead: 0.012,
|
|
11913
|
+
cacheWrite: 0,
|
|
11914
|
+
},
|
|
11915
|
+
contextWindow: 262144,
|
|
11916
|
+
maxTokens: 235929,
|
|
11917
|
+
},
|
|
11899
11918
|
"inclusionai/ling-3.0-flash-fin:free": {
|
|
11900
11919
|
id: "inclusionai/ling-3.0-flash-fin:free",
|
|
11901
11920
|
name: "Ling 3.0 Flash Fin (free)",
|
|
@@ -14855,10 +14874,10 @@ export const MODELS = {
|
|
|
14855
14874
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": null, "xhigh": "xhigh", "max": null },
|
|
14856
14875
|
input: ["text", "image"],
|
|
14857
14876
|
cost: {
|
|
14858
|
-
input: 0.
|
|
14859
|
-
output:
|
|
14877
|
+
input: 0.42,
|
|
14878
|
+
output: 3,
|
|
14860
14879
|
cacheRead: 0.08499999999999999,
|
|
14861
|
-
cacheWrite: 0
|
|
14880
|
+
cacheWrite: 0,
|
|
14862
14881
|
},
|
|
14863
14882
|
contextWindow: 1000000,
|
|
14864
14883
|
maxTokens: 131072,
|
|
@@ -15034,9 +15053,9 @@ export const MODELS = {
|
|
|
15034
15053
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
15035
15054
|
input: ["text"],
|
|
15036
15055
|
cost: {
|
|
15037
|
-
input: 0.
|
|
15038
|
-
output: 0.
|
|
15039
|
-
cacheRead: 0.
|
|
15056
|
+
input: 0.0825,
|
|
15057
|
+
output: 0.33,
|
|
15058
|
+
cacheRead: 0.020625,
|
|
15040
15059
|
cacheWrite: 0,
|
|
15041
15060
|
},
|
|
15042
15061
|
contextWindow: 262144,
|
|
@@ -15754,9 +15773,9 @@ export const MODELS = {
|
|
|
15754
15773
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15755
15774
|
input: ["text", "image"],
|
|
15756
15775
|
cost: {
|
|
15757
|
-
input: 2.
|
|
15758
|
-
output:
|
|
15759
|
-
cacheRead: 0.
|
|
15776
|
+
input: 2.5,
|
|
15777
|
+
output: 14,
|
|
15778
|
+
cacheRead: 0.29,
|
|
15760
15779
|
cacheWrite: 0,
|
|
15761
15780
|
},
|
|
15762
15781
|
contextWindow: 1048576,
|
|
@@ -15826,13 +15845,13 @@ export const MODELS = {
|
|
|
15826
15845
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15827
15846
|
input: ["text", "image"],
|
|
15828
15847
|
cost: {
|
|
15829
|
-
input: 0.
|
|
15830
|
-
output: 0.
|
|
15831
|
-
cacheRead: 0.
|
|
15848
|
+
input: 0.07125000000000001,
|
|
15849
|
+
output: 0.2375,
|
|
15850
|
+
cacheRead: 0.01425,
|
|
15832
15851
|
cacheWrite: 0,
|
|
15833
15852
|
},
|
|
15834
15853
|
contextWindow: 1310720,
|
|
15835
|
-
maxTokens:
|
|
15854
|
+
maxTokens: 131072,
|
|
15836
15855
|
},
|
|
15837
15856
|
"~z-ai/glm-latest": {
|
|
15838
15857
|
id: "~z-ai/glm-latest",
|
|
@@ -15844,13 +15863,13 @@ export const MODELS = {
|
|
|
15844
15863
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15845
15864
|
input: ["text"],
|
|
15846
15865
|
cost: {
|
|
15847
|
-
input: 1.
|
|
15848
|
-
output: 3.
|
|
15849
|
-
cacheRead: 0.
|
|
15866
|
+
input: 1.15,
|
|
15867
|
+
output: 3.5,
|
|
15868
|
+
cacheRead: 0.09999999999999999,
|
|
15850
15869
|
cacheWrite: 0,
|
|
15851
15870
|
},
|
|
15852
15871
|
contextWindow: 1310720,
|
|
15853
|
-
maxTokens:
|
|
15872
|
+
maxTokens: 235929,
|
|
15854
15873
|
},
|
|
15855
15874
|
},
|
|
15856
15875
|
"prime-inference": {
|
|
@@ -16143,7 +16162,7 @@ export const MODELS = {
|
|
|
16143
16162
|
cacheWrite: 0,
|
|
16144
16163
|
},
|
|
16145
16164
|
contextWindow: 163840,
|
|
16146
|
-
maxTokens:
|
|
16165
|
+
maxTokens: 144900,
|
|
16147
16166
|
},
|
|
16148
16167
|
"deepseek/deepseek-v3.1-terminus": {
|
|
16149
16168
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -16504,25 +16523,6 @@ export const MODELS = {
|
|
|
16504
16523
|
contextWindow: 1048576,
|
|
16505
16524
|
maxTokens: 115200,
|
|
16506
16525
|
},
|
|
16507
|
-
"meta/muse-spark-1.2": {
|
|
16508
|
-
id: "meta/muse-spark-1.2",
|
|
16509
|
-
name: "Muse Spark 1.2",
|
|
16510
|
-
api: "openai-completions",
|
|
16511
|
-
provider: "prime-inference",
|
|
16512
|
-
baseUrl: "https://api.pinference.ai/api/v1",
|
|
16513
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
16514
|
-
reasoning: true,
|
|
16515
|
-
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
16516
|
-
input: ["text", "image"],
|
|
16517
|
-
cost: {
|
|
16518
|
-
input: 1.25,
|
|
16519
|
-
output: 4.25,
|
|
16520
|
-
cacheRead: 0,
|
|
16521
|
-
cacheWrite: 0,
|
|
16522
|
-
},
|
|
16523
|
-
contextWindow: 1048576,
|
|
16524
|
-
maxTokens: 943718,
|
|
16525
|
-
},
|
|
16526
16526
|
"minimax/minimax-m2.5": {
|
|
16527
16527
|
id: "minimax/minimax-m2.5",
|
|
16528
16528
|
name: "Minimax M2.5",
|