@genex-ai/cli-demo 1.13.0-dev.549 → 1.13.1-dev.551
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/index.js +26 -21
- package/package.json +2 -2
- package/templates/skills/genex-tool-audio/SKILL.md +3 -2
- package/templates/skills/genex-tool-image/SKILL.md +4 -2
- package/templates/skills/genex-tool-model/SKILL.md +3 -2
- package/templates/skills/genex-tool-texture/SKILL.md +1 -1
- package/templates/skills/genex-tool-video/SKILL.md +3 -2
package/dist/index.js
CHANGED
|
@@ -21433,25 +21433,30 @@ async function runTools(opts) {
|
|
|
21433
21433
|
|
|
21434
21434
|
// src/lib/costs.ts
|
|
21435
21435
|
var TYPICAL_CREDITS = {
|
|
21436
|
-
model:
|
|
21437
|
-
image
|
|
21438
|
-
|
|
21439
|
-
|
|
21440
|
-
|
|
21441
|
-
|
|
21442
|
-
|
|
21443
|
-
|
|
21444
|
-
|
|
21445
|
-
|
|
21446
|
-
|
|
21447
|
-
|
|
21448
|
-
|
|
21449
|
-
|
|
21450
|
-
|
|
21451
|
-
|
|
21452
|
-
|
|
21453
|
-
|
|
21454
|
-
|
|
21436
|
+
model: 35,
|
|
21437
|
+
// 46 from a reference image
|
|
21438
|
+
image: 4,
|
|
21439
|
+
// gpt-image-2 tiers (--transparent, --quality high, --edit, 4K) quote higher
|
|
21440
|
+
texture: 5,
|
|
21441
|
+
sfx: 2,
|
|
21442
|
+
music: 27,
|
|
21443
|
+
// 90 s; up to 87 for a 300 s track
|
|
21444
|
+
voice: 12,
|
|
21445
|
+
// the 1000-char cap; short lines quote 2-3
|
|
21446
|
+
video: 46,
|
|
21447
|
+
// 5 s at 768p; longer, 2K/4K and menu loops quote higher
|
|
21448
|
+
model_segment: 46,
|
|
21449
|
+
model_rig: 29,
|
|
21450
|
+
model_animation: 12,
|
|
21451
|
+
// PER CLIP — `--preset walk,run` quotes ceil(2 × 10¢ × 1.15)
|
|
21452
|
+
character: 58,
|
|
21453
|
+
character_concept: 32,
|
|
21454
|
+
character_preview: 41,
|
|
21455
|
+
character_finalize: 29,
|
|
21456
|
+
character_animation: 6,
|
|
21457
|
+
character_motion: 46,
|
|
21458
|
+
// one text-route clip; other routes are priced off their own cost
|
|
21459
|
+
character_rerig: 12
|
|
21455
21460
|
};
|
|
21456
21461
|
|
|
21457
21462
|
// src/index.ts
|
|
@@ -21871,13 +21876,13 @@ ${c.bold("Examples")}
|
|
|
21871
21876
|
genex controller voice
|
|
21872
21877
|
`;
|
|
21873
21878
|
var cr = (kind) => `${String(TYPICAL_CREDITS[kind] ?? "?").padStart(3)} cr`;
|
|
21874
|
-
var HELP_TOOLS = `${c.bold("genex")} \u2014 the gamedev AI asset toolkit. One sign-in, one meter, no provider accounts.
|
|
21879
|
+
var HELP_TOOLS = `${c.bold("genex")} \u2014 the gamedev AI asset toolkit. One sign-in, one meter (1 credit = $0.01), no provider accounts.
|
|
21875
21880
|
|
|
21876
21881
|
This folder is a ${c.bold("Genex Tools")} workspace: generation only. Assets download into
|
|
21877
21882
|
${c.cyan("./assets")} as files you own \u2014 wire the local path into your game, whatever engine
|
|
21878
21883
|
it uses and wherever you host it.
|
|
21879
21884
|
|
|
21880
|
-
${c.bold("Generate")}
|
|
21885
|
+
${c.bold("Generate")} from (credits)
|
|
21881
21886
|
genex model "<prompt>" A 3D model (GLB). ${cr("model")}
|
|
21882
21887
|
--image <path|url> \u2026built from a reference image instead.
|
|
21883
21888
|
genex model segment <id> Split a model into NAMED parts. ${cr("model_segment")}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genex-ai/cli-demo",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1-dev.551",
|
|
4
4
|
"description": "Set up your project's agent workspace (.claude/.codex/.cursor in the game folder), authorize, create a game project, generate AI assets, and publish (genex CLI).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@dimforge/rapier3d-compat": "^0.19.3",
|
|
44
|
+
"@genex-ai/multiplayer": "workspace:*",
|
|
44
45
|
"@genex/meshy-animation-catalog": "workspace:*",
|
|
45
46
|
"@genex/mobile-scan": "workspace:*",
|
|
46
|
-
"@genex-ai/multiplayer": "workspace:*",
|
|
47
47
|
"@pixiv/three-vrm": "^3.5.4",
|
|
48
48
|
"@types/pngjs": "^6.0.5",
|
|
49
49
|
"@types/three": "^0.185.0",
|
|
@@ -53,8 +53,9 @@ and let the player skip.
|
|
|
53
53
|
|
|
54
54
|
## Cost
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
From **2 credits** an sfx · **27** a 90 s music track · **2** a short voice line
|
|
57
|
+
(voice bills per character, up to 12 at the 1000-character cap; 1 credit = $0.01).
|
|
58
|
+
Longer `--duration`s cost more. Live prices and your balance: `npx genex doctor`.
|
|
58
59
|
|
|
59
60
|
## Waiting
|
|
60
61
|
|
|
@@ -43,8 +43,10 @@ Wire the **local path**. The URL is provenance — never fetch it at runtime.
|
|
|
43
43
|
|
|
44
44
|
## Cost
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
From **4 credits** per image at default quality (1 credit = $0.01);
|
|
47
|
+
`--transparent`, `--quality high`, `--edit` and 4K canvases cost more, and
|
|
48
|
+
`--candidates` bills per variant - the command prints the exact quote. Live
|
|
49
|
+
prices and your balance: `npx genex doctor`.
|
|
48
50
|
|
|
49
51
|
## Waiting
|
|
50
52
|
|
|
@@ -44,8 +44,9 @@ npx genex model animate <rig-id> --preset walk,run
|
|
|
44
44
|
|
|
45
45
|
## Cost
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
for animate. Live prices and your
|
|
47
|
+
From **35 credits** a model (**46** from a reference image) · **46** segment ·
|
|
48
|
+
**29** rig · **12 per clip** for animate (1 credit = $0.01). Live prices and your
|
|
49
|
+
balance: `npx genex doctor`.
|
|
49
50
|
|
|
50
51
|
## Waiting
|
|
51
52
|
|
|
@@ -39,7 +39,7 @@ repeat — the file names carry the role, so the mapping is unambiguous.
|
|
|
39
39
|
|
|
40
40
|
## Cost
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
From **5 credits** for the whole set (1 credit = $0.01). Live prices and
|
|
43
43
|
your balance: `npx genex doctor`.
|
|
44
44
|
|
|
45
45
|
## Waiting
|
|
@@ -64,8 +64,9 @@ else. Cut clip-to-clip, or crossfade ~200 ms to hide the residual repaint.
|
|
|
64
64
|
|
|
65
65
|
## Cost
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
`
|
|
67
|
+
From **46 credits** for a 5 s 768p clip (1 credit = $0.01); longer clips, 2K/4K
|
|
68
|
+
and `--frame` menu loops cost more, and the command prints the exact quote
|
|
69
|
+
before it waits. Live prices and your balance: `npx genex doctor`.
|
|
69
70
|
|
|
70
71
|
## Waiting
|
|
71
72
|
|