@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.
Files changed (72) 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/data/craftbook-templates/pu/pull-request-review/versions/1.3.0/craftbook.json +156 -0
  54. package/data/craftbook-templates/pu/pull-request-review/versions/1.3.0/test.json +172 -0
  55. package/package.json +4 -2
  56. package/schemas/chat-model-identity.schema.json +44 -0
  57. package/schemas/chat-model-version.schema.json +3 -0
  58. package/schemas/connector-type-identity.schema.json +3 -0
  59. package/schemas/connector-type-version.schema.json +3 -0
  60. package/schemas/craftbook-doc.schema.json +3 -0
  61. package/schemas/craftbook-template-identity.schema.json +3 -0
  62. package/schemas/craftbook-template-version.schema.json +3 -0
  63. package/schemas/gezel-template-identity.schema.json +3 -0
  64. package/schemas/gezel-template-version.schema.json +3 -0
  65. package/schemas/image-model-identity.schema.json +3 -0
  66. package/schemas/image-model-version.schema.json +3 -0
  67. package/schemas/project-type-identity.schema.json +3 -0
  68. package/schemas/project-type-version.schema.json +3 -0
  69. package/schemas/toolset-identity.schema.json +3 -0
  70. package/schemas/toolset-version.schema.json +3 -0
  71. package/schemas/video-model-identity.schema.json +3 -0
  72. package/schemas/video-model-version.schema.json +3 -0
@@ -0,0 +1,66 @@
1
+ {
2
+ "id": "qwen3.6-27b-q4",
3
+ "name": "Qwen 3.6 (27B, Q4)",
4
+ "description": "Alibaba's Qwen 3.6 at 27B parameters. Multimodal (text + image + video), 256K native context, explicit native tool-calling support. Capable-tier on-device option for machines with 24GB+ memory.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "video",
10
+ "tools",
11
+ "long-context"
12
+ ],
13
+ "category": "general",
14
+ "maintainer": {
15
+ "name": "Alibaba",
16
+ "url": "https://ollama.com/library/qwen3.6"
17
+ },
18
+ "version": "1.1.4",
19
+ "updatedAt": "2026-07-28T00:00:00Z",
20
+ "license": "Apache-2.0",
21
+ "recoScore": 20,
22
+ "parameterSize": "27B",
23
+ "approxSizeBytes": 17106773120,
24
+ "supportsTools": true,
25
+ "contextWindow": 262144,
26
+ "upstream": "https://ollama.com/library/qwen3.6",
27
+ "style": {
28
+ "family": "qwen",
29
+ "reasoningFormat": "think",
30
+ "toolCallFormat": "function-call"
31
+ },
32
+ "behaviors": [
33
+ "reasoning.strip-think-tags",
34
+ "mcp.compact-tool-schemas",
35
+ "prompt.tool-cookbook-condensed",
36
+ "fabrication.detect-past-tense-no-tools",
37
+ "turn.ollama-num-predict-bumped",
38
+ "turn.preamble-folding",
39
+ "turn.ramble-detection"
40
+ ],
41
+ "ollama": {
42
+ "tag": "qwen3.6"
43
+ },
44
+ "llamaCpp": {
45
+ "huggingfaceRepo": "unsloth/Qwen3.6-27B-MTP-GGUF",
46
+ "filename": "Qwen3.6-27B-Q4_K_M.gguf",
47
+ "quantization": "Q4_K_M",
48
+ "residentBytes": 20528127744
49
+ },
50
+ "releasePatch": {
51
+ "tuning": {
52
+ "engine": {
53
+ "llamaCpp": {
54
+ "spec": {
55
+ "mtp": true,
56
+ "nMax": 4
57
+ }
58
+ }
59
+ }
60
+ }
61
+ },
62
+ "mlx": {
63
+ "huggingfaceRepo": "mlx-community/Qwen3.6-27B-4bit",
64
+ "quantization": "4bit"
65
+ }
66
+ }
@@ -0,0 +1,153 @@
1
+ {
2
+ "id": "qwen3.6-27b-q8",
3
+ "name": "Qwen 3.6 (27B, Q8)",
4
+ "description": "Alibaba's Qwen 3.6 at 27B parameters, 8-bit quantization for higher fidelity than the Q4 build (at roughly double the memory footprint). Multimodal (text + image + video), 256K native context, explicit native tool-calling support. For machines with ~40GB+ memory.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "video",
10
+ "tools",
11
+ "long-context"
12
+ ],
13
+ "category": "general",
14
+ "maintainer": {
15
+ "name": "Alibaba",
16
+ "url": "https://ollama.com/library/qwen3.6"
17
+ },
18
+ "version": "1.0.2",
19
+ "updatedAt": "2026-07-28T00:00:00Z",
20
+ "license": "Apache-2.0",
21
+ "recoScore": 20,
22
+ "parameterSize": "27B",
23
+ "approxSizeBytes": 29047084160,
24
+ "supportsTools": true,
25
+ "contextWindow": 262144,
26
+ "upstream": "https://ollama.com/library/qwen3.6",
27
+ "style": {
28
+ "family": "qwen",
29
+ "reasoningFormat": "think",
30
+ "toolCallFormat": "function-call"
31
+ },
32
+ "behaviors": [
33
+ "reasoning.strip-think-tags",
34
+ "mcp.compact-tool-schemas",
35
+ "prompt.tool-cookbook-condensed",
36
+ "fabrication.detect-past-tense-no-tools",
37
+ "turn.ollama-num-predict-bumped",
38
+ "turn.preamble-folding",
39
+ "turn.ramble-detection"
40
+ ],
41
+ "tuning": {
42
+ "sampling": {
43
+ "temperature": 0.7,
44
+ "topP": 0.8,
45
+ "topK": 20,
46
+ "minP": 0,
47
+ "maxTokens": 8192
48
+ },
49
+ "samplingWhenThinking": {
50
+ "temperature": 0.6,
51
+ "topP": 0.95
52
+ },
53
+ "reasoning": {
54
+ "enableThinking": true,
55
+ "thinkingBudget": 4096
56
+ },
57
+ "promptTags": {
58
+ "enableThinkingTag": "/think",
59
+ "disableThinkingTag": "/no_think"
60
+ },
61
+ "profiles": {
62
+ "thinking-general": {
63
+ "sampling": {
64
+ "temperature": 0.8,
65
+ "topP": 0.95,
66
+ "topK": 20,
67
+ "minP": 0,
68
+ "repetitionPenalty": 1,
69
+ "maxTokens": 12288
70
+ },
71
+ "reasoning": {
72
+ "enableThinking": true,
73
+ "thinkingBudget": 4096
74
+ }
75
+ },
76
+ "thinking-coding": {
77
+ "sampling": {
78
+ "temperature": 0.6,
79
+ "topP": 0.95,
80
+ "topK": 20,
81
+ "minP": 0,
82
+ "repetitionPenalty": 1,
83
+ "maxTokens": 16384
84
+ },
85
+ "reasoning": {
86
+ "enableThinking": true,
87
+ "thinkingBudget": 6144
88
+ }
89
+ },
90
+ "thinking-precise": {
91
+ "sampling": {
92
+ "temperature": 0.4,
93
+ "topP": 0.9,
94
+ "topK": 20,
95
+ "minP": 0,
96
+ "seed": 0,
97
+ "maxTokens": 6144
98
+ },
99
+ "reasoning": {
100
+ "enableThinking": true,
101
+ "thinkingBudget": 4096
102
+ }
103
+ },
104
+ "instruct": {
105
+ "sampling": {
106
+ "temperature": 0.7,
107
+ "topP": 0.8,
108
+ "topK": 20,
109
+ "minP": 0,
110
+ "presencePenalty": 1.5,
111
+ "repetitionPenalty": 1,
112
+ "maxTokens": 4096
113
+ },
114
+ "reasoning": {
115
+ "enableThinking": false
116
+ }
117
+ },
118
+ "creative": {
119
+ "sampling": {
120
+ "temperature": 1.1,
121
+ "topP": 0.95,
122
+ "topK": 40,
123
+ "maxTokens": 8192
124
+ },
125
+ "reasoning": {
126
+ "enableThinking": false
127
+ }
128
+ }
129
+ }
130
+ },
131
+ "llamaCpp": {
132
+ "huggingfaceRepo": "unsloth/Qwen3.6-27B-MTP-GGUF",
133
+ "filename": "Qwen3.6-27B-Q8_0.gguf",
134
+ "quantization": "Q8_0",
135
+ "residentBytes": 34856500992
136
+ },
137
+ "releasePatch": {
138
+ "tuning": {
139
+ "engine": {
140
+ "llamaCpp": {
141
+ "spec": {
142
+ "mtp": true,
143
+ "nMax": 4
144
+ }
145
+ }
146
+ }
147
+ }
148
+ },
149
+ "mlx": {
150
+ "huggingfaceRepo": "mlx-community/Qwen3.6-27B-8bit",
151
+ "quantization": "8bit"
152
+ }
153
+ }
@@ -0,0 +1,154 @@
1
+ {
2
+ "id": "qwen3.6-35b-a3b-q4",
3
+ "name": "Qwen 3.6 (35B-A3B, Q4)",
4
+ "description": "Alibaba's Qwen 3.6 at 35B total parameters with only 3B active per token (Mixture-of-Experts: 256 experts, 8 routed + 1 shared). Multimodal (text + image + video), 256K native context (extensible to ~1M with YaRN), explicit native tool-calling support. MoE sparsity keeps inference light despite the larger total parameter count.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "video",
10
+ "tools",
11
+ "long-context",
12
+ "moe"
13
+ ],
14
+ "category": "general",
15
+ "maintainer": {
16
+ "name": "Alibaba",
17
+ "url": "https://huggingface.co/Qwen/Qwen3.6-35B-A3B"
18
+ },
19
+ "version": "1.0.1",
20
+ "updatedAt": "2026-07-28T00:00:00Z",
21
+ "license": "Apache-2.0",
22
+ "recoScore": 20,
23
+ "parameterSize": "35B",
24
+ "approxSizeBytes": 22663387424,
25
+ "supportsTools": true,
26
+ "contextWindow": 262144,
27
+ "upstream": "https://huggingface.co/Qwen/Qwen3.6-35B-A3B",
28
+ "style": {
29
+ "family": "qwen",
30
+ "reasoningFormat": "think",
31
+ "toolCallFormat": "function-call"
32
+ },
33
+ "behaviors": [
34
+ "reasoning.strip-think-tags",
35
+ "mcp.compact-tool-schemas",
36
+ "prompt.tool-cookbook-condensed",
37
+ "fabrication.detect-past-tense-no-tools",
38
+ "turn.ollama-num-predict-bumped",
39
+ "turn.preamble-folding",
40
+ "turn.ramble-detection"
41
+ ],
42
+ "tuning": {
43
+ "sampling": {
44
+ "temperature": 0.7,
45
+ "topP": 0.8,
46
+ "topK": 20,
47
+ "minP": 0,
48
+ "maxTokens": 8192
49
+ },
50
+ "samplingWhenThinking": {
51
+ "temperature": 0.6,
52
+ "topP": 0.95
53
+ },
54
+ "reasoning": {
55
+ "enableThinking": true,
56
+ "thinkingBudget": 4096
57
+ },
58
+ "promptTags": {
59
+ "enableThinkingTag": "/think",
60
+ "disableThinkingTag": "/no_think"
61
+ },
62
+ "profiles": {
63
+ "thinking-general": {
64
+ "sampling": {
65
+ "temperature": 0.8,
66
+ "topP": 0.95,
67
+ "topK": 20,
68
+ "minP": 0,
69
+ "repetitionPenalty": 1,
70
+ "maxTokens": 12288
71
+ },
72
+ "reasoning": {
73
+ "enableThinking": true,
74
+ "thinkingBudget": 4096
75
+ }
76
+ },
77
+ "thinking-coding": {
78
+ "sampling": {
79
+ "temperature": 0.6,
80
+ "topP": 0.95,
81
+ "topK": 20,
82
+ "minP": 0,
83
+ "repetitionPenalty": 1,
84
+ "maxTokens": 16384
85
+ },
86
+ "reasoning": {
87
+ "enableThinking": true,
88
+ "thinkingBudget": 6144
89
+ }
90
+ },
91
+ "thinking-precise": {
92
+ "sampling": {
93
+ "temperature": 0.4,
94
+ "topP": 0.9,
95
+ "topK": 20,
96
+ "minP": 0,
97
+ "seed": 0,
98
+ "maxTokens": 6144
99
+ },
100
+ "reasoning": {
101
+ "enableThinking": true,
102
+ "thinkingBudget": 4096
103
+ }
104
+ },
105
+ "instruct": {
106
+ "sampling": {
107
+ "temperature": 0.7,
108
+ "topP": 0.8,
109
+ "topK": 20,
110
+ "minP": 0,
111
+ "presencePenalty": 1.5,
112
+ "repetitionPenalty": 1,
113
+ "maxTokens": 4096
114
+ },
115
+ "reasoning": {
116
+ "enableThinking": false
117
+ }
118
+ },
119
+ "creative": {
120
+ "sampling": {
121
+ "temperature": 1.1,
122
+ "topP": 0.95,
123
+ "topK": 40,
124
+ "maxTokens": 8192
125
+ },
126
+ "reasoning": {
127
+ "enableThinking": false
128
+ }
129
+ }
130
+ }
131
+ },
132
+ "llamaCpp": {
133
+ "huggingfaceRepo": "unsloth/Qwen3.6-35B-A3B-MTP-GGUF",
134
+ "filename": "Qwen3.6-35B-A3B-UD-Q4_K_M.gguf",
135
+ "quantization": "UD-Q4_K_M",
136
+ "residentBytes": 27196064909
137
+ },
138
+ "releasePatch": {
139
+ "tuning": {
140
+ "engine": {
141
+ "llamaCpp": {
142
+ "spec": {
143
+ "mtp": true,
144
+ "nMax": 4
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
150
+ "mlx": {
151
+ "huggingfaceRepo": "mlx-community/Qwen3.6-35B-A3B-4bit",
152
+ "quantization": "4bit"
153
+ }
154
+ }
@@ -0,0 +1,154 @@
1
+ {
2
+ "id": "qwen3.6-35b-a3b-q8",
3
+ "name": "Qwen 3.6 (35B-A3B, Q8)",
4
+ "description": "Alibaba's Qwen 3.6 at 35B total parameters with only 3B active per token (Mixture-of-Experts: 256 experts, 8 routed + 1 shared), 8-bit quantization for higher fidelity than the Q4 build (at roughly double the memory footprint). Multimodal (text + image + video), 256K native context (extensible to ~1M with YaRN), explicit native tool-calling support.",
5
+ "tags": [
6
+ "alibaba",
7
+ "multimodal",
8
+ "vision",
9
+ "video",
10
+ "tools",
11
+ "long-context",
12
+ "moe"
13
+ ],
14
+ "category": "general",
15
+ "maintainer": {
16
+ "name": "Alibaba",
17
+ "url": "https://huggingface.co/Qwen/Qwen3.6-35B-A3B"
18
+ },
19
+ "version": "1.0.1",
20
+ "updatedAt": "2026-07-28T00:00:00Z",
21
+ "license": "Apache-2.0",
22
+ "recoScore": 20,
23
+ "parameterSize": "35B",
24
+ "approxSizeBytes": 37801097504,
25
+ "supportsTools": true,
26
+ "contextWindow": 262144,
27
+ "upstream": "https://huggingface.co/Qwen/Qwen3.6-35B-A3B",
28
+ "style": {
29
+ "family": "qwen",
30
+ "reasoningFormat": "think",
31
+ "toolCallFormat": "function-call"
32
+ },
33
+ "behaviors": [
34
+ "reasoning.strip-think-tags",
35
+ "mcp.compact-tool-schemas",
36
+ "prompt.tool-cookbook-condensed",
37
+ "fabrication.detect-past-tense-no-tools",
38
+ "turn.ollama-num-predict-bumped",
39
+ "turn.preamble-folding",
40
+ "turn.ramble-detection"
41
+ ],
42
+ "tuning": {
43
+ "sampling": {
44
+ "temperature": 0.7,
45
+ "topP": 0.8,
46
+ "topK": 20,
47
+ "minP": 0,
48
+ "maxTokens": 8192
49
+ },
50
+ "samplingWhenThinking": {
51
+ "temperature": 0.6,
52
+ "topP": 0.95
53
+ },
54
+ "reasoning": {
55
+ "enableThinking": true,
56
+ "thinkingBudget": 4096
57
+ },
58
+ "promptTags": {
59
+ "enableThinkingTag": "/think",
60
+ "disableThinkingTag": "/no_think"
61
+ },
62
+ "profiles": {
63
+ "thinking-general": {
64
+ "sampling": {
65
+ "temperature": 0.8,
66
+ "topP": 0.95,
67
+ "topK": 20,
68
+ "minP": 0,
69
+ "repetitionPenalty": 1,
70
+ "maxTokens": 12288
71
+ },
72
+ "reasoning": {
73
+ "enableThinking": true,
74
+ "thinkingBudget": 4096
75
+ }
76
+ },
77
+ "thinking-coding": {
78
+ "sampling": {
79
+ "temperature": 0.6,
80
+ "topP": 0.95,
81
+ "topK": 20,
82
+ "minP": 0,
83
+ "repetitionPenalty": 1,
84
+ "maxTokens": 16384
85
+ },
86
+ "reasoning": {
87
+ "enableThinking": true,
88
+ "thinkingBudget": 6144
89
+ }
90
+ },
91
+ "thinking-precise": {
92
+ "sampling": {
93
+ "temperature": 0.4,
94
+ "topP": 0.9,
95
+ "topK": 20,
96
+ "minP": 0,
97
+ "seed": 0,
98
+ "maxTokens": 6144
99
+ },
100
+ "reasoning": {
101
+ "enableThinking": true,
102
+ "thinkingBudget": 4096
103
+ }
104
+ },
105
+ "instruct": {
106
+ "sampling": {
107
+ "temperature": 0.7,
108
+ "topP": 0.8,
109
+ "topK": 20,
110
+ "minP": 0,
111
+ "presencePenalty": 1.5,
112
+ "repetitionPenalty": 1,
113
+ "maxTokens": 4096
114
+ },
115
+ "reasoning": {
116
+ "enableThinking": false
117
+ }
118
+ },
119
+ "creative": {
120
+ "sampling": {
121
+ "temperature": 1.1,
122
+ "topP": 0.95,
123
+ "topK": 40,
124
+ "maxTokens": 8192
125
+ },
126
+ "reasoning": {
127
+ "enableThinking": false
128
+ }
129
+ }
130
+ }
131
+ },
132
+ "llamaCpp": {
133
+ "huggingfaceRepo": "unsloth/Qwen3.6-35B-A3B-MTP-GGUF",
134
+ "filename": "Qwen3.6-35B-A3B-Q8_0.gguf",
135
+ "quantization": "Q8_0",
136
+ "residentBytes": 45361317005
137
+ },
138
+ "releasePatch": {
139
+ "tuning": {
140
+ "engine": {
141
+ "llamaCpp": {
142
+ "spec": {
143
+ "mtp": true,
144
+ "nMax": 4
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
150
+ "mlx": {
151
+ "huggingfaceRepo": "mlx-community/Qwen3.6-35B-A3B-8bit",
152
+ "quantization": "8bit"
153
+ }
154
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "id": "talkie-1930-13b-q4",
3
+ "name": "Talkie 1930 (13B)",
4
+ "description": "A 13B instruct model trained solely on pre-1931 English-language text — it writes and converses in an authentic period voice, free of modern anachronisms. Best for creative writing, correspondence, and in-character chat rather than tool use or current-events questions. Runs a community GGUF that rescales talkie's out-of-range layer-14 ffn_down channel so K-quantization stays coherent. 2K context. Apache-2.0.",
5
+ "tags": [
6
+ "talkie-lm",
7
+ "creative",
8
+ "writing",
9
+ "vintage",
10
+ "english"
11
+ ],
12
+ "category": "general",
13
+ "maintainer": {
14
+ "name": "talkie-lm",
15
+ "url": "https://huggingface.co/talkie-lm/talkie-1930-13b-it"
16
+ },
17
+ "version": "1.0.0",
18
+ "updatedAt": "2026-07-20T00:00:00Z",
19
+ "license": "Apache-2.0",
20
+ "licenseClass": "open",
21
+ "licenseShortName": "Apache 2.0",
22
+ "parameterSize": "13B",
23
+ "approxSizeBytes": 8572111136,
24
+ "supportsTools": false,
25
+ "contextWindow": 2048,
26
+ "upstream": "https://huggingface.co/talkie-lm/talkie-1930-13b-it",
27
+ "style": {
28
+ "family": "other",
29
+ "reasoningFormat": "none",
30
+ "toolCallFormat": "function-call"
31
+ },
32
+ "behaviors": [
33
+ "prompt.minimal-context",
34
+ "turn.preamble-folding",
35
+ {
36
+ "id": "turn.ramble-detection",
37
+ "config": {
38
+ "coldThreshold": 4000,
39
+ "postActionThreshold": 1200
40
+ }
41
+ }
42
+ ],
43
+ "tuning": {
44
+ "sampling": {
45
+ "temperature": 0.8,
46
+ "topP": 0.95,
47
+ "topK": 40,
48
+ "repetitionPenalty": 1.1,
49
+ "repetitionContext": 64,
50
+ "maxTokens": 1024
51
+ },
52
+ "reasoning": {
53
+ "enableThinking": false
54
+ },
55
+ "profiles": {
56
+ "creative": {
57
+ "sampling": {
58
+ "temperature": 1,
59
+ "topP": 0.95,
60
+ "topK": 60,
61
+ "repetitionPenalty": 1.05,
62
+ "repetitionContext": 32,
63
+ "maxTokens": 1024
64
+ }
65
+ }
66
+ }
67
+ },
68
+ "llamaCpp": {
69
+ "huggingfaceRepo": "zakarth/talkie-1930-13b-it-vulkan-fixed-GGUF",
70
+ "filename": "talkie-1930-13b-it.Q4_K_M.gguf",
71
+ "quantization": "Q4_K_M",
72
+ "residentBytes": 10286533363
73
+ }
74
+ }