@bendyline/gilde 0.1.17 → 0.1.19
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/README.md +11 -2
- package/authoring/chat-models/README.md +26 -0
- package/authoring/chat-models/btl4-35b-q4.json +142 -0
- package/authoring/chat-models/btl4-compact-iq2.json +142 -0
- package/authoring/chat-models/deepseek-r1-8b-q4.json +53 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-mxfp4.json +110 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q2.json +110 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q2q4.json +111 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q4.json +113 -0
- package/authoring/chat-models/gemma4-12b-q4.json +190 -0
- package/authoring/chat-models/gemma4-12b-q8.json +164 -0
- package/authoring/chat-models/gemma4-26b-q4.json +90 -0
- package/authoring/chat-models/gemma4-31b-q4.json +81 -0
- package/authoring/chat-models/gemma4-e2b-q4.json +76 -0
- package/authoring/chat-models/gemma4-e4b-q4.json +71 -0
- package/authoring/chat-models/glm-5.2-754b-q2.json +60 -0
- package/authoring/chat-models/gpt-oss-120b-q4.json +48 -0
- package/authoring/chat-models/gpt-oss-20b-q4.json +47 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q4.json +127 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q6.json +121 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q8.json +127 -0
- package/authoring/chat-models/lfm2.5-2.6b-q4.json +39 -0
- package/authoring/chat-models/llama3.2-3b-q4.json +42 -0
- package/authoring/chat-models/mistral-7b-q4.json +53 -0
- package/authoring/chat-models/mistral-medium-3.5-128b-q4.json +57 -0
- package/authoring/chat-models/muse-glimmer-30b-q4.json +126 -0
- package/authoring/chat-models/nemotron3-nano-30b-q4.json +49 -0
- package/authoring/chat-models/nemotron3-super-120b-q4.json +41 -0
- package/authoring/chat-models/ornith-35b-q4.json +145 -0
- package/authoring/chat-models/ornith-35b-q8.json +145 -0
- package/authoring/chat-models/ornith-9b-q4.json +146 -0
- package/authoring/chat-models/qwen3.5-122b-a10b-q4.json +172 -0
- package/authoring/chat-models/qwen3.5-2b-q4.json +70 -0
- package/authoring/chat-models/qwen3.5-4b-q4.json +61 -0
- package/authoring/chat-models/qwen3.5-9b-q4.json +61 -0
- package/authoring/chat-models/qwen3.6-27b-q4.json +66 -0
- package/authoring/chat-models/qwen3.6-27b-q8.json +153 -0
- package/authoring/chat-models/qwen3.6-35b-a3b-q4.json +154 -0
- package/authoring/chat-models/qwen3.6-35b-a3b-q8.json +154 -0
- package/authoring/chat-models/talkie-1930-13b-q4.json +74 -0
- package/authoring/chat-models/ternary-bonsai-27b-q2.json +144 -0
- package/authoring/gstack/LICENSE.gstack +21 -0
- package/authoring/gstack/README.md +50 -0
- package/authoring/gstack/evals/cso.json +152 -0
- package/authoring/gstack/evals/design-consultation.json +201 -0
- package/authoring/gstack/evals/document-generate.json +174 -0
- package/authoring/gstack/evals/investigate.json +153 -0
- package/authoring/gstack/evals/office-hours.json +141 -0
- package/authoring/gstack/evals/plan-ceo-review.json +135 -0
- package/authoring/gstack/evals/qa-only.json +376 -0
- package/authoring/gstack/evals/retro.json +191 -0
- package/authoring/gstack/evals/spec.json +162 -0
- package/authoring/gstack/overlays/cso.json +132 -0
- package/authoring/gstack/overlays/design-consultation.json +153 -0
- package/authoring/gstack/overlays/document-generate.json +124 -0
- package/authoring/gstack/overlays/investigate.json +128 -0
- package/authoring/gstack/overlays/office-hours.json +119 -0
- package/authoring/gstack/overlays/plan-ceo-review.json +128 -0
- package/authoring/gstack/overlays/qa-only.json +145 -0
- package/authoring/gstack/overlays/retro.json +132 -0
- package/authoring/gstack/overlays/spec.json +140 -0
- package/authoring/gstack/persona-drafts/cso.about.md +9 -0
- package/authoring/gstack/persona-drafts/design-consultation.about.md +9 -0
- package/authoring/gstack/persona-drafts/office-hours.about.md +9 -0
- package/authoring/gstack/persona-drafts/qa-only.about.md +5 -0
- package/authoring/gstack/persona-drafts/spec.about.md +26 -0
- package/authoring/gstack/snapshots/cso/SKILL.md +1285 -0
- package/authoring/gstack/snapshots/design-consultation/SKILL.md +1230 -0
- package/authoring/gstack/snapshots/document-generate/SKILL.md +1252 -0
- package/authoring/gstack/snapshots/investigate/SKILL.md +1074 -0
- package/authoring/gstack/snapshots/office-hours/SKILL.md +1697 -0
- package/authoring/gstack/snapshots/plan-ceo-review/SKILL.md +1476 -0
- package/authoring/gstack/snapshots/qa-only/SKILL.md +1256 -0
- package/authoring/gstack/snapshots/retro/SKILL.md +1812 -0
- package/authoring/gstack/snapshots/spec/SKILL.md +2359 -0
- package/authoring/gstack/wave.json +103 -0
- package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +65 -0
- package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +18 -0
- package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +5 -5
- package/data/chat-models/gp/gpt-oss-120b-q4/versions/1.1.0/manifest.json +135 -0
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +135 -0
- package/data/chat-models/mu/muse-glimmer-30b-q4/versions/1.0.0/manifest.json +20 -0
- package/data/connector-types/gi/github-releases/manifest.json +17 -0
- package/data/connector-types/gi/github-releases/versions/1.0.0/manifest.json +71 -0
- package/data/connector-types/index.json +1 -1
- package/data/craftbook-templates/br/branding-website/versions/1.1.0/craftbook.json +190 -0
- package/data/craftbook-templates/br/branding-website/versions/1.1.0/test.json +164 -0
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.0/craftbook.json +358 -0
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.0/test.json +376 -0
- package/data/craftbook-templates/ca/careful-mode/versions/1.1.0/craftbook.json +43 -0
- package/data/craftbook-templates/ca/careful-mode/versions/1.1.0/test.json +110 -0
- package/data/craftbook-templates/ca/careful-mode/versions/1.2.0/craftbook.json +43 -0
- package/data/craftbook-templates/ca/careful-mode/versions/1.2.0/test.json +110 -0
- package/data/craftbook-templates/co/content-deck/versions/1.1.0/craftbook.json +185 -0
- package/data/craftbook-templates/co/content-deck/versions/1.1.0/test.json +166 -0
- package/data/craftbook-templates/co/content-deck/versions/1.2.0/craftbook.json +185 -0
- package/data/craftbook-templates/co/content-deck/versions/1.2.0/test.json +169 -0
- package/data/craftbook-templates/co/corpus-email-digest/versions/1.1.0/craftbook.json +189 -0
- package/data/craftbook-templates/co/corpus-email-digest/versions/1.1.0/test.json +182 -0
- package/data/craftbook-templates/co/corpus-email-digest/versions/1.2.0/craftbook.json +189 -0
- package/data/craftbook-templates/co/corpus-email-digest/versions/1.2.0/test.json +187 -0
- package/data/craftbook-templates/de/design-system-consultation/versions/2.0.0/craftbook.json +385 -0
- package/data/craftbook-templates/de/design-system-consultation/versions/2.0.0/test.json +201 -0
- package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.0/craftbook.json +353 -0
- package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.0/test.json +191 -0
- package/data/craftbook-templates/ex/executive-level-review/versions/2.0.0/craftbook.json +347 -0
- package/data/craftbook-templates/ex/executive-level-review/versions/2.0.0/test.json +135 -0
- package/data/craftbook-templates/fr/freeze-scope/versions/1.2.0/craftbook.json +50 -0
- package/data/craftbook-templates/fr/freeze-scope/versions/1.2.0/test.json +131 -0
- package/data/craftbook-templates/fr/freeze-scope/versions/1.3.0/craftbook.json +50 -0
- package/data/craftbook-templates/fr/freeze-scope/versions/1.3.0/test.json +131 -0
- package/data/craftbook-templates/ht/html-arcade-game/versions/1.1.0/craftbook.json +197 -0
- package/data/craftbook-templates/ht/html-arcade-game/versions/1.1.0/test.json +173 -0
- package/data/craftbook-templates/ht/html-arcade-game/versions/1.2.0/craftbook.json +197 -0
- package/data/craftbook-templates/ht/html-arcade-game/versions/1.2.0/test.json +176 -0
- package/data/craftbook-templates/id/idea-office-hours/versions/2.0.0/craftbook.json +333 -0
- package/data/craftbook-templates/id/idea-office-hours/versions/2.0.0/test.json +141 -0
- package/data/craftbook-templates/im/image-set-index/versions/1.1.0/craftbook.json +163 -0
- package/data/craftbook-templates/im/image-set-index/versions/1.1.0/test.json +177 -0
- package/data/craftbook-templates/im/image-set-index/versions/1.2.0/craftbook.json +163 -0
- package/data/craftbook-templates/im/image-set-index/versions/1.2.0/test.json +180 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/pu/pull-request-review/manifest.json +5 -1
- package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/craftbook.json +159 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/test.json +172 -0
- package/data/craftbook-templates/re/release-artifact-sanity-check/art.json +13 -0
- package/data/craftbook-templates/re/release-artifact-sanity-check/logo.webp +0 -0
- package/data/craftbook-templates/re/release-artifact-sanity-check/manifest.json +24 -0
- package/data/craftbook-templates/re/release-artifact-sanity-check/versions/1.0.0/craftbook.json +202 -0
- package/data/craftbook-templates/re/release-artifact-sanity-check/versions/1.0.0/test.json +138 -0
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.0/craftbook.json +348 -0
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.0/test.json +153 -0
- package/data/craftbook-templates/se/security-architecture-review/versions/2.0.0/craftbook.json +353 -0
- package/data/craftbook-templates/se/security-architecture-review/versions/2.0.0/test.json +152 -0
- package/data/craftbook-templates/sp/spec-authoring/versions/2.0.0/craftbook.json +391 -0
- package/data/craftbook-templates/sp/spec-authoring/versions/2.0.0/test.json +162 -0
- package/data/craftbook-templates/te/technical-documentation/versions/2.0.0/craftbook.json +343 -0
- package/data/craftbook-templates/te/technical-documentation/versions/2.0.0/test.json +174 -0
- package/data/craftbook-templates/tr/translate-content/versions/1.1.0/craftbook.json +84 -0
- package/data/craftbook-templates/tr/translate-content/versions/1.1.0/test.json +141 -0
- package/package.json +10 -4
- package/schemas/chat-model-identity.schema.json +44 -0
- package/schemas/chat-model-version.schema.json +3 -0
- package/schemas/connector-type-identity.schema.json +3 -0
- package/schemas/connector-type-version.schema.json +3 -0
- package/schemas/craftbook-doc.schema.json +3 -0
- package/schemas/craftbook-template-identity.schema.json +3 -0
- package/schemas/craftbook-template-version.schema.json +3 -0
- package/schemas/craftbook-test.schema.json +232 -3
- package/schemas/gezel-template-identity.schema.json +3 -0
- package/schemas/gezel-template-version.schema.json +3 -0
- package/schemas/image-model-identity.schema.json +3 -0
- package/schemas/image-model-version.schema.json +3 -0
- package/schemas/project-type-identity.schema.json +3 -0
- package/schemas/project-type-version.schema.json +3 -0
- package/schemas/toolset-identity.schema.json +3 -0
- package/schemas/toolset-version.schema.json +3 -0
- package/schemas/video-model-identity.schema.json +3 -0
- package/schemas/video-model-version.schema.json +3 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "gemma4-31b-q4",
|
|
3
|
+
"name": "Gemma 4 (31B)",
|
|
4
|
+
"description": "Google's flagship Gemma 4 at 30.7B parameters. Multimodal (text + image + video), 256K context, configurable thinking mode, native function-calling, 140+ languages. Frontier-tier instruction-following on device — needs 32GB+ of usable memory.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"google",
|
|
7
|
+
"multimodal",
|
|
8
|
+
"vision",
|
|
9
|
+
"video",
|
|
10
|
+
"tools",
|
|
11
|
+
"reasoning",
|
|
12
|
+
"large",
|
|
13
|
+
"qat"
|
|
14
|
+
],
|
|
15
|
+
"category": "general",
|
|
16
|
+
"maintainer": {
|
|
17
|
+
"name": "Google",
|
|
18
|
+
"url": "https://huggingface.co/google/gemma-4-31B-it"
|
|
19
|
+
},
|
|
20
|
+
"version": "1.2.1",
|
|
21
|
+
"updatedAt": "2026-07-28T00:00:00Z",
|
|
22
|
+
"license": "Apache-2.0",
|
|
23
|
+
"recoScore": 15,
|
|
24
|
+
"parameterSize": "30.7B",
|
|
25
|
+
"approxSizeBytes": 17287670048,
|
|
26
|
+
"supportsTools": true,
|
|
27
|
+
"contextWindow": 256000,
|
|
28
|
+
"upstream": "https://huggingface.co/google/gemma-4-31B-it",
|
|
29
|
+
"style": {
|
|
30
|
+
"family": "gemma",
|
|
31
|
+
"reasoningFormat": "channel",
|
|
32
|
+
"toolCallFormat": "function-call"
|
|
33
|
+
},
|
|
34
|
+
"behaviors": [
|
|
35
|
+
"reasoning.strip-channel-tags",
|
|
36
|
+
"reasoning.capture-pre-tool-prose",
|
|
37
|
+
"prompt.tool-cookbook-full",
|
|
38
|
+
"fabrication.detect-past-tense-no-tools",
|
|
39
|
+
"fabrication.detect-claim-without-tool",
|
|
40
|
+
"turn.preamble-folding",
|
|
41
|
+
"turn.ramble-detection",
|
|
42
|
+
"turn.auto-acknowledge-tool-errors",
|
|
43
|
+
"mcp.validate-ids-strict",
|
|
44
|
+
"parse.gemma-special-token"
|
|
45
|
+
],
|
|
46
|
+
"tuning": {
|
|
47
|
+
"sampling": {
|
|
48
|
+
"temperature": 1,
|
|
49
|
+
"topP": 0.95,
|
|
50
|
+
"topK": 64,
|
|
51
|
+
"repetitionPenalty": 1.1,
|
|
52
|
+
"repetitionContext": 20
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"ollama": {
|
|
56
|
+
"tag": "gemma4:31b-it-qat"
|
|
57
|
+
},
|
|
58
|
+
"llamaCpp": {
|
|
59
|
+
"huggingfaceRepo": "unsloth/gemma-4-31B-it-qat-GGUF",
|
|
60
|
+
"filename": "gemma-4-31B-it-qat-UD-Q4_K_XL.gguf",
|
|
61
|
+
"quantization": "UD-Q4_K_XL",
|
|
62
|
+
"residentBytes": 21081151219,
|
|
63
|
+
"draftModelFilename": "MTP/mtp-gemma-4-31B-it-Q4_0.gguf"
|
|
64
|
+
},
|
|
65
|
+
"releasePatch": {
|
|
66
|
+
"tuning": {
|
|
67
|
+
"engine": {
|
|
68
|
+
"llamaCpp": {
|
|
69
|
+
"spec": {
|
|
70
|
+
"mtp": true,
|
|
71
|
+
"nMax": 4
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"mlx": {
|
|
78
|
+
"huggingfaceRepo": "mlx-community/gemma-4-31B-it-qat-4bit",
|
|
79
|
+
"quantization": "4bit"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "gemma4-e2b-q4",
|
|
3
|
+
"name": "Gemma 4 (E2B, Q4)",
|
|
4
|
+
"description": "Google's edge-optimized Gemma 4 at ~2B effective parameters. Multimodal (text + image + audio), native tool calling. Quantization-aware-trained 4-bit weights — the safe small-model default for any modern laptop.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"google",
|
|
7
|
+
"multimodal",
|
|
8
|
+
"vision",
|
|
9
|
+
"audio",
|
|
10
|
+
"tools",
|
|
11
|
+
"small",
|
|
12
|
+
"qat"
|
|
13
|
+
],
|
|
14
|
+
"category": "general",
|
|
15
|
+
"maintainer": {
|
|
16
|
+
"name": "Google",
|
|
17
|
+
"url": "https://huggingface.co/google/gemma-4-E2B-it"
|
|
18
|
+
},
|
|
19
|
+
"version": "1.2.0",
|
|
20
|
+
"updatedAt": "2026-07-31T00:00:00Z",
|
|
21
|
+
"license": "Apache-2.0",
|
|
22
|
+
"recoScore": 15,
|
|
23
|
+
"parameterSize": "2.3B",
|
|
24
|
+
"approxSizeBytes": 2620370976,
|
|
25
|
+
"supportsTools": true,
|
|
26
|
+
"contextWindow": 128000,
|
|
27
|
+
"upstream": "https://huggingface.co/google/gemma-4-E2B-it",
|
|
28
|
+
"style": {
|
|
29
|
+
"family": "gemma",
|
|
30
|
+
"reasoningFormat": "channel",
|
|
31
|
+
"toolCallFormat": "function-call"
|
|
32
|
+
},
|
|
33
|
+
"behaviors": [
|
|
34
|
+
"reasoning.strip-channel-tags",
|
|
35
|
+
"prompt.tool-cookbook-full",
|
|
36
|
+
"fabrication.detect-past-tense-no-tools",
|
|
37
|
+
"fabrication.detect-claim-without-tool",
|
|
38
|
+
"mcp.relax-required-fields",
|
|
39
|
+
"mcp.default-missing-fields",
|
|
40
|
+
{
|
|
41
|
+
"id": "turn.continuation-budget",
|
|
42
|
+
"config": {
|
|
43
|
+
"count": 4
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"turn.preamble-folding",
|
|
47
|
+
"turn.ramble-detection",
|
|
48
|
+
"parse.gemma-special-token"
|
|
49
|
+
],
|
|
50
|
+
"ollama": {
|
|
51
|
+
"tag": "gemma4:e2b"
|
|
52
|
+
},
|
|
53
|
+
"llamaCpp": {
|
|
54
|
+
"huggingfaceRepo": "unsloth/gemma-4-E2B-it-qat-GGUF",
|
|
55
|
+
"filename": "gemma-4-E2B-it-qat-UD-Q4_K_XL.gguf",
|
|
56
|
+
"quantization": "UD-Q4_K_XL",
|
|
57
|
+
"residentBytes": 3731251642,
|
|
58
|
+
"draftModelFilename": "MTP/mtp-gemma-4-E2B-it-Q4_0.gguf"
|
|
59
|
+
},
|
|
60
|
+
"releasePatch": {
|
|
61
|
+
"tuning": {
|
|
62
|
+
"engine": {
|
|
63
|
+
"llamaCpp": {
|
|
64
|
+
"spec": {
|
|
65
|
+
"mtp": true,
|
|
66
|
+
"nMax": 4
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"mlx": {
|
|
73
|
+
"huggingfaceRepo": "mlx-community/gemma-4-E2B-it-qat-4bit",
|
|
74
|
+
"quantization": "4bit"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "gemma4-e4b-q4",
|
|
3
|
+
"name": "Gemma 4 (E4B, Q4)",
|
|
4
|
+
"description": "Google's edge-optimized Gemma 4 at ~4B effective parameters. Multimodal (text + image + audio), native tool calling. Quantization-aware-trained 4-bit weights — a strong compact default that leaves room to work on a 16GB laptop.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"google",
|
|
7
|
+
"multimodal",
|
|
8
|
+
"vision",
|
|
9
|
+
"audio",
|
|
10
|
+
"tools",
|
|
11
|
+
"qat"
|
|
12
|
+
],
|
|
13
|
+
"category": "general",
|
|
14
|
+
"maintainer": {
|
|
15
|
+
"name": "Google",
|
|
16
|
+
"url": "https://huggingface.co/google/gemma-4-E4B-it"
|
|
17
|
+
},
|
|
18
|
+
"version": "1.2.0",
|
|
19
|
+
"updatedAt": "2026-07-31T00:00:00Z",
|
|
20
|
+
"license": "Apache-2.0",
|
|
21
|
+
"recoScore": 15,
|
|
22
|
+
"parameterSize": "4.5B",
|
|
23
|
+
"approxSizeBytes": 4215695776,
|
|
24
|
+
"supportsTools": true,
|
|
25
|
+
"contextWindow": 128000,
|
|
26
|
+
"upstream": "https://huggingface.co/google/gemma-4-E4B-it",
|
|
27
|
+
"style": {
|
|
28
|
+
"family": "gemma",
|
|
29
|
+
"reasoningFormat": "channel",
|
|
30
|
+
"toolCallFormat": "function-call"
|
|
31
|
+
},
|
|
32
|
+
"behaviors": [
|
|
33
|
+
"reasoning.strip-channel-tags",
|
|
34
|
+
"prompt.tool-cookbook-condensed",
|
|
35
|
+
"fabrication.detect-past-tense-no-tools",
|
|
36
|
+
"fabrication.detect-claim-without-tool",
|
|
37
|
+
"mcp.relax-required-fields",
|
|
38
|
+
"mcp.default-missing-fields",
|
|
39
|
+
"turn.preamble-folding",
|
|
40
|
+
"turn.ramble-detection",
|
|
41
|
+
"parse.gemma-special-token"
|
|
42
|
+
],
|
|
43
|
+
"ollama": {
|
|
44
|
+
"tag": "gemma4:e4b"
|
|
45
|
+
},
|
|
46
|
+
"llamaCpp": {
|
|
47
|
+
"huggingfaceRepo": "unsloth/gemma-4-E4B-it-qat-GGUF",
|
|
48
|
+
"filename": "gemma-4-E4B-it-qat-UD-Q4_K_XL.gguf",
|
|
49
|
+
"quantization": "UD-Q4_K_XL",
|
|
50
|
+
"residentBytes": 5940328250,
|
|
51
|
+
"draftModelFilename": "MTP/mtp-gemma-4-E4B-it-Q4_0.gguf"
|
|
52
|
+
},
|
|
53
|
+
"releasePatch": {
|
|
54
|
+
"tuning": {
|
|
55
|
+
"engine": {
|
|
56
|
+
"llamaCpp": {
|
|
57
|
+
"spec": {
|
|
58
|
+
"type": null,
|
|
59
|
+
"draftModelId": null,
|
|
60
|
+
"mtp": true,
|
|
61
|
+
"nMax": 4
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"mlx": {
|
|
68
|
+
"huggingfaceRepo": "mlx-community/gemma-4-E4B-it-qat-4bit",
|
|
69
|
+
"quantization": "4bit"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "glm-5.2-754b-q2",
|
|
3
|
+
"name": "GLM 5.2 (IQ2_XXS)",
|
|
4
|
+
"description": "antirez's routed 2-bit community GGUF of Z.ai's GLM 5.2 — a 754B-parameter Mixture-of-Experts (256 experts, 8 active per token, ~40B active) with a 1M-token context and DeepSeek-style sparse attention. The routed experts are crushed to IQ2_XXS (block 78 in Q2_K) while attention, the shared expert, embeddings, and the output head stay at Q8-class precision, landing the file at ~197 GB. Only ~20 GB of that is non-routed weight that must stay resident: DwarfStar streams the remaining ~177 GB of experts from SSD, so it runs on a 128 GB machine — but it is a very large download and a slow first turn. Built for antirez's `ds4` engine; these quants do not load on stock llama.cpp.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"glm",
|
|
7
|
+
"reasoning",
|
|
8
|
+
"moe",
|
|
9
|
+
"tools",
|
|
10
|
+
"2-bit",
|
|
11
|
+
"iq2",
|
|
12
|
+
"long-context",
|
|
13
|
+
"large"
|
|
14
|
+
],
|
|
15
|
+
"category": "reasoning",
|
|
16
|
+
"maintainer": {
|
|
17
|
+
"name": "antirez",
|
|
18
|
+
"url": "https://huggingface.co/antirez/glm-5.2-gguf"
|
|
19
|
+
},
|
|
20
|
+
"version": "1.0.0",
|
|
21
|
+
"updatedAt": "2026-07-25T00:00:00Z",
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"parameterSize": "754B",
|
|
24
|
+
"approxSizeBytes": 211075856448,
|
|
25
|
+
"supportsTools": true,
|
|
26
|
+
"contextWindow": 1048576,
|
|
27
|
+
"upstream": "https://huggingface.co/zai-org/GLM-5.2",
|
|
28
|
+
"style": {
|
|
29
|
+
"family": "glm",
|
|
30
|
+
"reasoningFormat": "think",
|
|
31
|
+
"toolCallFormat": "function-call"
|
|
32
|
+
},
|
|
33
|
+
"behaviors": [
|
|
34
|
+
"reasoning.strip-think-tags",
|
|
35
|
+
"prompt.tool-cookbook-condensed",
|
|
36
|
+
"mcp.compact-tool-schemas",
|
|
37
|
+
"fabrication.detect-past-tense-no-tools",
|
|
38
|
+
"turn.preamble-folding"
|
|
39
|
+
],
|
|
40
|
+
"tuning": {
|
|
41
|
+
"sampling": {
|
|
42
|
+
"temperature": 1,
|
|
43
|
+
"topP": 0.95,
|
|
44
|
+
"maxTokens": 16384
|
|
45
|
+
},
|
|
46
|
+
"reasoning": {
|
|
47
|
+
"enableThinking": true,
|
|
48
|
+
"thinkingBudget": 4096
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"ds4": {
|
|
52
|
+
"huggingfaceRepo": "antirez/glm-5.2-gguf",
|
|
53
|
+
"filename": "GLM-5.2-UD-IQ2_XXS_RoutedIQ2XXS_blk78Q2K.gguf",
|
|
54
|
+
"quantization": "IQ2_XXS",
|
|
55
|
+
"residentBytes": 61363217408,
|
|
56
|
+
"cacheExpertsBytes": 34359738368,
|
|
57
|
+
"ssdStreaming": true,
|
|
58
|
+
"maxLaunchCtx": 65536
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "gpt-oss-120b-q4",
|
|
3
|
+
"name": "GPT-OSS (120B, MoE)",
|
|
4
|
+
"description": "OpenAI's open-weight 117B-parameter Mixture-of-Experts model (~5.1B active per token). Configurable reasoning effort (low/medium/high), full chain-of-thought access, and native function-calling. Frontier-class on-device reasoning for workstations and Mac Studio-class hardware — needs ~80GB of usable memory.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"openai",
|
|
7
|
+
"tools",
|
|
8
|
+
"reasoning",
|
|
9
|
+
"moe",
|
|
10
|
+
"open-weights",
|
|
11
|
+
"large"
|
|
12
|
+
],
|
|
13
|
+
"category": "reasoning",
|
|
14
|
+
"maintainer": {
|
|
15
|
+
"name": "OpenAI",
|
|
16
|
+
"url": "https://ollama.com/library/gpt-oss"
|
|
17
|
+
},
|
|
18
|
+
"version": "1.1.0",
|
|
19
|
+
"updatedAt": "2026-05-17T00:00:00Z",
|
|
20
|
+
"license": "Apache-2.0",
|
|
21
|
+
"parameterSize": "117B",
|
|
22
|
+
"approxSizeBytes": 65000000000,
|
|
23
|
+
"supportsTools": true,
|
|
24
|
+
"contextWindow": 131072,
|
|
25
|
+
"upstream": "https://huggingface.co/openai/gpt-oss-120b",
|
|
26
|
+
"style": {
|
|
27
|
+
"family": "gpt-oss",
|
|
28
|
+
"reasoningFormat": "channel",
|
|
29
|
+
"toolCallFormat": "function-call"
|
|
30
|
+
},
|
|
31
|
+
"behaviors": [
|
|
32
|
+
"reasoning.strip-channel-tags",
|
|
33
|
+
"fabrication.detect-past-tense-no-tools",
|
|
34
|
+
"turn.preamble-folding"
|
|
35
|
+
],
|
|
36
|
+
"ollama": {
|
|
37
|
+
"tag": "gpt-oss:120b"
|
|
38
|
+
},
|
|
39
|
+
"llamaCpp": {
|
|
40
|
+
"huggingfaceRepo": "bartowski/openai_gpt-oss-120b-GGUF",
|
|
41
|
+
"shardsDir": "openai_gpt-oss-120b-Q4_K_M",
|
|
42
|
+
"quantization": "Q4_K_M"
|
|
43
|
+
},
|
|
44
|
+
"mlx": {
|
|
45
|
+
"huggingfaceRepo": "mlx-community/gpt-oss-120b-MXFP4-Q4",
|
|
46
|
+
"quantization": "MXFP4-Q4"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "gpt-oss-20b-q4",
|
|
3
|
+
"name": "GPT-OSS (20B, MoE)",
|
|
4
|
+
"description": "OpenAI's open-weight 20B-parameter Mixture-of-Experts model (~3.6B active per token). Configurable reasoning effort (low/medium/high), full chain-of-thought access, and native function-calling. Lower-latency frontier-class on-device option for machines with 16GB+ memory.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"openai",
|
|
7
|
+
"tools",
|
|
8
|
+
"reasoning",
|
|
9
|
+
"moe",
|
|
10
|
+
"open-weights"
|
|
11
|
+
],
|
|
12
|
+
"category": "reasoning",
|
|
13
|
+
"maintainer": {
|
|
14
|
+
"name": "OpenAI",
|
|
15
|
+
"url": "https://ollama.com/library/gpt-oss"
|
|
16
|
+
},
|
|
17
|
+
"version": "1.1.0",
|
|
18
|
+
"updatedAt": "2026-04-26T00:00:00Z",
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"parameterSize": "20B",
|
|
21
|
+
"approxSizeBytes": 12000000000,
|
|
22
|
+
"supportsTools": true,
|
|
23
|
+
"contextWindow": 131072,
|
|
24
|
+
"upstream": "https://ollama.com/library/gpt-oss",
|
|
25
|
+
"style": {
|
|
26
|
+
"family": "gpt-oss",
|
|
27
|
+
"reasoningFormat": "channel",
|
|
28
|
+
"toolCallFormat": "function-call"
|
|
29
|
+
},
|
|
30
|
+
"behaviors": [
|
|
31
|
+
"reasoning.strip-channel-tags",
|
|
32
|
+
"fabrication.detect-past-tense-no-tools",
|
|
33
|
+
"turn.preamble-folding"
|
|
34
|
+
],
|
|
35
|
+
"ollama": {
|
|
36
|
+
"tag": "gpt-oss:20b"
|
|
37
|
+
},
|
|
38
|
+
"llamaCpp": {
|
|
39
|
+
"huggingfaceRepo": "bartowski/openai_gpt-oss-20b-GGUF",
|
|
40
|
+
"filename": "openai_gpt-oss-20b-Q4_K_M.gguf",
|
|
41
|
+
"quantization": "Q4_K_M"
|
|
42
|
+
},
|
|
43
|
+
"mlx": {
|
|
44
|
+
"huggingfaceRepo": "mlx-community/gpt-oss-20b-MXFP4-Q4",
|
|
45
|
+
"quantization": "MXFP4-Q4"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "laguna-s-2.1-118b-q4",
|
|
3
|
+
"name": "Laguna S 2.1 (118B-A8B, Q4)",
|
|
4
|
+
"description": "Poolside's Laguna S 2.1, a 118B-parameter Mixture-of-Experts model with about 8B active parameters per token, built for agentic coding and long-horizon software work. It supports native tool calling and interleaved reasoning between tool calls. Choose the official imatrix Q4_K_M GGUF (about 75GB) for llama.cpp, or the calibrated oQ4e MLX build (about 64GB) for native Apple Silicon inference on a 96GB-or-larger Mac. Gezel defaults to Poolside's quality-recommended 256K context window; the underlying checkpoint can be extended to 1M context with explicit YaRN overrides.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"poolside",
|
|
7
|
+
"coding",
|
|
8
|
+
"agentic",
|
|
9
|
+
"tools",
|
|
10
|
+
"reasoning",
|
|
11
|
+
"long-context",
|
|
12
|
+
"moe",
|
|
13
|
+
"large",
|
|
14
|
+
"open-weights",
|
|
15
|
+
"apple-silicon"
|
|
16
|
+
],
|
|
17
|
+
"category": "coding",
|
|
18
|
+
"maintainer": {
|
|
19
|
+
"name": "Poolside",
|
|
20
|
+
"url": "https://huggingface.co/poolside/Laguna-S-2.1"
|
|
21
|
+
},
|
|
22
|
+
"version": "1.0.1",
|
|
23
|
+
"updatedAt": "2026-07-28T00:00:00Z",
|
|
24
|
+
"license": "OpenMDW-1.1",
|
|
25
|
+
"licenseClass": "open",
|
|
26
|
+
"licenseShortName": "OpenMDW 1.1",
|
|
27
|
+
"licenseUrl": "https://huggingface.co/poolside/Laguna-S-2.1/blob/main/LICENSE.md",
|
|
28
|
+
"parameterSize": "118B",
|
|
29
|
+
"approxSizeBytes": 96031829760,
|
|
30
|
+
"supportsTools": true,
|
|
31
|
+
"contextWindow": 262144,
|
|
32
|
+
"upstream": "https://huggingface.co/poolside/Laguna-S-2.1",
|
|
33
|
+
"style": {
|
|
34
|
+
"family": "other",
|
|
35
|
+
"reasoningFormat": "think",
|
|
36
|
+
"toolCallFormat": "function-call"
|
|
37
|
+
},
|
|
38
|
+
"behaviors": [
|
|
39
|
+
"reasoning.strip-think-tags",
|
|
40
|
+
"fabrication.detect-past-tense-no-tools",
|
|
41
|
+
"turn.preamble-folding",
|
|
42
|
+
"turn.ramble-detection",
|
|
43
|
+
"tools.mlx-grammar"
|
|
44
|
+
],
|
|
45
|
+
"tuning": {
|
|
46
|
+
"sampling": {
|
|
47
|
+
"temperature": 0.7,
|
|
48
|
+
"topP": 0.95,
|
|
49
|
+
"maxTokens": 8192
|
|
50
|
+
},
|
|
51
|
+
"samplingWhenThinking": {
|
|
52
|
+
"temperature": 0.7,
|
|
53
|
+
"topP": 0.95
|
|
54
|
+
},
|
|
55
|
+
"reasoning": {
|
|
56
|
+
"enableThinking": true,
|
|
57
|
+
"thinkingBudget": 4096
|
|
58
|
+
},
|
|
59
|
+
"profiles": {
|
|
60
|
+
"thinking-general": {
|
|
61
|
+
"sampling": {
|
|
62
|
+
"temperature": 0.7,
|
|
63
|
+
"topP": 0.95,
|
|
64
|
+
"maxTokens": 12288
|
|
65
|
+
},
|
|
66
|
+
"reasoning": {
|
|
67
|
+
"enableThinking": true,
|
|
68
|
+
"thinkingBudget": 4096
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"thinking-coding": {
|
|
72
|
+
"sampling": {
|
|
73
|
+
"temperature": 0.6,
|
|
74
|
+
"topP": 0.95,
|
|
75
|
+
"maxTokens": 16384
|
|
76
|
+
},
|
|
77
|
+
"reasoning": {
|
|
78
|
+
"enableThinking": true,
|
|
79
|
+
"thinkingBudget": 6144
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"thinking-precise": {
|
|
83
|
+
"sampling": {
|
|
84
|
+
"temperature": 0.4,
|
|
85
|
+
"topP": 0.9,
|
|
86
|
+
"seed": 0,
|
|
87
|
+
"maxTokens": 6144
|
|
88
|
+
},
|
|
89
|
+
"reasoning": {
|
|
90
|
+
"enableThinking": true,
|
|
91
|
+
"thinkingBudget": 4096
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"instruct": {
|
|
95
|
+
"sampling": {
|
|
96
|
+
"temperature": 0.7,
|
|
97
|
+
"topP": 0.95,
|
|
98
|
+
"maxTokens": 4096
|
|
99
|
+
},
|
|
100
|
+
"reasoning": {
|
|
101
|
+
"enableThinking": false
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"creative": {
|
|
105
|
+
"sampling": {
|
|
106
|
+
"temperature": 1,
|
|
107
|
+
"topP": 0.95,
|
|
108
|
+
"maxTokens": 8192
|
|
109
|
+
},
|
|
110
|
+
"reasoning": {
|
|
111
|
+
"enableThinking": false
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"llamaCpp": {
|
|
117
|
+
"huggingfaceRepo": "poolside/Laguna-S-2.1-GGUF",
|
|
118
|
+
"filename": "laguna-s-2.1-Q4_K_M.gguf",
|
|
119
|
+
"quantization": "Q4_K_M",
|
|
120
|
+
"residentBytes": 115238195712
|
|
121
|
+
},
|
|
122
|
+
"mlx": {
|
|
123
|
+
"huggingfaceRepo": "mlx-community/Laguna-S-2.1-oQ4e",
|
|
124
|
+
"quantization": "oQ4e",
|
|
125
|
+
"residentBytes": 70000000000
|
|
126
|
+
}
|
|
127
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "laguna-s-2.1-118b-q6",
|
|
3
|
+
"name": "Laguna S 2.1 (118B-A8B, Q6 MLX)",
|
|
4
|
+
"description": "Poolside's Laguna S 2.1 in a calibrated oQ6e MLX quantization for native Apple Silicon inference. The model has 118B total parameters with about 8B active per token and is built for agentic coding, long-horizon software work, native tool calling, and interleaved reasoning. This MLX-only build is about 92GB on disk, measured about 90GB peak at 64K context, and targets 128GB Macs. Gezel defaults to Poolside's quality-recommended 256K context window; the underlying checkpoint can be extended to 1M context with explicit YaRN overrides.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"poolside",
|
|
7
|
+
"coding",
|
|
8
|
+
"agentic",
|
|
9
|
+
"tools",
|
|
10
|
+
"reasoning",
|
|
11
|
+
"long-context",
|
|
12
|
+
"moe",
|
|
13
|
+
"large",
|
|
14
|
+
"open-weights",
|
|
15
|
+
"apple-silicon"
|
|
16
|
+
],
|
|
17
|
+
"category": "coding",
|
|
18
|
+
"maintainer": {
|
|
19
|
+
"name": "Poolside",
|
|
20
|
+
"url": "https://huggingface.co/poolside/Laguna-S-2.1"
|
|
21
|
+
},
|
|
22
|
+
"version": "1.0.0",
|
|
23
|
+
"updatedAt": "2026-07-22T00:00:00Z",
|
|
24
|
+
"license": "OpenMDW-1.1",
|
|
25
|
+
"licenseClass": "open",
|
|
26
|
+
"licenseShortName": "OpenMDW 1.1",
|
|
27
|
+
"licenseUrl": "https://huggingface.co/poolside/Laguna-S-2.1/blob/main/LICENSE.md",
|
|
28
|
+
"parameterSize": "118B",
|
|
29
|
+
"approxSizeBytes": 92000000000,
|
|
30
|
+
"supportsTools": true,
|
|
31
|
+
"contextWindow": 262144,
|
|
32
|
+
"upstream": "https://huggingface.co/poolside/Laguna-S-2.1",
|
|
33
|
+
"style": {
|
|
34
|
+
"family": "other",
|
|
35
|
+
"reasoningFormat": "think",
|
|
36
|
+
"toolCallFormat": "function-call"
|
|
37
|
+
},
|
|
38
|
+
"behaviors": [
|
|
39
|
+
"reasoning.strip-think-tags",
|
|
40
|
+
"fabrication.detect-past-tense-no-tools",
|
|
41
|
+
"turn.preamble-folding",
|
|
42
|
+
"turn.ramble-detection",
|
|
43
|
+
"tools.mlx-grammar"
|
|
44
|
+
],
|
|
45
|
+
"tuning": {
|
|
46
|
+
"sampling": {
|
|
47
|
+
"temperature": 0.7,
|
|
48
|
+
"topP": 0.95,
|
|
49
|
+
"maxTokens": 8192
|
|
50
|
+
},
|
|
51
|
+
"samplingWhenThinking": {
|
|
52
|
+
"temperature": 0.7,
|
|
53
|
+
"topP": 0.95
|
|
54
|
+
},
|
|
55
|
+
"reasoning": {
|
|
56
|
+
"enableThinking": true,
|
|
57
|
+
"thinkingBudget": 4096
|
|
58
|
+
},
|
|
59
|
+
"profiles": {
|
|
60
|
+
"thinking-general": {
|
|
61
|
+
"sampling": {
|
|
62
|
+
"temperature": 0.7,
|
|
63
|
+
"topP": 0.95,
|
|
64
|
+
"maxTokens": 12288
|
|
65
|
+
},
|
|
66
|
+
"reasoning": {
|
|
67
|
+
"enableThinking": true,
|
|
68
|
+
"thinkingBudget": 4096
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"thinking-coding": {
|
|
72
|
+
"sampling": {
|
|
73
|
+
"temperature": 0.6,
|
|
74
|
+
"topP": 0.95,
|
|
75
|
+
"maxTokens": 16384
|
|
76
|
+
},
|
|
77
|
+
"reasoning": {
|
|
78
|
+
"enableThinking": true,
|
|
79
|
+
"thinkingBudget": 6144
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"thinking-precise": {
|
|
83
|
+
"sampling": {
|
|
84
|
+
"temperature": 0.4,
|
|
85
|
+
"topP": 0.9,
|
|
86
|
+
"seed": 0,
|
|
87
|
+
"maxTokens": 6144
|
|
88
|
+
},
|
|
89
|
+
"reasoning": {
|
|
90
|
+
"enableThinking": true,
|
|
91
|
+
"thinkingBudget": 4096
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"instruct": {
|
|
95
|
+
"sampling": {
|
|
96
|
+
"temperature": 0.7,
|
|
97
|
+
"topP": 0.95,
|
|
98
|
+
"maxTokens": 4096
|
|
99
|
+
},
|
|
100
|
+
"reasoning": {
|
|
101
|
+
"enableThinking": false
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"creative": {
|
|
105
|
+
"sampling": {
|
|
106
|
+
"temperature": 1,
|
|
107
|
+
"topP": 0.95,
|
|
108
|
+
"maxTokens": 8192
|
|
109
|
+
},
|
|
110
|
+
"reasoning": {
|
|
111
|
+
"enableThinking": false
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"mlx": {
|
|
117
|
+
"huggingfaceRepo": "mlx-community/Laguna-S-2.1-oQ6e",
|
|
118
|
+
"quantization": "oQ6e",
|
|
119
|
+
"residentBytes": 99000000000
|
|
120
|
+
}
|
|
121
|
+
}
|