@asm-agent/coding-agent 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/CHANGELOG.md +19 -0
- package/README.md +2 -7
- package/dist/asm-agent-runtime/src/__pycache__/asm_cm_driver.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/__pycache__/phase76_address_head.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__init__.py +1 -1
- package/dist/asm-agent-runtime/src/rlm/__pycache__/__init__.cpython-312.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/__init__.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/_winjob.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/bash.cpython-312.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/bash.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/harness.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/mcp.cpython-312.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/mcp.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/mcp_base.cpython-312.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/mcp_base.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/repl.cpython-312.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/repl.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/__pycache__/skill.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/src/rlm/bash.py +94 -31
- package/dist/asm-agent-runtime/src/rlm/repl.md +3 -3
- package/dist/asm-agent-runtime/src/rlm/repl.py +46 -45
- package/dist/asm-agent-runtime/test/__pycache__/test_agent_message_skill.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/__pycache__/test_bash.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/__pycache__/test_harness.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/__pycache__/test_mcp.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/__pycache__/test_mcp_base.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/__pycache__/test_repl.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/__pycache__/test_subagent_registry.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/__pycache__/test_winjob.cpython-313.pyc +0 -0
- package/dist/asm-agent-runtime/test/test_bash.py +74 -19
- package/dist/asm-agent-runtime/test/test_repl.py +67 -3
- package/dist/asm-agent-runtime/uv.lock +446 -155
- package/dist/bundle/{anthropic-XSMQHGYB.js → anthropic-ZOZNPFXS.js} +2 -2
- package/dist/bundle/{azure-openai-responses-XLQAIKKH.js → azure-openai-responses-TDHCU647.js} +2 -2
- package/dist/bundle/{bundled-modules-5OCN73BM.js → bundled-modules-Q2YODC4B.js} +3 -3
- package/dist/bundle/{chunk-IAQLPSMN.js → chunk-AMKLNEAK.js} +47 -47
- package/dist/bundle/{chunk-2LPSALBF.js → chunk-FPY7FFJS.js} +978 -1821
- package/dist/bundle/{chunk-E3YE2Q7A.js → chunk-G6SC4YYW.js} +4973 -1926
- package/dist/bundle/{chunk-YPNK4MRU.js → chunk-QLHAP3FT.js} +1 -1
- package/dist/bundle/{cli-main-QYX5R3LF.js → cli-main-277AG2BR.js} +3 -3
- package/dist/bundle/cli.js +1 -1
- package/dist/bundle/{google-ZXJEPWJA.js → google-Q3AJWUOY.js} +1 -1
- package/dist/bundle/{google-vertex-WAF3RIJ6.js → google-vertex-2CSNOUBS.js} +1 -1
- package/dist/bundle/{main-EOUAQCJH.js → main-TNXWJXIU.js} +3 -3
- package/dist/bundle/{mistral-GDZXSXRS.js → mistral-XRYJGLLG.js} +1 -1
- package/dist/bundle/{openai-codex-responses-7XMPW4LG.js → openai-codex-responses-C6BRO2BN.js} +2 -2
- package/dist/bundle/{openai-completions-LNSVGDMF.js → openai-completions-DNXCK2JW.js} +4 -4
- package/dist/bundle/{openai-responses-MFZOBMIT.js → openai-responses-BEMWVIXE.js} +2 -2
- package/dist/config.d.ts +0 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +0 -3
- package/dist/config.js.map +1 -1
- package/dist/core/agent-session-config.d.ts +1 -2
- package/dist/core/agent-session-config.d.ts.map +1 -1
- package/dist/core/agent-session-config.js +0 -3
- package/dist/core/agent-session-config.js.map +1 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +0 -8
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session-services.d.ts +0 -2
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +0 -22
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +8 -1
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +100 -22
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/kernel/bootstrap.d.ts.map +1 -1
- package/dist/core/kernel/bootstrap.js +1 -1
- package/dist/core/kernel/bootstrap.js.map +1 -1
- package/dist/core/kernel/repl-manager.d.ts +32 -8
- package/dist/core/kernel/repl-manager.d.ts.map +1 -1
- package/dist/core/kernel/repl-manager.js +401 -102
- package/dist/core/kernel/repl-manager.js.map +1 -1
- package/dist/core/kernel/shared.d.ts +11 -7
- package/dist/core/kernel/shared.d.ts.map +1 -1
- package/dist/core/kernel/shared.js +2 -5
- package/dist/core/kernel/shared.js.map +1 -1
- package/dist/core/mcp/mcp-manager.d.ts +4 -2
- package/dist/core/mcp/mcp-manager.d.ts.map +1 -1
- package/dist/core/mcp/mcp-manager.js +9 -7
- package/dist/core/mcp/mcp-manager.js.map +1 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +1 -1
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/ollama-models.d.ts +3 -1
- package/dist/core/ollama-models.d.ts.map +1 -1
- package/dist/core/ollama-models.js +31 -10
- package/dist/core/ollama-models.js.map +1 -1
- package/dist/core/prime-inference-auth.d.ts +0 -9
- package/dist/core/prime-inference-auth.d.ts.map +1 -1
- package/dist/core/prime-inference-auth.js +0 -50
- package/dist/core/prime-inference-auth.js.map +1 -1
- package/dist/core/provider-display-names.d.ts.map +1 -1
- package/dist/core/provider-display-names.js +0 -1
- package/dist/core/provider-display-names.js.map +1 -1
- package/dist/core/session-manager.d.ts +0 -4
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +0 -22
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts +4 -16
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +13 -43
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +0 -5
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/core/tools/acp-mcp.d.ts +6 -0
- package/dist/core/tools/acp-mcp.d.ts.map +1 -0
- package/dist/core/tools/acp-mcp.js +86 -0
- package/dist/core/tools/acp-mcp.js.map +1 -0
- package/dist/core/tools/index.d.ts +1 -0
- package/dist/core/tools/index.d.ts.map +1 -1
- package/dist/core/tools/index.js +1 -0
- package/dist/core/tools/index.js.map +1 -1
- package/dist/core/tools/ipython.d.ts.map +1 -1
- package/dist/core/tools/ipython.js +9 -4
- package/dist/core/tools/ipython.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +2 -11
- package/dist/main.js.map +1 -1
- package/dist/modes/acp/acp-mode.d.ts.map +1 -1
- package/dist/modes/acp/acp-mode.js +1 -1
- package/dist/modes/acp/acp-mode.js.map +1 -1
- package/dist/modes/agent-connection/daemon-agent-connection.d.ts +0 -2
- package/dist/modes/agent-connection/daemon-agent-connection.d.ts.map +1 -1
- package/dist/modes/agent-connection/daemon-agent-connection.js +0 -2
- package/dist/modes/agent-connection/daemon-agent-connection.js.map +1 -1
- package/dist/modes/agents-view/agents-view-mode.d.ts.map +1 -1
- package/dist/modes/agents-view/agents-view-mode.js +0 -19
- package/dist/modes/agents-view/agents-view-mode.js.map +1 -1
- package/dist/modes/daemon/daemon-mode.d.ts +1 -10
- package/dist/modes/daemon/daemon-mode.d.ts.map +1 -1
- package/dist/modes/daemon/daemon-mode.js +134 -274
- package/dist/modes/daemon/daemon-mode.js.map +1 -1
- package/dist/modes/daemon/daemon-protocol.d.ts +11 -5
- package/dist/modes/daemon/daemon-protocol.d.ts.map +1 -1
- package/dist/modes/daemon/daemon-protocol.js +6 -8
- package/dist/modes/daemon/daemon-protocol.js.map +1 -1
- package/dist/modes/daemon/daemon-supervisor.d.ts +0 -3
- package/dist/modes/daemon/daemon-supervisor.d.ts.map +1 -1
- package/dist/modes/daemon/daemon-supervisor.js +18 -52
- package/dist/modes/daemon/daemon-supervisor.js.map +1 -1
- package/dist/modes/daemon/daemon-worker-protocol.d.ts +1 -6
- package/dist/modes/daemon/daemon-worker-protocol.d.ts.map +1 -1
- package/dist/modes/daemon/daemon-worker-protocol.js +0 -2
- package/dist/modes/daemon/daemon-worker-protocol.js.map +1 -1
- package/dist/modes/interactive/auth-flows.d.ts +0 -2
- package/dist/modes/interactive/auth-flows.d.ts.map +1 -1
- package/dist/modes/interactive/auth-flows.js +1 -101
- package/dist/modes/interactive/auth-flows.js.map +1 -1
- package/dist/modes/interactive/components/assistant-message.d.ts +6 -1
- package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/assistant-message.js +13 -3
- package/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts +1 -1
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +2 -2
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/mermaid.d.ts +12 -0
- package/dist/modes/interactive/components/mermaid.d.ts.map +1 -0
- package/dist/modes/interactive/components/mermaid.js +63 -0
- package/dist/modes/interactive/components/mermaid.js.map +1 -0
- package/dist/modes/interactive/components/settings-selector.d.ts +3 -1
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +10 -0
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/feature-hints.d.ts.map +1 -1
- package/dist/modes/interactive/feature-hints.js +0 -4
- package/dist/modes/interactive/feature-hints.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +1 -7
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +23 -279
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/utils/version-check.d.ts.map +1 -1
- package/dist/utils/version-check.js +1 -1
- package/dist/utils/version-check.js.map +1 -1
- package/docs/settings.md +1 -31
- package/docs/usage.md +1 -4
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +6 -5
- package/dist/core/agent-traces.d.ts +0 -130
- package/dist/core/agent-traces.d.ts.map +0 -1
- package/dist/core/agent-traces.js +0 -746
- package/dist/core/agent-traces.js.map +0 -1
- package/dist/core/telemetry.d.ts +0 -92
- package/dist/core/telemetry.d.ts.map +0 -1
- package/dist/core/telemetry.js +0 -633
- package/dist/core/telemetry.js.map +0 -1
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
AssistantMessageEventStream,
|
|
38
38
|
calculateCost,
|
|
39
39
|
clampThinkingLevel
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-AMKLNEAK.js";
|
|
41
41
|
import "./chunk-BAWSWWEU.js";
|
|
42
42
|
|
|
43
43
|
// ../../node_modules/@anthropic-ai/sdk/internal/tslib.mjs
|
|
@@ -6294,7 +6294,7 @@ function getCacheControl(model, cacheRetention) {
|
|
|
6294
6294
|
cacheControl: { type: "ephemeral", ...ttl && { ttl } }
|
|
6295
6295
|
};
|
|
6296
6296
|
}
|
|
6297
|
-
var claudeCodeVersion = "2.1.
|
|
6297
|
+
var claudeCodeVersion = "2.1.257";
|
|
6298
6298
|
var claudeCodeTools = [
|
|
6299
6299
|
"Read",
|
|
6300
6300
|
"Write",
|
package/dist/bundle/{azure-openai-responses-XLQAIKKH.js → azure-openai-responses-TDHCU647.js}
RENAMED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
convertResponsesMessages,
|
|
4
4
|
convertResponsesTools,
|
|
5
5
|
processResponsesStream
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QLHAP3FT.js";
|
|
7
7
|
import "./chunk-NQB5DCFC.js";
|
|
8
8
|
import {
|
|
9
9
|
AzureOpenAI
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
AssistantMessageEventStream,
|
|
28
28
|
clampThinkingLevel
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-AMKLNEAK.js";
|
|
30
30
|
import "./chunk-BAWSWWEU.js";
|
|
31
31
|
|
|
32
32
|
// ../ai/src/providers/azure-openai-responses.ts
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
oauth_exports,
|
|
53
53
|
runPrintMode,
|
|
54
54
|
runRpcMode
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-G6SC4YYW.js";
|
|
56
56
|
import {
|
|
57
57
|
AgentSession,
|
|
58
58
|
CURRENT_SESSION_VERSION,
|
|
@@ -136,7 +136,7 @@ import {
|
|
|
136
136
|
withFileMutationQueue,
|
|
137
137
|
wrapRegisteredTool,
|
|
138
138
|
wrapRegisteredTools
|
|
139
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-FPY7FFJS.js";
|
|
140
140
|
import "./chunk-VWR3YFK5.js";
|
|
141
141
|
import "./chunk-N2CSAETN.js";
|
|
142
142
|
import "./chunk-5QCJ5DQU.js";
|
|
@@ -149,7 +149,7 @@ import "./chunk-UIRUOAIQ.js";
|
|
|
149
149
|
import "./chunk-HXOBFFJX.js";
|
|
150
150
|
import "./chunk-6GUVYK6P.js";
|
|
151
151
|
import "./chunk-UPDAFKL5.js";
|
|
152
|
-
import "./chunk-
|
|
152
|
+
import "./chunk-AMKLNEAK.js";
|
|
153
153
|
import {
|
|
154
154
|
__export
|
|
155
155
|
} from "./chunk-BAWSWWEU.js";
|
|
@@ -11186,13 +11186,13 @@ var MODELS = {
|
|
|
11186
11186
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11187
11187
|
input: ["text"],
|
|
11188
11188
|
cost: {
|
|
11189
|
-
input: 0.
|
|
11190
|
-
output:
|
|
11191
|
-
cacheRead: 0.
|
|
11189
|
+
input: 0.55,
|
|
11190
|
+
output: 1.6500000000000001,
|
|
11191
|
+
cacheRead: 0.55,
|
|
11192
11192
|
cacheWrite: 0
|
|
11193
11193
|
},
|
|
11194
11194
|
contextWindow: 163840,
|
|
11195
|
-
maxTokens:
|
|
11195
|
+
maxTokens: 144900
|
|
11196
11196
|
},
|
|
11197
11197
|
"deepseek/deepseek-r1": {
|
|
11198
11198
|
id: "deepseek/deepseek-r1",
|
|
@@ -11300,9 +11300,9 @@ var MODELS = {
|
|
|
11300
11300
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11301
11301
|
input: ["text"],
|
|
11302
11302
|
cost: {
|
|
11303
|
-
input: 0.
|
|
11304
|
-
output: 0.
|
|
11305
|
-
cacheRead: 0.
|
|
11303
|
+
input: 0.07938,
|
|
11304
|
+
output: 0.15876,
|
|
11305
|
+
cacheRead: 0.015875999999999998,
|
|
11306
11306
|
cacheWrite: 0
|
|
11307
11307
|
},
|
|
11308
11308
|
contextWindow: 1048576,
|
|
@@ -11357,9 +11357,9 @@ var MODELS = {
|
|
|
11357
11357
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11358
11358
|
input: ["text"],
|
|
11359
11359
|
cost: {
|
|
11360
|
-
input: 1.
|
|
11361
|
-
output: 2.
|
|
11362
|
-
cacheRead: 0.
|
|
11360
|
+
input: 1.0241639999999999,
|
|
11361
|
+
output: 2.0483279999999997,
|
|
11362
|
+
cacheRead: 0.085347,
|
|
11363
11363
|
cacheWrite: 0
|
|
11364
11364
|
},
|
|
11365
11365
|
contextWindow: 1048576,
|
|
@@ -11897,6 +11897,25 @@ var MODELS = {
|
|
|
11897
11897
|
contextWindow: 262144,
|
|
11898
11898
|
maxTokens: 32768
|
|
11899
11899
|
},
|
|
11900
|
+
"inclusionai/ling-3.0-flash-fin": {
|
|
11901
|
+
id: "inclusionai/ling-3.0-flash-fin",
|
|
11902
|
+
name: "Ling 3.0 Flash Fin",
|
|
11903
|
+
api: "openai-completions",
|
|
11904
|
+
provider: "openrouter",
|
|
11905
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11906
|
+
compat: { "supportsReasoningEffort": false },
|
|
11907
|
+
reasoning: true,
|
|
11908
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11909
|
+
input: ["text"],
|
|
11910
|
+
cost: {
|
|
11911
|
+
input: 0.06,
|
|
11912
|
+
output: 0.18,
|
|
11913
|
+
cacheRead: 0.012,
|
|
11914
|
+
cacheWrite: 0
|
|
11915
|
+
},
|
|
11916
|
+
contextWindow: 262144,
|
|
11917
|
+
maxTokens: 235929
|
|
11918
|
+
},
|
|
11900
11919
|
"inclusionai/ling-3.0-flash-fin:free": {
|
|
11901
11920
|
id: "inclusionai/ling-3.0-flash-fin:free",
|
|
11902
11921
|
name: "Ling 3.0 Flash Fin (free)",
|
|
@@ -14856,10 +14875,10 @@ var MODELS = {
|
|
|
14856
14875
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": null, "xhigh": "xhigh", "max": null },
|
|
14857
14876
|
input: ["text", "image"],
|
|
14858
14877
|
cost: {
|
|
14859
|
-
input: 0.
|
|
14860
|
-
output:
|
|
14878
|
+
input: 0.42,
|
|
14879
|
+
output: 3,
|
|
14861
14880
|
cacheRead: 0.08499999999999999,
|
|
14862
|
-
cacheWrite: 0
|
|
14881
|
+
cacheWrite: 0
|
|
14863
14882
|
},
|
|
14864
14883
|
contextWindow: 1e6,
|
|
14865
14884
|
maxTokens: 131072
|
|
@@ -15035,9 +15054,9 @@ var MODELS = {
|
|
|
15035
15054
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
15036
15055
|
input: ["text"],
|
|
15037
15056
|
cost: {
|
|
15038
|
-
input: 0.
|
|
15039
|
-
output: 0.
|
|
15040
|
-
cacheRead: 0.
|
|
15057
|
+
input: 0.0825,
|
|
15058
|
+
output: 0.33,
|
|
15059
|
+
cacheRead: 0.020625,
|
|
15041
15060
|
cacheWrite: 0
|
|
15042
15061
|
},
|
|
15043
15062
|
contextWindow: 262144,
|
|
@@ -15755,9 +15774,9 @@ var MODELS = {
|
|
|
15755
15774
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15756
15775
|
input: ["text", "image"],
|
|
15757
15776
|
cost: {
|
|
15758
|
-
input: 2.
|
|
15759
|
-
output:
|
|
15760
|
-
cacheRead: 0.
|
|
15777
|
+
input: 2.5,
|
|
15778
|
+
output: 14,
|
|
15779
|
+
cacheRead: 0.29,
|
|
15761
15780
|
cacheWrite: 0
|
|
15762
15781
|
},
|
|
15763
15782
|
contextWindow: 1048576,
|
|
@@ -15827,13 +15846,13 @@ var MODELS = {
|
|
|
15827
15846
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15828
15847
|
input: ["text", "image"],
|
|
15829
15848
|
cost: {
|
|
15830
|
-
input: 0.
|
|
15831
|
-
output: 0.
|
|
15832
|
-
cacheRead: 0.
|
|
15849
|
+
input: 0.07125000000000001,
|
|
15850
|
+
output: 0.2375,
|
|
15851
|
+
cacheRead: 0.01425,
|
|
15833
15852
|
cacheWrite: 0
|
|
15834
15853
|
},
|
|
15835
15854
|
contextWindow: 1310720,
|
|
15836
|
-
maxTokens:
|
|
15855
|
+
maxTokens: 131072
|
|
15837
15856
|
},
|
|
15838
15857
|
"~z-ai/glm-latest": {
|
|
15839
15858
|
id: "~z-ai/glm-latest",
|
|
@@ -15845,13 +15864,13 @@ var MODELS = {
|
|
|
15845
15864
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15846
15865
|
input: ["text"],
|
|
15847
15866
|
cost: {
|
|
15848
|
-
input: 1.
|
|
15849
|
-
output: 3.
|
|
15850
|
-
cacheRead: 0.
|
|
15867
|
+
input: 1.15,
|
|
15868
|
+
output: 3.5,
|
|
15869
|
+
cacheRead: 0.09999999999999999,
|
|
15851
15870
|
cacheWrite: 0
|
|
15852
15871
|
},
|
|
15853
15872
|
contextWindow: 1310720,
|
|
15854
|
-
maxTokens:
|
|
15873
|
+
maxTokens: 235929
|
|
15855
15874
|
}
|
|
15856
15875
|
},
|
|
15857
15876
|
"prime-inference": {
|
|
@@ -16144,7 +16163,7 @@ var MODELS = {
|
|
|
16144
16163
|
cacheWrite: 0
|
|
16145
16164
|
},
|
|
16146
16165
|
contextWindow: 163840,
|
|
16147
|
-
maxTokens:
|
|
16166
|
+
maxTokens: 144900
|
|
16148
16167
|
},
|
|
16149
16168
|
"deepseek/deepseek-v3.1-terminus": {
|
|
16150
16169
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -16505,25 +16524,6 @@ var MODELS = {
|
|
|
16505
16524
|
contextWindow: 1048576,
|
|
16506
16525
|
maxTokens: 115200
|
|
16507
16526
|
},
|
|
16508
|
-
"meta/muse-spark-1.2": {
|
|
16509
|
-
id: "meta/muse-spark-1.2",
|
|
16510
|
-
name: "Muse Spark 1.2",
|
|
16511
|
-
api: "openai-completions",
|
|
16512
|
-
provider: "prime-inference",
|
|
16513
|
-
baseUrl: "https://api.pinference.ai/api/v1",
|
|
16514
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
16515
|
-
reasoning: true,
|
|
16516
|
-
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
16517
|
-
input: ["text", "image"],
|
|
16518
|
-
cost: {
|
|
16519
|
-
input: 1.25,
|
|
16520
|
-
output: 4.25,
|
|
16521
|
-
cacheRead: 0,
|
|
16522
|
-
cacheWrite: 0
|
|
16523
|
-
},
|
|
16524
|
-
contextWindow: 1048576,
|
|
16525
|
-
maxTokens: 943718
|
|
16526
|
-
},
|
|
16527
16527
|
"minimax/minimax-m2.5": {
|
|
16528
16528
|
id: "minimax/minimax-m2.5",
|
|
16529
16529
|
name: "Minimax M2.5",
|