@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.
Files changed (160) hide show
  1. package/README.md +11 -2
  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/authoring/gstack/LICENSE.gstack +21 -0
  43. package/authoring/gstack/README.md +50 -0
  44. package/authoring/gstack/evals/cso.json +152 -0
  45. package/authoring/gstack/evals/design-consultation.json +201 -0
  46. package/authoring/gstack/evals/document-generate.json +174 -0
  47. package/authoring/gstack/evals/investigate.json +153 -0
  48. package/authoring/gstack/evals/office-hours.json +141 -0
  49. package/authoring/gstack/evals/plan-ceo-review.json +135 -0
  50. package/authoring/gstack/evals/qa-only.json +376 -0
  51. package/authoring/gstack/evals/retro.json +191 -0
  52. package/authoring/gstack/evals/spec.json +162 -0
  53. package/authoring/gstack/overlays/cso.json +132 -0
  54. package/authoring/gstack/overlays/design-consultation.json +153 -0
  55. package/authoring/gstack/overlays/document-generate.json +124 -0
  56. package/authoring/gstack/overlays/investigate.json +128 -0
  57. package/authoring/gstack/overlays/office-hours.json +119 -0
  58. package/authoring/gstack/overlays/plan-ceo-review.json +128 -0
  59. package/authoring/gstack/overlays/qa-only.json +145 -0
  60. package/authoring/gstack/overlays/retro.json +132 -0
  61. package/authoring/gstack/overlays/spec.json +140 -0
  62. package/authoring/gstack/persona-drafts/cso.about.md +9 -0
  63. package/authoring/gstack/persona-drafts/design-consultation.about.md +9 -0
  64. package/authoring/gstack/persona-drafts/office-hours.about.md +9 -0
  65. package/authoring/gstack/persona-drafts/qa-only.about.md +5 -0
  66. package/authoring/gstack/persona-drafts/spec.about.md +26 -0
  67. package/authoring/gstack/snapshots/cso/SKILL.md +1285 -0
  68. package/authoring/gstack/snapshots/design-consultation/SKILL.md +1230 -0
  69. package/authoring/gstack/snapshots/document-generate/SKILL.md +1252 -0
  70. package/authoring/gstack/snapshots/investigate/SKILL.md +1074 -0
  71. package/authoring/gstack/snapshots/office-hours/SKILL.md +1697 -0
  72. package/authoring/gstack/snapshots/plan-ceo-review/SKILL.md +1476 -0
  73. package/authoring/gstack/snapshots/qa-only/SKILL.md +1256 -0
  74. package/authoring/gstack/snapshots/retro/SKILL.md +1812 -0
  75. package/authoring/gstack/snapshots/spec/SKILL.md +2359 -0
  76. package/authoring/gstack/wave.json +103 -0
  77. package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +65 -0
  78. package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +18 -0
  79. package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +5 -5
  80. package/data/chat-models/gp/gpt-oss-120b-q4/versions/1.1.0/manifest.json +135 -0
  81. package/data/chat-models/index.json +1 -1
  82. package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +135 -0
  83. package/data/chat-models/mu/muse-glimmer-30b-q4/versions/1.0.0/manifest.json +20 -0
  84. package/data/connector-types/gi/github-releases/manifest.json +17 -0
  85. package/data/connector-types/gi/github-releases/versions/1.0.0/manifest.json +71 -0
  86. package/data/connector-types/index.json +1 -1
  87. package/data/craftbook-templates/br/branding-website/versions/1.1.0/craftbook.json +190 -0
  88. package/data/craftbook-templates/br/branding-website/versions/1.1.0/test.json +164 -0
  89. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.0/craftbook.json +358 -0
  90. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.0/test.json +376 -0
  91. package/data/craftbook-templates/ca/careful-mode/versions/1.1.0/craftbook.json +43 -0
  92. package/data/craftbook-templates/ca/careful-mode/versions/1.1.0/test.json +110 -0
  93. package/data/craftbook-templates/ca/careful-mode/versions/1.2.0/craftbook.json +43 -0
  94. package/data/craftbook-templates/ca/careful-mode/versions/1.2.0/test.json +110 -0
  95. package/data/craftbook-templates/co/content-deck/versions/1.1.0/craftbook.json +185 -0
  96. package/data/craftbook-templates/co/content-deck/versions/1.1.0/test.json +166 -0
  97. package/data/craftbook-templates/co/content-deck/versions/1.2.0/craftbook.json +185 -0
  98. package/data/craftbook-templates/co/content-deck/versions/1.2.0/test.json +169 -0
  99. package/data/craftbook-templates/co/corpus-email-digest/versions/1.1.0/craftbook.json +189 -0
  100. package/data/craftbook-templates/co/corpus-email-digest/versions/1.1.0/test.json +182 -0
  101. package/data/craftbook-templates/co/corpus-email-digest/versions/1.2.0/craftbook.json +189 -0
  102. package/data/craftbook-templates/co/corpus-email-digest/versions/1.2.0/test.json +187 -0
  103. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.0/craftbook.json +385 -0
  104. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.0/test.json +201 -0
  105. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.0/craftbook.json +353 -0
  106. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.0/test.json +191 -0
  107. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.0/craftbook.json +347 -0
  108. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.0/test.json +135 -0
  109. package/data/craftbook-templates/fr/freeze-scope/versions/1.2.0/craftbook.json +50 -0
  110. package/data/craftbook-templates/fr/freeze-scope/versions/1.2.0/test.json +131 -0
  111. package/data/craftbook-templates/fr/freeze-scope/versions/1.3.0/craftbook.json +50 -0
  112. package/data/craftbook-templates/fr/freeze-scope/versions/1.3.0/test.json +131 -0
  113. package/data/craftbook-templates/ht/html-arcade-game/versions/1.1.0/craftbook.json +197 -0
  114. package/data/craftbook-templates/ht/html-arcade-game/versions/1.1.0/test.json +173 -0
  115. package/data/craftbook-templates/ht/html-arcade-game/versions/1.2.0/craftbook.json +197 -0
  116. package/data/craftbook-templates/ht/html-arcade-game/versions/1.2.0/test.json +176 -0
  117. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.0/craftbook.json +333 -0
  118. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.0/test.json +141 -0
  119. package/data/craftbook-templates/im/image-set-index/versions/1.1.0/craftbook.json +163 -0
  120. package/data/craftbook-templates/im/image-set-index/versions/1.1.0/test.json +177 -0
  121. package/data/craftbook-templates/im/image-set-index/versions/1.2.0/craftbook.json +163 -0
  122. package/data/craftbook-templates/im/image-set-index/versions/1.2.0/test.json +180 -0
  123. package/data/craftbook-templates/index.json +1 -1
  124. package/data/craftbook-templates/pu/pull-request-review/manifest.json +5 -1
  125. package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/craftbook.json +159 -0
  126. package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/test.json +172 -0
  127. package/data/craftbook-templates/re/release-artifact-sanity-check/art.json +13 -0
  128. package/data/craftbook-templates/re/release-artifact-sanity-check/logo.webp +0 -0
  129. package/data/craftbook-templates/re/release-artifact-sanity-check/manifest.json +24 -0
  130. package/data/craftbook-templates/re/release-artifact-sanity-check/versions/1.0.0/craftbook.json +202 -0
  131. package/data/craftbook-templates/re/release-artifact-sanity-check/versions/1.0.0/test.json +138 -0
  132. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.0/craftbook.json +348 -0
  133. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.0/test.json +153 -0
  134. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.0/craftbook.json +353 -0
  135. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.0/test.json +152 -0
  136. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.0/craftbook.json +391 -0
  137. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.0/test.json +162 -0
  138. package/data/craftbook-templates/te/technical-documentation/versions/2.0.0/craftbook.json +343 -0
  139. package/data/craftbook-templates/te/technical-documentation/versions/2.0.0/test.json +174 -0
  140. package/data/craftbook-templates/tr/translate-content/versions/1.1.0/craftbook.json +84 -0
  141. package/data/craftbook-templates/tr/translate-content/versions/1.1.0/test.json +141 -0
  142. package/package.json +10 -4
  143. package/schemas/chat-model-identity.schema.json +44 -0
  144. package/schemas/chat-model-version.schema.json +3 -0
  145. package/schemas/connector-type-identity.schema.json +3 -0
  146. package/schemas/connector-type-version.schema.json +3 -0
  147. package/schemas/craftbook-doc.schema.json +3 -0
  148. package/schemas/craftbook-template-identity.schema.json +3 -0
  149. package/schemas/craftbook-template-version.schema.json +3 -0
  150. package/schemas/craftbook-test.schema.json +232 -3
  151. package/schemas/gezel-template-identity.schema.json +3 -0
  152. package/schemas/gezel-template-version.schema.json +3 -0
  153. package/schemas/image-model-identity.schema.json +3 -0
  154. package/schemas/image-model-version.schema.json +3 -0
  155. package/schemas/project-type-identity.schema.json +3 -0
  156. package/schemas/project-type-version.schema.json +3 -0
  157. package/schemas/toolset-identity.schema.json +3 -0
  158. package/schemas/toolset-version.schema.json +3 -0
  159. package/schemas/video-model-identity.schema.json +3 -0
  160. package/schemas/video-model-version.schema.json +3 -0
package/README.md CHANGED
@@ -6,14 +6,17 @@ The open catalog that powers [gezel](https://github.com/bendyline/gezel). Browse
6
6
  npm install @bendyline/gilde
7
7
  ```
8
8
 
9
- The package is this repo, verbatim: raw JSON, Markdown and implementations, no tools, no dependencies.
9
+ The package is raw JSON, Markdown, and implementations with no runtime
10
+ dependencies. It includes the released `data/`, exported schemas, and the
11
+ small authoring source trees consumers need to verify generated families
12
+ against their inputs; repository tooling and CI files are not published.
10
13
 
11
14
  ## What's inside
12
15
 
13
16
  | Category | Path | What it is |
14
17
  | --- | --- | --- |
15
18
  | Craftbooks | data/craftbook-templates/ | Step-by-step task playbooks a gezel can follow, each with an eval sidecar (`test.json`) |
16
- | Chat models | data/chat-models/ | Local model manifests: engine sources (llama.cpp / MLX), pinned revisions and sha256s, tuning defaults |
19
+ | Chat models | data/chat-models/ | Local model manifests: engine sources (llama.cpp / MLX / ds4), pinned revisions and sha256s, tuning defaults |
17
20
  | Roles | data/gezel-templates/ | Gezel role templates — the `about.md` prose that gives a gezel its character |
18
21
  | Project types | data/project-types/ | Ready-made project scaffolds (mission, about, pages, embedded craftbooks) |
19
22
  | Image models | data/image-models/ | Image generation model manifests |
@@ -21,6 +24,7 @@ The package is this repo, verbatim: raw JSON, Markdown and implementations, no t
21
24
  | Video models | data/video-models/ | Video generation model manifests |
22
25
  | Toolsets | data/toolsets/ | Hand-curated first-party toolsets |
23
26
  | Community toolsets | data/community/toolsets/ | Auto-imported from the MCP registry, permissive licenses only — bot-managed |
27
+ | Authoring sources | authoring/ | Reproducible source material for generated catalog families; inert at runtime |
24
28
 
25
29
  Every item follows the same layout:
26
30
 
@@ -32,6 +36,11 @@ data/<category>/index.json generated listing (do not ha
32
36
 
33
37
  where `<shard>` is the first two characters of the id.
34
38
 
39
+ Chat-model introductions are Gilde-only: add an authoring recipe under
40
+ `authoring/chat-models/`, run `npm run build-chat-model`, and commit the new
41
+ identity, version payload, and regenerated index. See
42
+ `authoring/chat-models/README.md` for the recipe contract.
43
+
35
44
  ## Contributing
36
45
 
37
46
  New craftbooks, model updates, roles — contributions are welcome, from
@@ -0,0 +1,26 @@
1
+ # Chat-model authoring recipes
2
+
3
+ Each JSON file in this directory is the complete source recipe for one local
4
+ chat model. Recipes combine stable catalog metadata with provider source
5
+ pointers; `tools/build-chat-model.mjs` resolves Hugging Face revisions,
6
+ checksums, file sizes, and MLX file lists and emits the released identity and
7
+ version manifests under `data/chat-models/`.
8
+
9
+ To introduce a model, add `<id>.json` here and run:
10
+
11
+ ```sh
12
+ npm run build-chat-model -- --config authoring/chat-models/<id>.json --release
13
+ npm run fix
14
+ npm run check
15
+ ```
16
+
17
+ At least one of `ollama`, `llamaCpp`, `mlx`, or `ds4` is required. The filename
18
+ must match `id`. The generator will not overwrite an existing version: bump
19
+ `version` and `updatedAt` for every release. A normal rebuild preserves tuning,
20
+ behaviors, eval hints, and provider revision pins already evolved in the
21
+ identity; `--reseed` deliberately makes the recipe authoritative for those
22
+ editorial fields.
23
+
24
+ The runtime never reads this directory. It consumes only the validated,
25
+ generated manifests in `data/chat-models/`, so a published Gilde patch can add
26
+ a model without a Gezel application release.
@@ -0,0 +1,142 @@
1
+ {
2
+ "id": "btl4-35b-q4",
3
+ "name": "BTL-4 (35B-A3B, Q4)",
4
+ "description": "Bad Theory Labs' agentic fine-tune of Ornith 1.0 35B, at 35B total parameters with ~2B active per token (Mixture-of-Experts: 256 experts, 8 routed). 30 of its 40 layers use linear attention, so the KV cache costs only ~20 KB/token and the full 256K context stays affordable. Q4_K_M quantization from bartowski — the full-quality companion to the 2.3-bit Compact build. The publisher's benchmark claims are not independently verified.",
5
+ "tags": [
6
+ "badtheorylabs",
7
+ "agentic",
8
+ "tools",
9
+ "code",
10
+ "reasoning",
11
+ "long-context",
12
+ "moe"
13
+ ],
14
+ "category": "coding",
15
+ "maintainer": {
16
+ "name": "Bad Theory Labs",
17
+ "url": "https://huggingface.co/badtheorylabs"
18
+ },
19
+ "version": "1.0.0",
20
+ "updatedAt": "2026-08-06T00:00:00Z",
21
+ "license": "Apache-2.0",
22
+ "licenseClass": "open",
23
+ "licenseShortName": "Apache 2.0",
24
+ "recoScore": 10,
25
+ "parameterSize": "35B",
26
+ "approxSizeBytes": 21391448192,
27
+ "supportsTools": true,
28
+ "contextWindow": 262144,
29
+ "kvBytesPerTokenF16": 20480,
30
+ "kvFixedBytesF16": 64389120,
31
+ "upstream": "https://huggingface.co/badtheorylabs/BTL-4",
32
+ "style": {
33
+ "family": "qwen",
34
+ "reasoningFormat": "think",
35
+ "toolCallFormat": "function-call"
36
+ },
37
+ "behaviors": [
38
+ "reasoning.strip-think-tags",
39
+ "prompt.private-reasoning-guidance",
40
+ "prompt.tool-cookbook-condensed",
41
+ "fabrication.detect-past-tense-no-tools",
42
+ "turn.ollama-num-predict-bumped",
43
+ "turn.preamble-folding",
44
+ "mcp.compact-tool-schemas"
45
+ ],
46
+ "tuning": {
47
+ "sampling": {
48
+ "temperature": 0.6,
49
+ "topP": 0.95,
50
+ "topK": 20,
51
+ "minP": 0,
52
+ "maxTokens": 16384
53
+ },
54
+ "samplingWhenThinking": {
55
+ "temperature": 0.6,
56
+ "topP": 0.95
57
+ },
58
+ "reasoning": {
59
+ "enableThinking": true,
60
+ "thinkingBudget": 8192
61
+ },
62
+ "promptTags": {
63
+ "enableThinkingTag": "/think",
64
+ "disableThinkingTag": "/no_think"
65
+ },
66
+ "profiles": {
67
+ "thinking-general": {
68
+ "sampling": {
69
+ "temperature": 0.6,
70
+ "topP": 0.95,
71
+ "topK": 20,
72
+ "minP": 0,
73
+ "repetitionPenalty": 1,
74
+ "maxTokens": 24576
75
+ },
76
+ "reasoning": {
77
+ "enableThinking": true,
78
+ "thinkingBudget": 8192
79
+ }
80
+ },
81
+ "thinking-coding": {
82
+ "sampling": {
83
+ "temperature": 0.6,
84
+ "topP": 0.95,
85
+ "topK": 20,
86
+ "minP": 0,
87
+ "repetitionPenalty": 1,
88
+ "maxTokens": 32768
89
+ },
90
+ "reasoning": {
91
+ "enableThinking": true,
92
+ "thinkingBudget": 12288
93
+ }
94
+ },
95
+ "thinking-precise": {
96
+ "sampling": {
97
+ "temperature": 0.4,
98
+ "topP": 0.9,
99
+ "topK": 20,
100
+ "minP": 0,
101
+ "seed": 0,
102
+ "maxTokens": 6144
103
+ },
104
+ "reasoning": {
105
+ "enableThinking": true,
106
+ "thinkingBudget": 4096
107
+ }
108
+ },
109
+ "instruct": {
110
+ "sampling": {
111
+ "temperature": 0.7,
112
+ "topP": 0.8,
113
+ "topK": 20,
114
+ "minP": 0,
115
+ "presencePenalty": 1.5,
116
+ "repetitionPenalty": 1,
117
+ "maxTokens": 4096
118
+ },
119
+ "reasoning": {
120
+ "enableThinking": false
121
+ }
122
+ },
123
+ "creative": {
124
+ "sampling": {
125
+ "temperature": 1.1,
126
+ "topP": 0.95,
127
+ "topK": 40,
128
+ "maxTokens": 8192
129
+ },
130
+ "reasoning": {
131
+ "enableThinking": false
132
+ }
133
+ }
134
+ }
135
+ },
136
+ "llamaCpp": {
137
+ "huggingfaceRepo": "bartowski/badtheorylabs_BTL-4-GGUF",
138
+ "filename": "badtheorylabs_BTL-4-Q4_K_M.gguf",
139
+ "quantization": "Q4_K_M",
140
+ "residentBytes": 25669737830
141
+ }
142
+ }
@@ -0,0 +1,142 @@
1
+ {
2
+ "id": "btl4-compact-iq2",
3
+ "name": "BTL-4 Compact (35B-A3B, IQ2_XXS)",
4
+ "description": "Bad Theory Labs' agentic fine-tune of Ornith 1.0 35B, at 35B total parameters with ~2B active per token (Mixture-of-Experts: 256 experts, 8 routed). 30 of its 40 layers use linear attention, so the KV cache costs only ~20 KB/token and the full 256K context stays affordable on a laptop. This is a 2.3 bit-per-weight imatrix quantization: expert tensors at IQ2_XXS, everything else at Q4_K_M, which fits the whole model in under 10 GB. The publisher's benchmark claims are not independently verified.",
5
+ "tags": [
6
+ "badtheorylabs",
7
+ "agentic",
8
+ "tools",
9
+ "code",
10
+ "reasoning",
11
+ "long-context",
12
+ "moe"
13
+ ],
14
+ "category": "coding",
15
+ "maintainer": {
16
+ "name": "Bad Theory Labs",
17
+ "url": "https://huggingface.co/badtheorylabs"
18
+ },
19
+ "version": "1.0.1",
20
+ "updatedAt": "2026-08-06T00:00:00Z",
21
+ "license": "Apache-2.0",
22
+ "licenseClass": "open",
23
+ "licenseShortName": "Apache 2.0",
24
+ "recoScore": 10,
25
+ "parameterSize": "35B",
26
+ "approxSizeBytes": 9967966240,
27
+ "supportsTools": true,
28
+ "contextWindow": 262144,
29
+ "kvBytesPerTokenF16": 20480,
30
+ "kvFixedBytesF16": 64389120,
31
+ "upstream": "https://huggingface.co/badtheorylabs/BTL-4-Compact",
32
+ "style": {
33
+ "family": "qwen",
34
+ "reasoningFormat": "think",
35
+ "toolCallFormat": "function-call"
36
+ },
37
+ "behaviors": [
38
+ "reasoning.strip-think-tags",
39
+ "prompt.private-reasoning-guidance",
40
+ "prompt.tool-cookbook-condensed",
41
+ "fabrication.detect-past-tense-no-tools",
42
+ "turn.ollama-num-predict-bumped",
43
+ "turn.preamble-folding",
44
+ "mcp.compact-tool-schemas"
45
+ ],
46
+ "tuning": {
47
+ "sampling": {
48
+ "temperature": 0.6,
49
+ "topP": 0.95,
50
+ "topK": 20,
51
+ "minP": 0,
52
+ "maxTokens": 16384
53
+ },
54
+ "samplingWhenThinking": {
55
+ "temperature": 0.6,
56
+ "topP": 0.95
57
+ },
58
+ "reasoning": {
59
+ "enableThinking": true,
60
+ "thinkingBudget": 8192
61
+ },
62
+ "promptTags": {
63
+ "enableThinkingTag": "/think",
64
+ "disableThinkingTag": "/no_think"
65
+ },
66
+ "profiles": {
67
+ "thinking-general": {
68
+ "sampling": {
69
+ "temperature": 0.6,
70
+ "topP": 0.95,
71
+ "topK": 20,
72
+ "minP": 0,
73
+ "repetitionPenalty": 1,
74
+ "maxTokens": 24576
75
+ },
76
+ "reasoning": {
77
+ "enableThinking": true,
78
+ "thinkingBudget": 8192
79
+ }
80
+ },
81
+ "thinking-coding": {
82
+ "sampling": {
83
+ "temperature": 0.6,
84
+ "topP": 0.95,
85
+ "topK": 20,
86
+ "minP": 0,
87
+ "repetitionPenalty": 1,
88
+ "maxTokens": 32768
89
+ },
90
+ "reasoning": {
91
+ "enableThinking": true,
92
+ "thinkingBudget": 12288
93
+ }
94
+ },
95
+ "thinking-precise": {
96
+ "sampling": {
97
+ "temperature": 0.4,
98
+ "topP": 0.9,
99
+ "topK": 20,
100
+ "minP": 0,
101
+ "seed": 0,
102
+ "maxTokens": 6144
103
+ },
104
+ "reasoning": {
105
+ "enableThinking": true,
106
+ "thinkingBudget": 4096
107
+ }
108
+ },
109
+ "instruct": {
110
+ "sampling": {
111
+ "temperature": 0.7,
112
+ "topP": 0.8,
113
+ "topK": 20,
114
+ "minP": 0,
115
+ "presencePenalty": 1.5,
116
+ "repetitionPenalty": 1,
117
+ "maxTokens": 4096
118
+ },
119
+ "reasoning": {
120
+ "enableThinking": false
121
+ }
122
+ },
123
+ "creative": {
124
+ "sampling": {
125
+ "temperature": 1.1,
126
+ "topP": 0.95,
127
+ "topK": 40,
128
+ "maxTokens": 8192
129
+ },
130
+ "reasoning": {
131
+ "enableThinking": false
132
+ }
133
+ }
134
+ }
135
+ },
136
+ "llamaCpp": {
137
+ "huggingfaceRepo": "badtheorylabs/BTL-4-Compact",
138
+ "filename": "BTL-4-IQ2_XXS.gguf",
139
+ "quantization": "IQ2_XXS",
140
+ "residentBytes": 11961559488
141
+ }
142
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "id": "deepseek-r1-8b-q4",
3
+ "name": "DeepSeek R1 (8B)",
4
+ "description": "Reasoning-tuned 8B model. Slower than a plain chat model, but thinks through its answers before replying.",
5
+ "tags": [
6
+ "deepseek",
7
+ "tools",
8
+ "reasoning"
9
+ ],
10
+ "category": "reasoning",
11
+ "maintainer": {
12
+ "name": "DeepSeek",
13
+ "url": "https://ollama.com/library/deepseek-r1"
14
+ },
15
+ "version": "1.1.0",
16
+ "updatedAt": "2026-04-26T00:00:00Z",
17
+ "license": "MIT",
18
+ "parameterSize": "8B",
19
+ "approxSizeBytes": 5200000000,
20
+ "supportsTools": true,
21
+ "contextWindow": 128000,
22
+ "upstream": "https://ollama.com/library/deepseek-r1",
23
+ "style": {
24
+ "family": "deepseek",
25
+ "reasoningFormat": "think",
26
+ "toolCallFormat": "function-call"
27
+ },
28
+ "behaviors": [
29
+ "reasoning.strip-think-tags",
30
+ "prompt.tool-cookbook-condensed",
31
+ "fabrication.detect-past-tense-no-tools",
32
+ "turn.preamble-folding",
33
+ {
34
+ "id": "turn.ramble-detection",
35
+ "config": {
36
+ "coldThreshold": 3000,
37
+ "postActionThreshold": 1200
38
+ }
39
+ }
40
+ ],
41
+ "ollama": {
42
+ "tag": "deepseek-r1:8b"
43
+ },
44
+ "llamaCpp": {
45
+ "huggingfaceRepo": "unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF",
46
+ "filename": "DeepSeek-R1-0528-Qwen3-8B-Q4_K_M.gguf",
47
+ "quantization": "Q4_K_M"
48
+ },
49
+ "mlx": {
50
+ "huggingfaceRepo": "mlx-community/DeepSeek-R1-0528-Qwen3-8B-4bit",
51
+ "quantization": "4bit"
52
+ }
53
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "id": "deepseek-v4-flash-284b-mxfp4",
3
+ "name": "DeepSeek V4 Flash (MXFP4)",
4
+ "description": "antirez's MXFP4 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. Routed experts use the MXFP4 micro-scaled 4-bit block format while attention projections, shared experts, router, embeddings, and output head stay at Q8_0 / F16, landing at ~156 GB — close to the native FP4 build's footprint and the highest-fidelity single-file ds4 variant. Needs a workstation or Mac Studio-class machine with ~200 GB of usable memory. Produced for antirez's `ds4` inference engine.",
5
+ "tags": [
6
+ "deepseek",
7
+ "reasoning",
8
+ "agentic",
9
+ "moe",
10
+ "tools",
11
+ "long-context",
12
+ "large",
13
+ "mxfp4",
14
+ "fp4"
15
+ ],
16
+ "category": "reasoning",
17
+ "maintainer": {
18
+ "name": "antirez",
19
+ "url": "https://huggingface.co/antirez/deepseek-v4-gguf"
20
+ },
21
+ "version": "1.0.0",
22
+ "updatedAt": "2026-08-02T00:00:00Z",
23
+ "license": "MIT",
24
+ "licenseClass": "open",
25
+ "licenseShortName": "MIT",
26
+ "parameterSize": "284B",
27
+ "approxSizeBytes": 155976458848,
28
+ "supportsTools": true,
29
+ "contextWindow": 1000000,
30
+ "upstream": "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash",
31
+ "style": {
32
+ "family": "deepseek",
33
+ "reasoningFormat": "think",
34
+ "toolCallFormat": "function-call"
35
+ },
36
+ "behaviors": [
37
+ "reasoning.strip-think-tags",
38
+ "prompt.tool-cookbook-condensed",
39
+ "prompt.meester-build-prelude",
40
+ "mcp.compact-tool-schemas",
41
+ "fabrication.detect-past-tense-no-tools",
42
+ "turn.preamble-folding"
43
+ ],
44
+ "tuning": {
45
+ "sampling": {
46
+ "maxTokens": 16384
47
+ },
48
+ "reasoning": {
49
+ "enableThinking": true,
50
+ "thinkingBudget": 4096
51
+ },
52
+ "profiles": {
53
+ "thinking-general": {
54
+ "sampling": {
55
+ "temperature": 0.6,
56
+ "topP": 0.95,
57
+ "maxTokens": 16384
58
+ }
59
+ },
60
+ "thinking-coding": {
61
+ "sampling": {
62
+ "temperature": 0.3,
63
+ "topP": 0.95,
64
+ "maxTokens": 16384
65
+ }
66
+ },
67
+ "thinking-precise": {
68
+ "sampling": {
69
+ "temperature": 0.1,
70
+ "topP": 0.9,
71
+ "maxTokens": 16384,
72
+ "seed": 0
73
+ }
74
+ },
75
+ "instruct": {
76
+ "sampling": {
77
+ "temperature": 0.7,
78
+ "topP": 0.95,
79
+ "maxTokens": 16384
80
+ },
81
+ "reasoning": {
82
+ "enableThinking": false
83
+ }
84
+ },
85
+ "creative": {
86
+ "sampling": {
87
+ "temperature": 1,
88
+ "topP": 1,
89
+ "maxTokens": 16384
90
+ },
91
+ "reasoning": {
92
+ "enableThinking": false
93
+ }
94
+ }
95
+ }
96
+ },
97
+ "llamaCpp": {
98
+ "huggingfaceRepo": "antirez/deepseek-v4-gguf",
99
+ "filename": "DeepSeek-V4-Flash-MXFP4Experts-F16HC-F16Compressor-F16Indexer-Q8Attn-Q8Shared-Q8Out-chat-v2-mxfp4-0731.gguf",
100
+ "quantization": "MXFP4"
101
+ },
102
+ "ds4": {
103
+ "huggingfaceRepo": "antirez/deepseek-v4-gguf",
104
+ "filename": "DeepSeek-V4-Flash-MXFP4Experts-F16HC-F16Compressor-F16Indexer-Q8Attn-Q8Shared-Q8Out-chat-v2-mxfp4-0731.gguf",
105
+ "quantization": "MXFP4",
106
+ "residentBytes": 85899345920,
107
+ "cacheExpertsBytes": 68719476736,
108
+ "ssdStreaming": true
109
+ }
110
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "id": "deepseek-v4-flash-284b-q2",
3
+ "name": "DeepSeek V4 Flash (IQ2_XXS)",
4
+ "description": "antirez's 2-bit community GGUF of DeepSeek V4 Flash 0731 — the July 2026 re-post-trained checkpoint of the 284B-parameter Mixture-of-Experts (~13B active per token) with 1M-token context and Compressed Sparse Attention. Same architecture as the original V4 Flash, with substantially stronger agentic and coding behaviour. The routed experts are crushed to IQ2_XXS / Q2_K while attention projections, shared experts, router, embeddings, and output head stay at Q8_0 / F16, landing the whole model in ~81 GB — runnable on 128 GB-class machines versus ~156 GB for the native FP4 build. Note: these quants were produced for antirez's `ds4` inference engine; whether they load on stock llama depends on its DeepSeek-V4 support.",
5
+ "tags": [
6
+ "deepseek",
7
+ "reasoning",
8
+ "agentic",
9
+ "moe",
10
+ "tools",
11
+ "2-bit",
12
+ "iq2",
13
+ "long-context",
14
+ "large"
15
+ ],
16
+ "category": "reasoning",
17
+ "maintainer": {
18
+ "name": "antirez",
19
+ "url": "https://huggingface.co/antirez/deepseek-v4-gguf"
20
+ },
21
+ "version": "1.1.0",
22
+ "updatedAt": "2026-08-02T00:00:00Z",
23
+ "license": "MIT",
24
+ "licenseClass": "open",
25
+ "licenseShortName": "MIT",
26
+ "parameterSize": "284B",
27
+ "approxSizeBytes": 86720111488,
28
+ "supportsTools": true,
29
+ "contextWindow": 1000000,
30
+ "upstream": "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash",
31
+ "style": {
32
+ "family": "deepseek",
33
+ "reasoningFormat": "think",
34
+ "toolCallFormat": "function-call"
35
+ },
36
+ "behaviors": [
37
+ "reasoning.strip-think-tags",
38
+ "prompt.tool-cookbook-condensed",
39
+ "prompt.meester-build-prelude",
40
+ "mcp.compact-tool-schemas",
41
+ "fabrication.detect-past-tense-no-tools",
42
+ "turn.preamble-folding"
43
+ ],
44
+ "tuning": {
45
+ "sampling": {
46
+ "maxTokens": 16384
47
+ },
48
+ "reasoning": {
49
+ "enableThinking": true,
50
+ "thinkingBudget": 4096
51
+ },
52
+ "profiles": {
53
+ "thinking-general": {
54
+ "sampling": {
55
+ "temperature": 0.6,
56
+ "topP": 0.95,
57
+ "maxTokens": 16384
58
+ }
59
+ },
60
+ "thinking-coding": {
61
+ "sampling": {
62
+ "temperature": 0.3,
63
+ "topP": 0.95,
64
+ "maxTokens": 16384
65
+ }
66
+ },
67
+ "thinking-precise": {
68
+ "sampling": {
69
+ "temperature": 0.1,
70
+ "topP": 0.9,
71
+ "maxTokens": 16384,
72
+ "seed": 0
73
+ }
74
+ },
75
+ "instruct": {
76
+ "sampling": {
77
+ "temperature": 0.7,
78
+ "topP": 0.95,
79
+ "maxTokens": 16384
80
+ },
81
+ "reasoning": {
82
+ "enableThinking": false
83
+ }
84
+ },
85
+ "creative": {
86
+ "sampling": {
87
+ "temperature": 1,
88
+ "topP": 1,
89
+ "maxTokens": 16384
90
+ },
91
+ "reasoning": {
92
+ "enableThinking": false
93
+ }
94
+ }
95
+ }
96
+ },
97
+ "llamaCpp": {
98
+ "huggingfaceRepo": "antirez/deepseek-v4-gguf",
99
+ "filename": "DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-0731.gguf",
100
+ "quantization": "IQ2_XXS"
101
+ },
102
+ "ds4": {
103
+ "huggingfaceRepo": "antirez/deepseek-v4-gguf",
104
+ "filename": "DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-0731.gguf",
105
+ "quantization": "IQ2_XXS",
106
+ "residentBytes": 38654705664,
107
+ "cacheExpertsBytes": 34359738368,
108
+ "ssdStreaming": true
109
+ }
110
+ }