@asm-agent/coding-agent 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/CHANGELOG.md +15 -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__/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__/mcp.cpython-312.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__/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_bash.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/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-OFECORE7.js → anthropic-ZOZNPFXS.js} +2 -2
- package/dist/bundle/{azure-openai-responses-AOVTLR6N.js → azure-openai-responses-TDHCU647.js} +2 -2
- package/dist/bundle/{bundled-modules-JQCJDEIY.js → bundled-modules-Q2YODC4B.js} +3 -3
- package/dist/bundle/{chunk-M67RGWDQ.js → chunk-AMKLNEAK.js} +25 -44
- package/dist/bundle/{chunk-7TB7CGPV.js → chunk-FPY7FFJS.js} +978 -1821
- package/dist/bundle/{chunk-JC2TT4MZ.js → chunk-G6SC4YYW.js} +4942 -1916
- package/dist/bundle/{chunk-A65OM3TZ.js → chunk-QLHAP3FT.js} +1 -1
- package/dist/bundle/{cli-main-FNHDQGQD.js → cli-main-277AG2BR.js} +3 -3
- package/dist/bundle/cli.js +1 -1
- package/dist/bundle/{google-RVJL6RIQ.js → google-Q3AJWUOY.js} +1 -1
- package/dist/bundle/{google-vertex-EZTRRRH6.js → google-vertex-2CSNOUBS.js} +1 -1
- package/dist/bundle/{main-IYXIIAJN.js → main-TNXWJXIU.js} +3 -3
- package/dist/bundle/{mistral-FSGKSMA7.js → mistral-XRYJGLLG.js} +1 -1
- package/dist/bundle/{openai-codex-responses-VM5Y564D.js → openai-codex-responses-C6BRO2BN.js} +2 -2
- package/dist/bundle/{openai-completions-X46FOQDN.js → openai-completions-DNXCK2JW.js} +3 -3
- package/dist/bundle/{openai-responses-SOQNEPBE.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/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-AOVTLR6N.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,
|
|
@@ -14875,10 +14875,10 @@ var MODELS = {
|
|
|
14875
14875
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": null, "xhigh": "xhigh", "max": null },
|
|
14876
14876
|
input: ["text", "image"],
|
|
14877
14877
|
cost: {
|
|
14878
|
-
input: 0.
|
|
14879
|
-
output:
|
|
14878
|
+
input: 0.42,
|
|
14879
|
+
output: 3,
|
|
14880
14880
|
cacheRead: 0.08499999999999999,
|
|
14881
|
-
cacheWrite: 0
|
|
14881
|
+
cacheWrite: 0
|
|
14882
14882
|
},
|
|
14883
14883
|
contextWindow: 1e6,
|
|
14884
14884
|
maxTokens: 131072
|
|
@@ -15774,9 +15774,9 @@ var MODELS = {
|
|
|
15774
15774
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15775
15775
|
input: ["text", "image"],
|
|
15776
15776
|
cost: {
|
|
15777
|
-
input: 2.
|
|
15778
|
-
output:
|
|
15779
|
-
cacheRead: 0.
|
|
15777
|
+
input: 2.5,
|
|
15778
|
+
output: 14,
|
|
15779
|
+
cacheRead: 0.29,
|
|
15780
15780
|
cacheWrite: 0
|
|
15781
15781
|
},
|
|
15782
15782
|
contextWindow: 1048576,
|
|
@@ -15846,13 +15846,13 @@ var MODELS = {
|
|
|
15846
15846
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15847
15847
|
input: ["text", "image"],
|
|
15848
15848
|
cost: {
|
|
15849
|
-
input: 0.
|
|
15850
|
-
output: 0.
|
|
15851
|
-
cacheRead: 0.
|
|
15849
|
+
input: 0.07125000000000001,
|
|
15850
|
+
output: 0.2375,
|
|
15851
|
+
cacheRead: 0.01425,
|
|
15852
15852
|
cacheWrite: 0
|
|
15853
15853
|
},
|
|
15854
15854
|
contextWindow: 1310720,
|
|
15855
|
-
maxTokens:
|
|
15855
|
+
maxTokens: 131072
|
|
15856
15856
|
},
|
|
15857
15857
|
"~z-ai/glm-latest": {
|
|
15858
15858
|
id: "~z-ai/glm-latest",
|
|
@@ -15864,13 +15864,13 @@ var MODELS = {
|
|
|
15864
15864
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15865
15865
|
input: ["text"],
|
|
15866
15866
|
cost: {
|
|
15867
|
-
input: 1.
|
|
15868
|
-
output: 3.
|
|
15869
|
-
cacheRead: 0.
|
|
15867
|
+
input: 1.15,
|
|
15868
|
+
output: 3.5,
|
|
15869
|
+
cacheRead: 0.09999999999999999,
|
|
15870
15870
|
cacheWrite: 0
|
|
15871
15871
|
},
|
|
15872
15872
|
contextWindow: 1310720,
|
|
15873
|
-
maxTokens:
|
|
15873
|
+
maxTokens: 235929
|
|
15874
15874
|
}
|
|
15875
15875
|
},
|
|
15876
15876
|
"prime-inference": {
|
|
@@ -16163,7 +16163,7 @@ var MODELS = {
|
|
|
16163
16163
|
cacheWrite: 0
|
|
16164
16164
|
},
|
|
16165
16165
|
contextWindow: 163840,
|
|
16166
|
-
maxTokens:
|
|
16166
|
+
maxTokens: 144900
|
|
16167
16167
|
},
|
|
16168
16168
|
"deepseek/deepseek-v3.1-terminus": {
|
|
16169
16169
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -16524,25 +16524,6 @@ var MODELS = {
|
|
|
16524
16524
|
contextWindow: 1048576,
|
|
16525
16525
|
maxTokens: 115200
|
|
16526
16526
|
},
|
|
16527
|
-
"meta/muse-spark-1.2": {
|
|
16528
|
-
id: "meta/muse-spark-1.2",
|
|
16529
|
-
name: "Muse Spark 1.2",
|
|
16530
|
-
api: "openai-completions",
|
|
16531
|
-
provider: "prime-inference",
|
|
16532
|
-
baseUrl: "https://api.pinference.ai/api/v1",
|
|
16533
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
16534
|
-
reasoning: true,
|
|
16535
|
-
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
16536
|
-
input: ["text", "image"],
|
|
16537
|
-
cost: {
|
|
16538
|
-
input: 1.25,
|
|
16539
|
-
output: 4.25,
|
|
16540
|
-
cacheRead: 0,
|
|
16541
|
-
cacheWrite: 0
|
|
16542
|
-
},
|
|
16543
|
-
contextWindow: 1048576,
|
|
16544
|
-
maxTokens: 943718
|
|
16545
|
-
},
|
|
16546
16527
|
"minimax/minimax-m2.5": {
|
|
16547
16528
|
id: "minimax/minimax-m2.5",
|
|
16548
16529
|
name: "Minimax M2.5",
|