@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,145 @@
1
+ {
2
+ "id": "ornith-35b-q8",
3
+ "name": "Ornith 1.0 (35B, Q8)",
4
+ "description": "DeepReinforce's Ornith 1.0 at 35B total parameters (Qwen 3.5 MoE architecture), an agentic-coding model trained with a self-improving reinforcement-learning framework — state-of-the-art on SWE-Bench and Terminal-Bench. Native <think> reasoning, OpenAI-style tool calling, 256K context. Q8_0 quantization for higher fidelity than the Q4 build, at roughly double the memory footprint (~37GB). MIT licensed.",
5
+ "tags": [
6
+ "deepreinforce",
7
+ "coding",
8
+ "agentic",
9
+ "tools",
10
+ "reasoning",
11
+ "long-context",
12
+ "moe"
13
+ ],
14
+ "category": "coding",
15
+ "maintainer": {
16
+ "name": "DeepReinforce",
17
+ "url": "https://huggingface.co/deepreinforce-ai"
18
+ },
19
+ "version": "1.0.0",
20
+ "updatedAt": "2026-07-01T00:00:00Z",
21
+ "license": "MIT",
22
+ "licenseClass": "open",
23
+ "licenseShortName": "MIT",
24
+ "parameterSize": "35B",
25
+ "approxSizeBytes": 37000000000,
26
+ "supportsTools": true,
27
+ "contextWindow": 262144,
28
+ "kvBytesPerTokenF16": 20480,
29
+ "kvFixedBytesF16": 64389120,
30
+ "upstream": "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B",
31
+ "style": {
32
+ "family": "qwen",
33
+ "reasoningFormat": "think",
34
+ "toolCallFormat": "function-call"
35
+ },
36
+ "behaviors": [
37
+ "reasoning.strip-think-tags",
38
+ "prompt.tool-cookbook-condensed",
39
+ "fabrication.detect-past-tense-no-tools",
40
+ "turn.ollama-num-predict-bumped",
41
+ "turn.preamble-folding",
42
+ "turn.ramble-detection"
43
+ ],
44
+ "tuning": {
45
+ "sampling": {
46
+ "temperature": 0.6,
47
+ "topP": 0.95,
48
+ "topK": 20,
49
+ "minP": 0,
50
+ "maxTokens": 8192
51
+ },
52
+ "samplingWhenThinking": {
53
+ "temperature": 0.6,
54
+ "topP": 0.95
55
+ },
56
+ "reasoning": {
57
+ "enableThinking": true,
58
+ "thinkingBudget": 4096
59
+ },
60
+ "promptTags": {
61
+ "enableThinkingTag": "/think",
62
+ "disableThinkingTag": "/no_think"
63
+ },
64
+ "profiles": {
65
+ "thinking-general": {
66
+ "sampling": {
67
+ "temperature": 0.6,
68
+ "topP": 0.95,
69
+ "topK": 20,
70
+ "minP": 0,
71
+ "repetitionPenalty": 1,
72
+ "maxTokens": 12288
73
+ },
74
+ "reasoning": {
75
+ "enableThinking": true,
76
+ "thinkingBudget": 4096
77
+ }
78
+ },
79
+ "thinking-coding": {
80
+ "sampling": {
81
+ "temperature": 0.6,
82
+ "topP": 0.95,
83
+ "topK": 20,
84
+ "minP": 0,
85
+ "repetitionPenalty": 1,
86
+ "maxTokens": 16384
87
+ },
88
+ "reasoning": {
89
+ "enableThinking": true,
90
+ "thinkingBudget": 6144
91
+ }
92
+ },
93
+ "thinking-precise": {
94
+ "sampling": {
95
+ "temperature": 0.4,
96
+ "topP": 0.9,
97
+ "topK": 20,
98
+ "minP": 0,
99
+ "seed": 0,
100
+ "maxTokens": 6144
101
+ },
102
+ "reasoning": {
103
+ "enableThinking": true,
104
+ "thinkingBudget": 4096
105
+ }
106
+ },
107
+ "instruct": {
108
+ "sampling": {
109
+ "temperature": 0.7,
110
+ "topP": 0.8,
111
+ "topK": 20,
112
+ "minP": 0,
113
+ "presencePenalty": 1.5,
114
+ "repetitionPenalty": 1,
115
+ "maxTokens": 4096
116
+ },
117
+ "reasoning": {
118
+ "enableThinking": false
119
+ }
120
+ },
121
+ "creative": {
122
+ "sampling": {
123
+ "temperature": 1.1,
124
+ "topP": 0.95,
125
+ "topK": 40,
126
+ "maxTokens": 8192
127
+ },
128
+ "reasoning": {
129
+ "enableThinking": false
130
+ }
131
+ }
132
+ }
133
+ },
134
+ "llamaCpp": {
135
+ "huggingfaceRepo": "deepreinforce-ai/Ornith-1.0-35B-GGUF",
136
+ "filename": "ornith-1.0-35b-Q8_0.gguf",
137
+ "quantization": "Q8_0",
138
+ "residentBytes": 44283766656
139
+ },
140
+ "mlx": {
141
+ "huggingfaceRepo": "mlx-community/Ornith-1.0-35B-8bit",
142
+ "quantization": "8bit",
143
+ "residentBytes": 49072879453
144
+ }
145
+ }
@@ -0,0 +1,146 @@
1
+ {
2
+ "id": "ornith-9b-q4",
3
+ "name": "Ornith 1.0 (9B)",
4
+ "description": "DeepReinforce's Ornith 1.0 at 9B parameters (dense, built on Qwen 3.5 + Gemma 4), an agentic-coding model trained with a self-improving reinforcement-learning framework. Native <think> reasoning, OpenAI-style tool calling, 256K context. The small-tier pick for tool-heavy work on a 12GB+ inference budget. Q4_K_M quantization. MIT licensed.",
5
+ "tags": [
6
+ "deepreinforce",
7
+ "coding",
8
+ "agentic",
9
+ "tools",
10
+ "reasoning",
11
+ "long-context"
12
+ ],
13
+ "category": "coding",
14
+ "maintainer": {
15
+ "name": "DeepReinforce",
16
+ "url": "https://huggingface.co/deepreinforce-ai"
17
+ },
18
+ "version": "1.0.0",
19
+ "updatedAt": "2026-07-01T00:00:00Z",
20
+ "license": "MIT",
21
+ "licenseClass": "open",
22
+ "licenseShortName": "MIT",
23
+ "parameterSize": "9B",
24
+ "approxSizeBytes": 5600000000,
25
+ "supportsTools": true,
26
+ "contextWindow": 262144,
27
+ "kvBytesPerTokenF16": 32768,
28
+ "kvFixedBytesF16": 51511296,
29
+ "upstream": "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B",
30
+ "style": {
31
+ "family": "qwen",
32
+ "reasoningFormat": "think",
33
+ "toolCallFormat": "function-call"
34
+ },
35
+ "behaviors": [
36
+ "reasoning.strip-think-tags",
37
+ "prompt.tool-cookbook-condensed",
38
+ "fabrication.detect-past-tense-no-tools",
39
+ "mcp.relax-required-fields",
40
+ "mcp.default-missing-fields",
41
+ "turn.ollama-num-predict-bumped",
42
+ "turn.preamble-folding",
43
+ "provider.merge-system-messages"
44
+ ],
45
+ "tuning": {
46
+ "sampling": {
47
+ "temperature": 0.6,
48
+ "topP": 0.95,
49
+ "topK": 20,
50
+ "minP": 0,
51
+ "maxTokens": 16384
52
+ },
53
+ "samplingWhenThinking": {
54
+ "temperature": 0.6,
55
+ "topP": 0.95
56
+ },
57
+ "reasoning": {
58
+ "enableThinking": true,
59
+ "thinkingBudget": 2048
60
+ },
61
+ "promptTags": {
62
+ "enableThinkingTag": "/think",
63
+ "disableThinkingTag": "/no_think"
64
+ },
65
+ "profiles": {
66
+ "thinking-general": {
67
+ "sampling": {
68
+ "temperature": 0.6,
69
+ "topP": 0.95,
70
+ "topK": 20,
71
+ "minP": 0,
72
+ "repetitionPenalty": 1,
73
+ "maxTokens": 12288
74
+ },
75
+ "reasoning": {
76
+ "enableThinking": true,
77
+ "thinkingBudget": 2048
78
+ }
79
+ },
80
+ "thinking-coding": {
81
+ "sampling": {
82
+ "temperature": 0.6,
83
+ "topP": 0.95,
84
+ "topK": 20,
85
+ "minP": 0,
86
+ "repetitionPenalty": 1,
87
+ "maxTokens": 16384
88
+ },
89
+ "reasoning": {
90
+ "enableThinking": true,
91
+ "thinkingBudget": 4096
92
+ }
93
+ },
94
+ "thinking-precise": {
95
+ "sampling": {
96
+ "temperature": 0.4,
97
+ "topP": 0.9,
98
+ "topK": 20,
99
+ "minP": 0,
100
+ "seed": 0,
101
+ "maxTokens": 6144
102
+ },
103
+ "reasoning": {
104
+ "enableThinking": true,
105
+ "thinkingBudget": 2048
106
+ }
107
+ },
108
+ "instruct": {
109
+ "sampling": {
110
+ "temperature": 0.7,
111
+ "topP": 0.8,
112
+ "topK": 20,
113
+ "minP": 0,
114
+ "presencePenalty": 1.5,
115
+ "repetitionPenalty": 1,
116
+ "maxTokens": 4096
117
+ },
118
+ "reasoning": {
119
+ "enableThinking": false
120
+ }
121
+ },
122
+ "creative": {
123
+ "sampling": {
124
+ "temperature": 1.1,
125
+ "topP": 0.95,
126
+ "topK": 40,
127
+ "maxTokens": 8192
128
+ },
129
+ "reasoning": {
130
+ "enableThinking": false
131
+ }
132
+ }
133
+ }
134
+ },
135
+ "llamaCpp": {
136
+ "huggingfaceRepo": "deepreinforce-ai/Ornith-1.0-9B-GGUF",
137
+ "filename": "ornith-1.0-9b-Q4_K_M.gguf",
138
+ "quantization": "Q4_K_M",
139
+ "residentBytes": 6754930445
140
+ },
141
+ "mlx": {
142
+ "huggingfaceRepo": "mlx-community/Ornith-1.0-9B-4bit",
143
+ "quantization": "4bit",
144
+ "residentBytes": 7770193739
145
+ }
146
+ }
@@ -0,0 +1,172 @@
1
+ {
2
+ "id": "qwen3.5-122b-a10b-q4",
3
+ "name": "Qwen 3.5 (122B-A10B, Q4)",
4
+ "description": "Alibaba's Qwen 3.5 flagship open-weight model: 122B total parameters with 10B active per token, sparse MoE/Gated DeltaNet architecture, multimodal text + image + video support, native tool calling, and 262K native context extensible to roughly 1M tokens. Workstation-tier on-device option via Q4 GGUF or MLX 4-bit; expect around 90GB of usable memory before large KV-cache workloads.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "video",
10
+ "tools",
11
+ "long-context",
12
+ "moe",
13
+ "reasoning",
14
+ "large"
15
+ ],
16
+ "category": "general",
17
+ "maintainer": {
18
+ "name": "Alibaba",
19
+ "url": "https://huggingface.co/Qwen/Qwen3.5-122B-A10B"
20
+ },
21
+ "version": "1.0.1",
22
+ "updatedAt": "2026-07-28T00:00:00Z",
23
+ "license": "Apache-2.0",
24
+ "licenseClass": "open",
25
+ "licenseShortName": "Apache 2.0",
26
+ "parameterSize": "122B",
27
+ "approxSizeBytes": 78260403200,
28
+ "supportsTools": true,
29
+ "contextWindow": 262144,
30
+ "upstream": "https://huggingface.co/Qwen/Qwen3.5-122B-A10B",
31
+ "style": {
32
+ "family": "qwen",
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
+ "fabrication.detect-past-tense-no-tools",
41
+ "fabrication.detect-claim-without-tool",
42
+ "mcp.relax-required-fields",
43
+ "mcp.default-missing-fields",
44
+ "turn.ollama-num-predict-bumped",
45
+ "turn.preamble-folding",
46
+ "turn.ramble-detection",
47
+ "tools.mlx-grammar",
48
+ "provider.merge-system-messages",
49
+ "validate.inline-js-parses",
50
+ "prompt.prefer-writefile-edits",
51
+ "prompt.derive-by-execution"
52
+ ],
53
+ "tuning": {
54
+ "sampling": {
55
+ "temperature": 1,
56
+ "topP": 0.95,
57
+ "topK": 20,
58
+ "minP": 0,
59
+ "presencePenalty": 1.5,
60
+ "repetitionPenalty": 1,
61
+ "maxTokens": 16384
62
+ },
63
+ "samplingWhenThinking": {
64
+ "temperature": 0.6,
65
+ "topP": 0.95
66
+ },
67
+ "reasoning": {
68
+ "enableThinking": true,
69
+ "thinkingBudget": 4096
70
+ },
71
+ "profiles": {
72
+ "thinking-general": {
73
+ "sampling": {
74
+ "temperature": 1,
75
+ "topP": 0.95,
76
+ "topK": 20,
77
+ "minP": 0,
78
+ "presencePenalty": 1.5,
79
+ "repetitionPenalty": 1,
80
+ "maxTokens": 12288
81
+ },
82
+ "reasoning": {
83
+ "enableThinking": true,
84
+ "thinkingBudget": 4096
85
+ }
86
+ },
87
+ "thinking-coding": {
88
+ "sampling": {
89
+ "temperature": 0.6,
90
+ "topP": 0.95,
91
+ "topK": 20,
92
+ "minP": 0,
93
+ "presencePenalty": 0,
94
+ "repetitionPenalty": 1,
95
+ "maxTokens": 16384
96
+ },
97
+ "reasoning": {
98
+ "enableThinking": true,
99
+ "thinkingBudget": 6144
100
+ }
101
+ },
102
+ "thinking-precise": {
103
+ "sampling": {
104
+ "temperature": 0.6,
105
+ "topP": 0.95,
106
+ "topK": 20,
107
+ "minP": 0,
108
+ "presencePenalty": 0,
109
+ "repetitionPenalty": 1,
110
+ "seed": 0,
111
+ "maxTokens": 6144
112
+ },
113
+ "reasoning": {
114
+ "enableThinking": true,
115
+ "thinkingBudget": 4096
116
+ }
117
+ },
118
+ "instruct": {
119
+ "sampling": {
120
+ "temperature": 0.7,
121
+ "topP": 0.8,
122
+ "topK": 20,
123
+ "minP": 0,
124
+ "presencePenalty": 1.5,
125
+ "repetitionPenalty": 1,
126
+ "maxTokens": 4096
127
+ },
128
+ "reasoning": {
129
+ "enableThinking": false
130
+ }
131
+ },
132
+ "creative": {
133
+ "sampling": {
134
+ "temperature": 1,
135
+ "topP": 1,
136
+ "topK": 40,
137
+ "minP": 0,
138
+ "presencePenalty": 2,
139
+ "repetitionPenalty": 1,
140
+ "maxTokens": 8192
141
+ },
142
+ "reasoning": {
143
+ "enableThinking": false
144
+ }
145
+ }
146
+ }
147
+ },
148
+ "llamaCpp": {
149
+ "huggingfaceRepo": "unsloth/Qwen3.5-122B-A10B-MTP-GGUF",
150
+ "shardsDir": "UD-Q4_K_M",
151
+ "quantization": "UD-Q4_K_M",
152
+ "residentBytes": 93912483840,
153
+ "mmprojFilename": "mmproj-BF16.gguf"
154
+ },
155
+ "releasePatch": {
156
+ "tuning": {
157
+ "engine": {
158
+ "llamaCpp": {
159
+ "spec": {
160
+ "mtp": true,
161
+ "nMax": 4
162
+ }
163
+ }
164
+ }
165
+ }
166
+ },
167
+ "mlx": {
168
+ "huggingfaceRepo": "mlx-community/Qwen3.5-122B-A10B-4bit",
169
+ "quantization": "4bit",
170
+ "residentBytes": 90506802715
171
+ }
172
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "id": "qwen3.5-2b-q4",
3
+ "name": "Qwen 3.5 (2B)",
4
+ "description": "Alibaba's Qwen 3.5 at 2B parameters. Multimodal (text + images) with native tool calling and a 256K context window. A very compact choice for constrained devices.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "tools",
10
+ "small"
11
+ ],
12
+ "category": "general",
13
+ "maintainer": {
14
+ "name": "Alibaba",
15
+ "url": "https://ollama.com/library/qwen3.5"
16
+ },
17
+ "version": "1.1.2",
18
+ "updatedAt": "2026-07-28T00:00:00Z",
19
+ "license": "Apache-2.0",
20
+ "parameterSize": "2B",
21
+ "approxSizeBytes": 1329851808,
22
+ "supportsTools": true,
23
+ "contextWindow": 256000,
24
+ "upstream": "https://ollama.com/library/qwen3.5",
25
+ "style": {
26
+ "family": "qwen",
27
+ "reasoningFormat": "think",
28
+ "toolCallFormat": "function-call"
29
+ },
30
+ "behaviors": [
31
+ "reasoning.strip-think-tags",
32
+ "prompt.tool-cookbook-full",
33
+ "fabrication.detect-past-tense-no-tools",
34
+ "mcp.relax-required-fields",
35
+ "mcp.default-missing-fields",
36
+ {
37
+ "id": "turn.continuation-budget",
38
+ "config": {
39
+ "count": 4
40
+ }
41
+ },
42
+ "turn.ollama-num-predict-bumped",
43
+ "turn.preamble-folding"
44
+ ],
45
+ "ollama": {
46
+ "tag": "qwen3.5:2b"
47
+ },
48
+ "llamaCpp": {
49
+ "huggingfaceRepo": "unsloth/Qwen3.5-2B-MTP-GGUF",
50
+ "filename": "Qwen3.5-2B-Q4_K_M.gguf",
51
+ "quantization": "Q4_K_M",
52
+ "residentBytes": 1595822170
53
+ },
54
+ "releasePatch": {
55
+ "tuning": {
56
+ "engine": {
57
+ "llamaCpp": {
58
+ "spec": {
59
+ "mtp": true,
60
+ "nMax": 4
61
+ }
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "mlx": {
67
+ "huggingfaceRepo": "mlx-community/Qwen3.5-2B-4bit",
68
+ "quantization": "4bit"
69
+ }
70
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "id": "qwen3.5-4b-q4",
3
+ "name": "Qwen 3.5 (4B)",
4
+ "description": "Alibaba's Qwen 3.5 at 4B parameters. Multimodal (text + images) with native tool calling and a 256K context window. A balanced compact default for modern laptops.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "tools"
10
+ ],
11
+ "category": "general",
12
+ "maintainer": {
13
+ "name": "Alibaba",
14
+ "url": "https://ollama.com/library/qwen3.5"
15
+ },
16
+ "version": "1.1.2",
17
+ "updatedAt": "2026-07-28T00:00:00Z",
18
+ "license": "Apache-2.0",
19
+ "parameterSize": "4B",
20
+ "approxSizeBytes": 2834975040,
21
+ "supportsTools": true,
22
+ "contextWindow": 256000,
23
+ "upstream": "https://ollama.com/library/qwen3.5",
24
+ "style": {
25
+ "family": "qwen",
26
+ "reasoningFormat": "think",
27
+ "toolCallFormat": "function-call"
28
+ },
29
+ "behaviors": [
30
+ "reasoning.strip-think-tags",
31
+ "prompt.tool-cookbook-condensed",
32
+ "fabrication.detect-past-tense-no-tools",
33
+ "turn.ollama-num-predict-bumped",
34
+ "turn.preamble-folding"
35
+ ],
36
+ "ollama": {
37
+ "tag": "qwen3.5:4b"
38
+ },
39
+ "llamaCpp": {
40
+ "huggingfaceRepo": "unsloth/Qwen3.5-4B-MTP-GGUF",
41
+ "filename": "Qwen3.5-4B-Q4_K_M.gguf",
42
+ "quantization": "Q4_K_M",
43
+ "residentBytes": 3401970048
44
+ },
45
+ "releasePatch": {
46
+ "tuning": {
47
+ "engine": {
48
+ "llamaCpp": {
49
+ "spec": {
50
+ "mtp": true,
51
+ "nMax": 4
52
+ }
53
+ }
54
+ }
55
+ }
56
+ },
57
+ "mlx": {
58
+ "huggingfaceRepo": "mlx-community/Qwen3.5-4B-4bit",
59
+ "quantization": "4bit"
60
+ }
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "id": "qwen3.5-9b-q4",
3
+ "name": "Qwen 3.5 (9B)",
4
+ "description": "Alibaba's Qwen 3.5 at 9B parameters. Multimodal (text + images), native tool calling, 256K context. Strong reasoning + tool use for devices with a 12GB+ inference budget — the small-tier sweet spot for tool-heavy work.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "tools"
10
+ ],
11
+ "category": "general",
12
+ "maintainer": {
13
+ "name": "Alibaba",
14
+ "url": "https://ollama.com/library/qwen3.5"
15
+ },
16
+ "version": "1.1.2",
17
+ "updatedAt": "2026-07-28T00:00:00Z",
18
+ "license": "Apache-2.0",
19
+ "parameterSize": "9B",
20
+ "approxSizeBytes": 5868826976,
21
+ "supportsTools": true,
22
+ "contextWindow": 262144,
23
+ "upstream": "https://ollama.com/library/qwen3.5",
24
+ "style": {
25
+ "family": "qwen",
26
+ "reasoningFormat": "think",
27
+ "toolCallFormat": "function-call"
28
+ },
29
+ "behaviors": [
30
+ "reasoning.strip-think-tags",
31
+ "prompt.tool-cookbook-condensed",
32
+ "fabrication.detect-past-tense-no-tools",
33
+ "turn.ollama-num-predict-bumped",
34
+ "turn.preamble-folding"
35
+ ],
36
+ "ollama": {
37
+ "tag": "qwen3.5:9b"
38
+ },
39
+ "llamaCpp": {
40
+ "huggingfaceRepo": "unsloth/Qwen3.5-9B-MTP-GGUF",
41
+ "filename": "Qwen3.5-9B-Q4_K_M.gguf",
42
+ "quantization": "Q4_K_M",
43
+ "residentBytes": 7042592371
44
+ },
45
+ "releasePatch": {
46
+ "tuning": {
47
+ "engine": {
48
+ "llamaCpp": {
49
+ "spec": {
50
+ "mtp": true,
51
+ "nMax": 4
52
+ }
53
+ }
54
+ }
55
+ }
56
+ },
57
+ "mlx": {
58
+ "huggingfaceRepo": "mlx-community/Qwen3.5-9B-4bit",
59
+ "quantization": "4bit"
60
+ }
61
+ }