@bendyline/gilde 0.1.18 → 0.1.20
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 +6 -1
- 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/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/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/pu/pull-request-review/versions/1.3.0/craftbook.json +156 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.3.0/test.json +172 -0
- package/package.json +4 -2
- 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/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
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ against their inputs; repository tooling and CI files are not published.
|
|
|
16
16
|
| Category | Path | What it is |
|
|
17
17
|
| --- | --- | --- |
|
|
18
18
|
| Craftbooks | data/craftbook-templates/ | Step-by-step task playbooks a gezel can follow, each with an eval sidecar (`test.json`) |
|
|
19
|
-
| 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 |
|
|
20
20
|
| Roles | data/gezel-templates/ | Gezel role templates — the `about.md` prose that gives a gezel its character |
|
|
21
21
|
| Project types | data/project-types/ | Ready-made project scaffolds (mission, about, pages, embedded craftbooks) |
|
|
22
22
|
| Image models | data/image-models/ | Image generation model manifests |
|
|
@@ -36,6 +36,11 @@ data/<category>/index.json generated listing (do not ha
|
|
|
36
36
|
|
|
37
37
|
where `<shard>` is the first two characters of the id.
|
|
38
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
|
+
|
|
39
44
|
## Contributing
|
|
40
45
|
|
|
41
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
|
+
}
|