@asm-agent/ai 0.8.7 → 0.8.8
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 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +25 -6
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +1 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -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.08399999999999999,
|
|
11303
|
+
output: 0.16799999999999998,
|
|
11304
|
+
cacheRead: 0.016800000000000002,
|
|
11305
11305
|
cacheWrite: 0,
|
|
11306
11306
|
},
|
|
11307
11307
|
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)",
|
|
@@ -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,
|