@nexus-cortex/core 4.60.2 → 4.60.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grok-build-0-1.d.ts","sourceRoot":"","sources":["../../../../src/models/cards/xai/grok-build-0-1.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAElE,eAAO,MAAM,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"grok-build-0-1.d.ts","sourceRoot":"","sources":["../../../../src/models/cards/xai/grok-build-0-1.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAElE,eAAO,MAAM,WAAW,EAAE,WAoBxB,CAAC"}
|
|
@@ -24,6 +24,12 @@ export const grokBuild01 = createXAIModelConfig({
|
|
|
24
24
|
outputCost: 2.00,
|
|
25
25
|
supportsReasoning: true,
|
|
26
26
|
reasoningToggleable: false, // Native interleaved thinking — always on
|
|
27
|
+
// 🔴 TRANSPORT TAX (measured 2026-08-14): on /v1/messages this model bills a
|
|
28
|
+
// ~16K-token fixed input overhead xAI-side — a bare "hi" request costs 24.5K
|
|
29
|
+
// input vs 8.6K on grok-4.6 through the IDENTICAL harness path, and vs ~5.3K
|
|
30
|
+
// for the SAME model on /v1/responses (historical avg, n=29 vs n=32).
|
|
31
|
+
// Prefer grok-build-0.1-responses for cost-sensitive work; this messages pin
|
|
32
|
+
// remains for interleaved-thinking parity benchmarking only.
|
|
27
33
|
apiMode: 'messages', // Pin to /v1/messages (preferred coding harness)
|
|
28
34
|
// Messages route — ENABLE_SERVER_SIDE_TOOLS must not force this to Responses.
|
|
29
35
|
supportsServerSideTools: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grok-build-0-1.js","sourceRoot":"","sources":["../../../../src/models/cards/xai/grok-build-0-1.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAG9E,MAAM,CAAC,MAAM,WAAW,GAAgB,oBAAoB,CAAC;IAC3D,EAAE,EAAE,gBAAgB;IACpB,WAAW,EAAE,gBAAgB;IAC7B,MAAM,EAAE,WAAW;IACnB,aAAa,EAAE,MAAM;IACrB,YAAY,EAAE,MAAM;IACpB,SAAS,EAAE,IAAI;IACf,eAAe,EAAE,IAAI;IACrB,UAAU,EAAE,IAAI;IAChB,iBAAiB,EAAE,IAAI;IACvB,mBAAmB,EAAE,KAAK,EAAG,0CAA0C;IACvE,OAAO,EAAE,UAAU,EAAW,iDAAiD;IAC/E,8EAA8E;IAC9E,uBAAuB,EAAE,KAAK;CAC/B,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"grok-build-0-1.js","sourceRoot":"","sources":["../../../../src/models/cards/xai/grok-build-0-1.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAG9E,MAAM,CAAC,MAAM,WAAW,GAAgB,oBAAoB,CAAC;IAC3D,EAAE,EAAE,gBAAgB;IACpB,WAAW,EAAE,gBAAgB;IAC7B,MAAM,EAAE,WAAW;IACnB,aAAa,EAAE,MAAM;IACrB,YAAY,EAAE,MAAM;IACpB,SAAS,EAAE,IAAI;IACf,eAAe,EAAE,IAAI;IACrB,UAAU,EAAE,IAAI;IAChB,iBAAiB,EAAE,IAAI;IACvB,mBAAmB,EAAE,KAAK,EAAG,0CAA0C;IACvE,6EAA6E;IAC7E,6EAA6E;IAC7E,6EAA6E;IAC7E,sEAAsE;IACtE,6EAA6E;IAC7E,6DAA6D;IAC7D,OAAO,EAAE,UAAU,EAAW,iDAAiD;IAC/E,8EAA8E;IAC9E,uBAAuB,EAAE,KAAK;CAC/B,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/core",
|
|
3
|
-
"version": "4.60.
|
|
3
|
+
"version": "4.60.3",
|
|
4
4
|
"description": "Core orchestration library implementing Claude CLI architecture patterns",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@google/generative-ai": "^0.2.1",
|
|
48
48
|
"@gradio/client": "^2.3.1",
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.20.2",
|
|
50
|
-
"@nexus-cortex/executors": "4.60.
|
|
51
|
-
"@nexus-cortex/types": "4.60.
|
|
50
|
+
"@nexus-cortex/executors": "4.60.3",
|
|
51
|
+
"@nexus-cortex/types": "4.60.3",
|
|
52
52
|
"@types/uuid": "^10.0.0",
|
|
53
53
|
"ajv": "^8.12.0",
|
|
54
54
|
"chokidar": "^3.6.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"tiktoken": "^1.0.22",
|
|
57
57
|
"undici": "^5.28.4",
|
|
58
58
|
"uuid": "^13.0.0",
|
|
59
|
-
"nexus-canon": "1.6.
|
|
59
|
+
"nexus-canon": "1.6.6"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/node": "^20.0.0",
|