@bendyline/gilde 0.1.18 → 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.
Files changed (70) hide show
  1. package/README.md +6 -1
  2. package/authoring/chat-models/README.md +26 -0
  3. package/authoring/chat-models/btl4-35b-q4.json +142 -0
  4. package/authoring/chat-models/btl4-compact-iq2.json +142 -0
  5. package/authoring/chat-models/deepseek-r1-8b-q4.json +53 -0
  6. package/authoring/chat-models/deepseek-v4-flash-284b-mxfp4.json +110 -0
  7. package/authoring/chat-models/deepseek-v4-flash-284b-q2.json +110 -0
  8. package/authoring/chat-models/deepseek-v4-flash-284b-q2q4.json +111 -0
  9. package/authoring/chat-models/deepseek-v4-flash-284b-q4.json +113 -0
  10. package/authoring/chat-models/gemma4-12b-q4.json +190 -0
  11. package/authoring/chat-models/gemma4-12b-q8.json +164 -0
  12. package/authoring/chat-models/gemma4-26b-q4.json +90 -0
  13. package/authoring/chat-models/gemma4-31b-q4.json +81 -0
  14. package/authoring/chat-models/gemma4-e2b-q4.json +76 -0
  15. package/authoring/chat-models/gemma4-e4b-q4.json +71 -0
  16. package/authoring/chat-models/glm-5.2-754b-q2.json +60 -0
  17. package/authoring/chat-models/gpt-oss-120b-q4.json +48 -0
  18. package/authoring/chat-models/gpt-oss-20b-q4.json +47 -0
  19. package/authoring/chat-models/laguna-s-2.1-118b-q4.json +127 -0
  20. package/authoring/chat-models/laguna-s-2.1-118b-q6.json +121 -0
  21. package/authoring/chat-models/laguna-s-2.1-118b-q8.json +127 -0
  22. package/authoring/chat-models/lfm2.5-2.6b-q4.json +39 -0
  23. package/authoring/chat-models/llama3.2-3b-q4.json +42 -0
  24. package/authoring/chat-models/mistral-7b-q4.json +53 -0
  25. package/authoring/chat-models/mistral-medium-3.5-128b-q4.json +57 -0
  26. package/authoring/chat-models/muse-glimmer-30b-q4.json +126 -0
  27. package/authoring/chat-models/nemotron3-nano-30b-q4.json +49 -0
  28. package/authoring/chat-models/nemotron3-super-120b-q4.json +41 -0
  29. package/authoring/chat-models/ornith-35b-q4.json +145 -0
  30. package/authoring/chat-models/ornith-35b-q8.json +145 -0
  31. package/authoring/chat-models/ornith-9b-q4.json +146 -0
  32. package/authoring/chat-models/qwen3.5-122b-a10b-q4.json +172 -0
  33. package/authoring/chat-models/qwen3.5-2b-q4.json +70 -0
  34. package/authoring/chat-models/qwen3.5-4b-q4.json +61 -0
  35. package/authoring/chat-models/qwen3.5-9b-q4.json +61 -0
  36. package/authoring/chat-models/qwen3.6-27b-q4.json +66 -0
  37. package/authoring/chat-models/qwen3.6-27b-q8.json +153 -0
  38. package/authoring/chat-models/qwen3.6-35b-a3b-q4.json +154 -0
  39. package/authoring/chat-models/qwen3.6-35b-a3b-q8.json +154 -0
  40. package/authoring/chat-models/talkie-1930-13b-q4.json +74 -0
  41. package/authoring/chat-models/ternary-bonsai-27b-q2.json +144 -0
  42. package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +65 -0
  43. package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +18 -0
  44. package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +5 -5
  45. package/data/chat-models/gp/gpt-oss-120b-q4/versions/1.1.0/manifest.json +135 -0
  46. package/data/chat-models/index.json +1 -1
  47. package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +135 -0
  48. package/data/chat-models/mu/muse-glimmer-30b-q4/versions/1.0.0/manifest.json +20 -0
  49. package/data/craftbook-templates/index.json +1 -1
  50. package/data/craftbook-templates/pu/pull-request-review/manifest.json +5 -1
  51. package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/craftbook.json +159 -0
  52. package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/test.json +172 -0
  53. package/package.json +4 -2
  54. package/schemas/chat-model-identity.schema.json +44 -0
  55. package/schemas/chat-model-version.schema.json +3 -0
  56. package/schemas/connector-type-identity.schema.json +3 -0
  57. package/schemas/connector-type-version.schema.json +3 -0
  58. package/schemas/craftbook-doc.schema.json +3 -0
  59. package/schemas/craftbook-template-identity.schema.json +3 -0
  60. package/schemas/craftbook-template-version.schema.json +3 -0
  61. package/schemas/gezel-template-identity.schema.json +3 -0
  62. package/schemas/gezel-template-version.schema.json +3 -0
  63. package/schemas/image-model-identity.schema.json +3 -0
  64. package/schemas/image-model-version.schema.json +3 -0
  65. package/schemas/project-type-identity.schema.json +3 -0
  66. package/schemas/project-type-version.schema.json +3 -0
  67. package/schemas/toolset-identity.schema.json +3 -0
  68. package/schemas/toolset-version.schema.json +3 -0
  69. package/schemas/video-model-identity.schema.json +3 -0
  70. package/schemas/video-model-version.schema.json +3 -0
@@ -0,0 +1,111 @@
1
+ {
2
+ "id": "deepseek-v4-flash-284b-q2q4",
3
+ "name": "DeepSeek V4 Flash (mixed 2/4-bit)",
4
+ "description": "antirez's mixed-precision community GGUF of DeepSeek V4 Flash 0731 — the July 2026 re-post-trained 284B-parameter Mixture-of-Experts (~13B active per token) with 1M-token context and Compressed Sparse Attention. Layers 37-42 keep Q4_K routed experts while the remaining expert layers drop to IQ2_XXS gate/up + Q2_K down, landing at ~98 GB. This is the quality/size sweet spot antirez recommends for 128 GB MacBooks: noticeably better than the straight 2-bit build without the ~156 GB footprint of the full Q4_K one. Produced for antirez's `ds4` inference engine; whether it loads on stock llama depends on its DeepSeek-V4 support.",
5
+ "tags": [
6
+ "deepseek",
7
+ "reasoning",
8
+ "agentic",
9
+ "moe",
10
+ "tools",
11
+ "long-context",
12
+ "large",
13
+ "mixed-precision",
14
+ "iq2",
15
+ "q4"
16
+ ],
17
+ "category": "reasoning",
18
+ "maintainer": {
19
+ "name": "antirez",
20
+ "url": "https://huggingface.co/antirez/deepseek-v4-gguf"
21
+ },
22
+ "version": "1.0.0",
23
+ "updatedAt": "2026-08-02T00:00:00Z",
24
+ "license": "MIT",
25
+ "licenseClass": "open",
26
+ "licenseShortName": "MIT",
27
+ "parameterSize": "284B",
28
+ "approxSizeBytes": 97591747456,
29
+ "supportsTools": true,
30
+ "contextWindow": 1000000,
31
+ "upstream": "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash",
32
+ "style": {
33
+ "family": "deepseek",
34
+ "reasoningFormat": "think",
35
+ "toolCallFormat": "function-call"
36
+ },
37
+ "behaviors": [
38
+ "reasoning.strip-think-tags",
39
+ "prompt.tool-cookbook-condensed",
40
+ "prompt.meester-build-prelude",
41
+ "mcp.compact-tool-schemas",
42
+ "fabrication.detect-past-tense-no-tools",
43
+ "turn.preamble-folding"
44
+ ],
45
+ "tuning": {
46
+ "sampling": {
47
+ "maxTokens": 16384
48
+ },
49
+ "reasoning": {
50
+ "enableThinking": true,
51
+ "thinkingBudget": 4096
52
+ },
53
+ "profiles": {
54
+ "thinking-general": {
55
+ "sampling": {
56
+ "temperature": 0.6,
57
+ "topP": 0.95,
58
+ "maxTokens": 16384
59
+ }
60
+ },
61
+ "thinking-coding": {
62
+ "sampling": {
63
+ "temperature": 0.3,
64
+ "topP": 0.95,
65
+ "maxTokens": 16384
66
+ }
67
+ },
68
+ "thinking-precise": {
69
+ "sampling": {
70
+ "temperature": 0.1,
71
+ "topP": 0.9,
72
+ "maxTokens": 16384,
73
+ "seed": 0
74
+ }
75
+ },
76
+ "instruct": {
77
+ "sampling": {
78
+ "temperature": 0.7,
79
+ "topP": 0.95,
80
+ "maxTokens": 16384
81
+ },
82
+ "reasoning": {
83
+ "enableThinking": false
84
+ }
85
+ },
86
+ "creative": {
87
+ "sampling": {
88
+ "temperature": 1,
89
+ "topP": 1,
90
+ "maxTokens": 16384
91
+ },
92
+ "reasoning": {
93
+ "enableThinking": false
94
+ }
95
+ }
96
+ }
97
+ },
98
+ "llamaCpp": {
99
+ "huggingfaceRepo": "antirez/deepseek-v4-gguf",
100
+ "filename": "DeepSeek-V4-Flash-Layers37-42Q4KExperts-OtherExpertLayersIQ2XXSGateUp-Q2KDown-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-fixed-0731.gguf",
101
+ "quantization": "IQ2_XXS/Q4_K"
102
+ },
103
+ "ds4": {
104
+ "huggingfaceRepo": "antirez/deepseek-v4-gguf",
105
+ "filename": "DeepSeek-V4-Flash-Layers37-42Q4KExperts-OtherExpertLayersIQ2XXSGateUp-Q2KDown-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-fixed-0731.gguf",
106
+ "quantization": "IQ2_XXS/Q4_K",
107
+ "residentBytes": 45097156608,
108
+ "cacheExpertsBytes": 38654705664,
109
+ "ssdStreaming": true
110
+ }
111
+ }
@@ -0,0 +1,113 @@
1
+ {
2
+ "id": "deepseek-v4-flash-284b-q4",
3
+ "name": "DeepSeek V4 Flash (FP4)",
4
+ "description": "DeepSeek V4 Flash — 284B-parameter Mixture-of-Experts (~13B active per token) with 1M-token context, Compressed Sparse Attention, and configurable Non-think / Think-High / Think-Max reasoning modes. On the `ds4` engine this is the July 2026 0731 re-post-trained checkpoint, which is substantially stronger at agentic and coding work than the original release. The llama.cpp (native FP4+FP8) and MLX sources still carry the original V4 Flash weights — upstream has not republished those builds for 0731 — so pick the ds4 source to get the newer checkpoint. Frontier-tier on-device reasoning for workstations and Mac Studio-class hardware — needs ~200 GB of usable memory.",
5
+ "tags": [
6
+ "deepseek",
7
+ "reasoning",
8
+ "agentic",
9
+ "moe",
10
+ "tools",
11
+ "fp4",
12
+ "long-context",
13
+ "large"
14
+ ],
15
+ "category": "reasoning",
16
+ "maintainer": {
17
+ "name": "DeepSeek",
18
+ "url": "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash"
19
+ },
20
+ "version": "1.1.0",
21
+ "updatedAt": "2026-08-02T00:00:00Z",
22
+ "license": "MIT",
23
+ "licenseClass": "open",
24
+ "licenseShortName": "MIT",
25
+ "parameterSize": "284B",
26
+ "approxSizeBytes": 156148189760,
27
+ "supportsTools": true,
28
+ "contextWindow": 1000000,
29
+ "upstream": "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash",
30
+ "style": {
31
+ "family": "deepseek",
32
+ "reasoningFormat": "think",
33
+ "toolCallFormat": "function-call"
34
+ },
35
+ "behaviors": [
36
+ "reasoning.strip-think-tags",
37
+ "prompt.tool-cookbook-condensed",
38
+ "prompt.meester-build-prelude",
39
+ "mcp.compact-tool-schemas",
40
+ "fabrication.detect-past-tense-no-tools",
41
+ "turn.preamble-folding"
42
+ ],
43
+ "tuning": {
44
+ "sampling": {
45
+ "maxTokens": 16384
46
+ },
47
+ "reasoning": {
48
+ "enableThinking": true,
49
+ "thinkingBudget": 4096
50
+ },
51
+ "profiles": {
52
+ "thinking-general": {
53
+ "sampling": {
54
+ "temperature": 0.6,
55
+ "topP": 0.95,
56
+ "maxTokens": 16384
57
+ }
58
+ },
59
+ "thinking-coding": {
60
+ "sampling": {
61
+ "temperature": 0.3,
62
+ "topP": 0.95,
63
+ "maxTokens": 16384
64
+ }
65
+ },
66
+ "thinking-precise": {
67
+ "sampling": {
68
+ "temperature": 0.1,
69
+ "topP": 0.9,
70
+ "maxTokens": 16384,
71
+ "seed": 0
72
+ }
73
+ },
74
+ "instruct": {
75
+ "sampling": {
76
+ "temperature": 0.7,
77
+ "topP": 0.95,
78
+ "maxTokens": 16384
79
+ },
80
+ "reasoning": {
81
+ "enableThinking": false
82
+ }
83
+ },
84
+ "creative": {
85
+ "sampling": {
86
+ "temperature": 1,
87
+ "topP": 1,
88
+ "maxTokens": 16384
89
+ },
90
+ "reasoning": {
91
+ "enableThinking": false
92
+ }
93
+ }
94
+ }
95
+ },
96
+ "llamaCpp": {
97
+ "huggingfaceRepo": "nsparks/DeepSeek-V4-Flash-FP4-FP8-GGUF",
98
+ "filename": "DeepSeek-V4-Flash-FP4-FP8-native.gguf",
99
+ "quantization": "FP4-FP8"
100
+ },
101
+ "mlx": {
102
+ "huggingfaceRepo": "mlx-community/deepseek-ai-DeepSeek-V4-Flash-4bit",
103
+ "quantization": "4bit"
104
+ },
105
+ "ds4": {
106
+ "huggingfaceRepo": "antirez/deepseek-v4-gguf",
107
+ "filename": "DeepSeek-V4-Flash-Q4KExperts-F16HC-F16Compressor-F16Indexer-Q8Attn-Q8Shared-Q8Out-chat-v2-imatrix-0731.gguf",
108
+ "quantization": "Q4_K",
109
+ "residentBytes": 85899345920,
110
+ "cacheExpertsBytes": 68719476736,
111
+ "ssdStreaming": true
112
+ }
113
+ }
@@ -0,0 +1,190 @@
1
+ {
2
+ "id": "gemma4-12b-q4",
3
+ "name": "Gemma 4 (12B, Q4)",
4
+ "description": "Google's Gemma 4 at 12B parameters — an encoder-free unified multimodal model (text + image + audio + video) with native tool calling, configurable thinking, and a 256K context window. Apache-2.0 licensed.",
5
+ "tags": [
6
+ "google",
7
+ "multimodal",
8
+ "vision",
9
+ "audio",
10
+ "tools",
11
+ "agentic",
12
+ "qat"
13
+ ],
14
+ "category": "general",
15
+ "maintainer": {
16
+ "name": "Google",
17
+ "url": "https://huggingface.co/google/gemma-4-12B-it"
18
+ },
19
+ "version": "1.1.2",
20
+ "updatedAt": "2026-07-28T00:00:00Z",
21
+ "license": "Apache-2.0",
22
+ "recoScore": 15,
23
+ "parameterSize": "12B",
24
+ "approxSizeBytes": 6716356800,
25
+ "supportsTools": true,
26
+ "contextWindow": 256000,
27
+ "upstream": "https://huggingface.co/google/gemma-4-12B-it",
28
+ "style": {
29
+ "family": "gemma",
30
+ "reasoningFormat": "channel",
31
+ "toolCallFormat": "function-call"
32
+ },
33
+ "behaviors": [
34
+ "reasoning.strip-channel-tags",
35
+ "reasoning.capture-pre-tool-prose",
36
+ "prompt.tool-cookbook-full",
37
+ "prompt.meester-build-prelude",
38
+ "fabrication.detect-past-tense-no-tools",
39
+ "fabrication.detect-claim-without-tool",
40
+ "turn.preamble-folding",
41
+ {
42
+ "id": "turn.ramble-detection",
43
+ "config": {
44
+ "coldThreshold": 6000,
45
+ "postActionThreshold": 1200
46
+ }
47
+ },
48
+ "turn.auto-acknowledge-tool-errors",
49
+ "turn.permission-stall",
50
+ {
51
+ "id": "turn.continuation-budget",
52
+ "config": {
53
+ "count": 4
54
+ }
55
+ },
56
+ {
57
+ "id": "turn.single-tool-per-turn",
58
+ "config": {
59
+ "meesterOnly": true
60
+ }
61
+ },
62
+ "mcp.compact-tool-schemas",
63
+ "mcp.relax-required-fields",
64
+ "mcp.default-missing-fields",
65
+ "mcp.validate-ids-strict",
66
+ "parse.gemma-special-token",
67
+ "prompt.prefer-writefile-edits",
68
+ "prompt.terse-visible-reply"
69
+ ],
70
+ "tuning": {
71
+ "sampling": {
72
+ "temperature": 1,
73
+ "topP": 0.95,
74
+ "topK": 64,
75
+ "repetitionPenalty": 1.1,
76
+ "repetitionContext": 64,
77
+ "dry": {
78
+ "multiplier": 0.8,
79
+ "base": 1.75,
80
+ "allowedLength": 2
81
+ },
82
+ "maxTokens": 8192
83
+ },
84
+ "reasoning": {
85
+ "enableThinking": true,
86
+ "thinkingBudget": 256
87
+ },
88
+ "profiles": {
89
+ "thinking-general": {
90
+ "sampling": {
91
+ "temperature": 0.8,
92
+ "topP": 0.95,
93
+ "topK": 64,
94
+ "repetitionPenalty": 1.1,
95
+ "repetitionContext": 64,
96
+ "dry": {
97
+ "multiplier": 0.8,
98
+ "base": 1.75,
99
+ "allowedLength": 2
100
+ },
101
+ "maxTokens": 2048
102
+ }
103
+ },
104
+ "thinking-coding": {
105
+ "sampling": {
106
+ "temperature": 0.6,
107
+ "topP": 0.9,
108
+ "topK": 40,
109
+ "repetitionPenalty": 1.05,
110
+ "repetitionContext": 64,
111
+ "dry": {
112
+ "multiplier": 0.8,
113
+ "base": 1.75,
114
+ "allowedLength": 2
115
+ },
116
+ "maxTokens": 2048
117
+ }
118
+ },
119
+ "thinking-precise": {
120
+ "sampling": {
121
+ "temperature": 0.3,
122
+ "topP": 0.9,
123
+ "topK": 20,
124
+ "repetitionPenalty": 1.05,
125
+ "repetitionContext": 64,
126
+ "dry": {
127
+ "multiplier": 0.8,
128
+ "base": 1.75,
129
+ "allowedLength": 2
130
+ },
131
+ "maxTokens": 4096,
132
+ "seed": 0
133
+ }
134
+ },
135
+ "instruct": {
136
+ "sampling": {
137
+ "temperature": 0.7,
138
+ "topP": 0.95,
139
+ "topK": 64,
140
+ "repetitionPenalty": 1.1,
141
+ "repetitionContext": 64,
142
+ "dry": {
143
+ "multiplier": 0.8,
144
+ "base": 1.75,
145
+ "allowedLength": 2
146
+ },
147
+ "maxTokens": 4096
148
+ }
149
+ },
150
+ "creative": {
151
+ "sampling": {
152
+ "temperature": 1.1,
153
+ "topP": 0.95,
154
+ "topK": 64,
155
+ "repetitionPenalty": 1,
156
+ "repetitionContext": 20,
157
+ "maxTokens": 8192
158
+ }
159
+ }
160
+ }
161
+ },
162
+ "evalHints": {
163
+ "sniffThresholds": {
164
+ "inlineJsMinBytes": 1000
165
+ }
166
+ },
167
+ "llamaCpp": {
168
+ "huggingfaceRepo": "unsloth/gemma-4-12B-it-qat-GGUF",
169
+ "filename": "gemma-4-12B-it-qat-UD-Q4_K_XL.gguf",
170
+ "quantization": "UD-Q4_K_XL",
171
+ "residentBytes": 8364078720,
172
+ "draftModelFilename": "MTP/mtp-gemma-4-12B-it-Q4_0.gguf"
173
+ },
174
+ "releasePatch": {
175
+ "tuning": {
176
+ "engine": {
177
+ "llamaCpp": {
178
+ "spec": {
179
+ "mtp": true,
180
+ "nMax": 4
181
+ }
182
+ }
183
+ }
184
+ }
185
+ },
186
+ "mlx": {
187
+ "huggingfaceRepo": "mlx-community/gemma-4-12B-it-qat-4bit",
188
+ "quantization": "4bit"
189
+ }
190
+ }
@@ -0,0 +1,164 @@
1
+ {
2
+ "id": "gemma4-12b-q8",
3
+ "name": "Gemma 4 (12B, Q8)",
4
+ "description": "Google's Gemma 4 at 12B parameters, 8-bit quantization for higher fidelity than the Q4 build (at roughly double the memory footprint). Encoder-free unified multimodal model (text + image + audio + video), native tool calling, configurable thinking, 256K context. Apache-2.0 licensed.",
5
+ "tags": [
6
+ "google",
7
+ "multimodal",
8
+ "vision",
9
+ "audio",
10
+ "tools",
11
+ "agentic"
12
+ ],
13
+ "category": "general",
14
+ "maintainer": {
15
+ "name": "Google",
16
+ "url": "https://huggingface.co/google/gemma-4-12B-it"
17
+ },
18
+ "version": "1.0.2",
19
+ "updatedAt": "2026-07-28T00:00:00Z",
20
+ "license": "Apache-2.0",
21
+ "recoScore": 15,
22
+ "parameterSize": "12B",
23
+ "approxSizeBytes": 12669646976,
24
+ "supportsTools": true,
25
+ "contextWindow": 256000,
26
+ "upstream": "https://huggingface.co/google/gemma-4-12B-it",
27
+ "style": {
28
+ "family": "gemma",
29
+ "reasoningFormat": "channel",
30
+ "toolCallFormat": "function-call"
31
+ },
32
+ "behaviors": [
33
+ "reasoning.strip-channel-tags",
34
+ "reasoning.capture-pre-tool-prose",
35
+ "prompt.tool-cookbook-full",
36
+ "prompt.meester-build-prelude",
37
+ "fabrication.detect-past-tense-no-tools",
38
+ "fabrication.detect-claim-without-tool",
39
+ "turn.preamble-folding",
40
+ {
41
+ "id": "turn.ramble-detection",
42
+ "config": {
43
+ "coldThreshold": 6000,
44
+ "postActionThreshold": 1200
45
+ }
46
+ },
47
+ "turn.auto-acknowledge-tool-errors",
48
+ "turn.permission-stall",
49
+ {
50
+ "id": "turn.continuation-budget",
51
+ "config": {
52
+ "count": 4
53
+ }
54
+ },
55
+ {
56
+ "id": "turn.single-tool-per-turn",
57
+ "config": {
58
+ "meesterOnly": true
59
+ }
60
+ },
61
+ "mcp.compact-tool-schemas",
62
+ "mcp.relax-required-fields",
63
+ "mcp.default-missing-fields",
64
+ "mcp.validate-ids-strict",
65
+ "parse.gemma-special-token",
66
+ "prompt.prefer-writefile-edits",
67
+ "prompt.terse-visible-reply"
68
+ ],
69
+ "tuning": {
70
+ "sampling": {
71
+ "temperature": 1,
72
+ "topP": 0.95,
73
+ "topK": 64,
74
+ "repetitionPenalty": 1.1,
75
+ "repetitionContext": 20,
76
+ "maxTokens": 8192
77
+ },
78
+ "reasoning": {
79
+ "enableThinking": true,
80
+ "thinkingBudget": 256
81
+ },
82
+ "profiles": {
83
+ "thinking-general": {
84
+ "sampling": {
85
+ "temperature": 0.8,
86
+ "topP": 0.95,
87
+ "topK": 64,
88
+ "repetitionPenalty": 1.1,
89
+ "repetitionContext": 20,
90
+ "maxTokens": 2048
91
+ }
92
+ },
93
+ "thinking-coding": {
94
+ "sampling": {
95
+ "temperature": 0.6,
96
+ "topP": 0.9,
97
+ "topK": 40,
98
+ "repetitionPenalty": 1.05,
99
+ "repetitionContext": 32,
100
+ "maxTokens": 2048
101
+ }
102
+ },
103
+ "thinking-precise": {
104
+ "sampling": {
105
+ "temperature": 0.3,
106
+ "topP": 0.9,
107
+ "topK": 20,
108
+ "repetitionPenalty": 1.05,
109
+ "repetitionContext": 20,
110
+ "maxTokens": 4096,
111
+ "seed": 0
112
+ }
113
+ },
114
+ "instruct": {
115
+ "sampling": {
116
+ "temperature": 0.7,
117
+ "topP": 0.95,
118
+ "topK": 64,
119
+ "repetitionPenalty": 1.1,
120
+ "repetitionContext": 20,
121
+ "maxTokens": 4096
122
+ }
123
+ },
124
+ "creative": {
125
+ "sampling": {
126
+ "temperature": 1.1,
127
+ "topP": 0.95,
128
+ "topK": 64,
129
+ "repetitionPenalty": 1,
130
+ "repetitionContext": 20,
131
+ "maxTokens": 8192
132
+ }
133
+ }
134
+ }
135
+ },
136
+ "evalHints": {
137
+ "sniffThresholds": {
138
+ "inlineJsMinBytes": 1000
139
+ }
140
+ },
141
+ "llamaCpp": {
142
+ "huggingfaceRepo": "ggml-org/gemma-4-12B-it-GGUF",
143
+ "filename": "gemma-4-12B-it-Q8_0.gguf",
144
+ "quantization": "Q8_0",
145
+ "residentBytes": 15761707354,
146
+ "draftModelFilename": "mtp-gemma-4-12B-it-Q8_0.gguf"
147
+ },
148
+ "releasePatch": {
149
+ "tuning": {
150
+ "engine": {
151
+ "llamaCpp": {
152
+ "spec": {
153
+ "mtp": true,
154
+ "nMax": 4
155
+ }
156
+ }
157
+ }
158
+ }
159
+ },
160
+ "mlx": {
161
+ "huggingfaceRepo": "mlx-community/gemma-4-12b-it-8bit",
162
+ "quantization": "8bit"
163
+ }
164
+ }
@@ -0,0 +1,90 @@
1
+ {
2
+ "id": "gemma4-26b-q4",
3
+ "name": "Gemma 4 (26B, MoE, Q4)",
4
+ "description": "Google's Gemma 4 mixture-of-experts model — 25.2B total parameters with 3.8B active per token. Multimodal with long-context agentic workflows. The full 26B has to fit in memory but only ~4B parameters fire per token, so on capable hardware it runs noticeably faster than the dense 31B at a similar memory cost — the recommended high-end on-device default.",
5
+ "tags": [
6
+ "google",
7
+ "multimodal",
8
+ "vision",
9
+ "tools",
10
+ "mix of experts",
11
+ "agentic",
12
+ "qat"
13
+ ],
14
+ "category": "general",
15
+ "maintainer": {
16
+ "name": "Google",
17
+ "url": "https://huggingface.co/google/gemma-4-26B-A4B-it"
18
+ },
19
+ "version": "1.2.1",
20
+ "updatedAt": "2026-07-28T00:00:00Z",
21
+ "license": "Apache-2.0",
22
+ "recoScore": 15,
23
+ "parameterSize": "25.2B",
24
+ "approxSizeBytes": 14249047104,
25
+ "supportsTools": true,
26
+ "contextWindow": 256000,
27
+ "upstream": "https://huggingface.co/google/gemma-4-26B-A4B-it",
28
+ "style": {
29
+ "family": "gemma",
30
+ "reasoningFormat": "channel",
31
+ "toolCallFormat": "function-call"
32
+ },
33
+ "behaviors": [
34
+ "reasoning.strip-channel-tags",
35
+ "reasoning.capture-pre-tool-prose",
36
+ "prompt.tool-cookbook-full",
37
+ "prompt.meester-build-prelude",
38
+ "fabrication.detect-past-tense-no-tools",
39
+ "fabrication.detect-claim-without-tool",
40
+ "turn.preamble-folding",
41
+ {
42
+ "id": "turn.ramble-detection",
43
+ "config": {
44
+ "coldThreshold": 8000,
45
+ "postActionThreshold": 2000
46
+ }
47
+ },
48
+ "turn.auto-acknowledge-tool-errors",
49
+ {
50
+ "id": "turn.continuation-budget",
51
+ "config": {
52
+ "count": 4
53
+ }
54
+ },
55
+ "mcp.validate-ids-strict",
56
+ {
57
+ "id": "turn.single-tool-per-turn",
58
+ "config": {
59
+ "meesterOnly": true
60
+ }
61
+ },
62
+ "parse.gemma-special-token"
63
+ ],
64
+ "ollama": {
65
+ "tag": "gemma4:26b-a4b-it-qat"
66
+ },
67
+ "llamaCpp": {
68
+ "huggingfaceRepo": "unsloth/gemma-4-26B-A4B-it-qat-GGUF",
69
+ "filename": "gemma-4-26B-A4B-it-qat-UD-Q4_K_XL.gguf",
70
+ "quantization": "UD-Q4_K_XL",
71
+ "residentBytes": 17401183718,
72
+ "draftModelFilename": "MTP/mtp-gemma-4-26B-A4B-it-Q4_0.gguf"
73
+ },
74
+ "releasePatch": {
75
+ "tuning": {
76
+ "engine": {
77
+ "llamaCpp": {
78
+ "spec": {
79
+ "mtp": true,
80
+ "nMax": 4
81
+ }
82
+ }
83
+ }
84
+ }
85
+ },
86
+ "mlx": {
87
+ "huggingfaceRepo": "mlx-community/gemma-4-26B-A4B-it-qat-4bit",
88
+ "quantization": "4bit"
89
+ }
90
+ }