@bendyline/gilde 0.1.43 → 0.1.45

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 (37) hide show
  1. package/authoring/chat-models/deepseek-r1-8b-q4.json +1 -1
  2. package/authoring/chat-models/gemma4-31b-q4.json +1 -1
  3. package/authoring/chat-models/gpt-oss-120b-q4.json +1 -1
  4. package/authoring/chat-models/gpt-oss-20b-q4.json +1 -1
  5. package/authoring/chat-models/lfm2.5-2.6b-q4.json +1 -1
  6. package/authoring/chat-models/llama3.2-3b-q4.json +1 -1
  7. package/authoring/chat-models/mistral-7b-q4.json +1 -1
  8. package/authoring/chat-models/mistral-medium-3.5-128b-q4.json +1 -1
  9. package/authoring/chat-models/nemotron3-nano-30b-q4.json +1 -1
  10. package/authoring/chat-models/nemotron3-super-120b-q4.json +1 -1
  11. package/authoring/chat-models/ornith1.5-35b-a3b-q4.json +150 -0
  12. package/authoring/chat-models/qwen3.5-2b-q4.json +1 -1
  13. package/authoring/chat-models/qwen3.5-4b-q4.json +1 -1
  14. package/authoring/chat-models/qwen3.5-9b-q4.json +1 -1
  15. package/authoring/chat-models/talkie-1930-13b-q4.json +1 -1
  16. package/data/chat-models/de/deepseek-r1-8b-q4/manifest.json +1 -1
  17. package/data/chat-models/ge/gemma4-31b-q4/manifest.json +1 -1
  18. package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +1 -1
  19. package/data/chat-models/gp/gpt-oss-20b-q4/manifest.json +1 -1
  20. package/data/chat-models/index.json +1 -1
  21. package/data/chat-models/lf/lfm2.5-2.6b-q4/manifest.json +1 -1
  22. package/data/chat-models/ll/llama3.2-3b-q4/manifest.json +1 -1
  23. package/data/chat-models/mi/mistral-7b-q4/manifest.json +1 -1
  24. package/data/chat-models/mi/mistral-medium-3.5-128b-q4/manifest.json +1 -1
  25. package/data/chat-models/ne/nemotron3-nano-30b-q4/manifest.json +1 -1
  26. package/data/chat-models/ne/nemotron3-super-120b-q4/manifest.json +1 -1
  27. package/data/chat-models/or/ornith1.5-35b-a3b-q4/manifest.json +208 -0
  28. package/data/chat-models/or/ornith1.5-35b-a3b-q4/versions/1.0.0/manifest.json +74 -0
  29. package/data/chat-models/qw/qwen3.5-2b-q4/manifest.json +1 -1
  30. package/data/chat-models/qw/qwen3.5-4b-q4/manifest.json +1 -1
  31. package/data/chat-models/qw/qwen3.5-9b-q4/manifest.json +1 -1
  32. package/data/chat-models/ta/talkie-1930-13b-q4/manifest.json +1 -1
  33. package/data/craftbook-templates/index.json +1 -1
  34. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.7/craftbook.json +404 -0
  35. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.7/test.json +241 -0
  36. package/package.json +1 -1
  37. package/schemas/chat-model-version.schema.json +22 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "deepseek-r1-8b-q4",
3
- "name": "DeepSeek R1 (8B)",
3
+ "name": "DeepSeek R1 (8B, Q4)",
4
4
  "description": "Reasoning-tuned 8B model. Slower than a plain chat model, but thinks through its answers before replying.",
5
5
  "tags": [
6
6
  "deepseek",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "gemma4-31b-q4",
3
- "name": "Gemma 4 (31B)",
3
+ "name": "Gemma 4 (31B, Q4)",
4
4
  "description": "Google's flagship Gemma 4 at 30.7B parameters. Multimodal (text + image + video), 256K context, configurable thinking mode, native function-calling, 140+ languages. Frontier-tier instruction-following on device — needs 32GB+ of usable memory.",
5
5
  "tags": [
6
6
  "google",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "gpt-oss-120b-q4",
3
- "name": "GPT-OSS (120B, MoE)",
3
+ "name": "GPT-OSS (120B, MoE, Q4)",
4
4
  "description": "OpenAI's open-weight 117B-parameter Mixture-of-Experts model (~5.1B active per token). Configurable reasoning effort (low/medium/high), full chain-of-thought access, and native function-calling. Frontier-class on-device reasoning for workstations and Mac Studio-class hardware — needs ~80GB of usable memory.",
5
5
  "tags": [
6
6
  "openai",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "gpt-oss-20b-q4",
3
- "name": "GPT-OSS (20B, MoE)",
3
+ "name": "GPT-OSS (20B, MoE, Q4)",
4
4
  "description": "OpenAI's open-weight 20B-parameter Mixture-of-Experts model (~3.6B active per token). Configurable reasoning effort (low/medium/high), full chain-of-thought access, and native function-calling. Lower-latency frontier-class on-device option for machines with 16GB+ memory.",
5
5
  "tags": [
6
6
  "openai",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "lfm2.5-2.6b-q4",
3
- "name": "LFM2.5 (2.6B)",
3
+ "name": "LFM2.5 (2.6B, Q4)",
4
4
  "description": "Liquid AI's LFM2.5 at 2.6B parameters. A hybrid convolution-attention design built for on-device speed — light on memory, quick even on modest hardware, with integrated reasoning, native tool calling, and a 128K context window.",
5
5
  "tags": [
6
6
  "liquid-ai",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "llama3.2-3b-q4",
3
- "name": "Llama 3.2 (3B)",
3
+ "name": "Llama 3.2 (3B, Q4)",
4
4
  "description": "Meta's 3B chat model. Small enough to run on modest hardware, sharp enough to be a useful default.",
5
5
  "tags": [
6
6
  "meta",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "mistral-7b-q4",
3
- "name": "Mistral 7B Instruct",
3
+ "name": "Mistral 7B Instruct (Q4)",
4
4
  "description": "Well-rounded 7B instruct model from Mistral AI. Good general-purpose default.",
5
5
  "tags": [
6
6
  "mistral",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "mistral-medium-3.5-128b-q4",
3
- "name": "Mistral Medium 3.5 (128B)",
3
+ "name": "Mistral Medium 3.5 (128B, Q4)",
4
4
  "description": "Mistral AI's frontier dense 128B model with configurable reasoning (instant or chain-of-thought via `reasoning_effort`). Native function-calling, 256K context. Workstation-tier on-device — needs ~80GB of usable memory for Q4_K_M; an MLX 4-bit build is available for Apple Silicon Mac Studio-class hardware. License is a Modified MIT with a revenue carve-out — free for commercial and non-commercial use unless the licensee company exceeds Mistral's revenue threshold.",
5
5
  "tags": [
6
6
  "mistral",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "nemotron3-nano-30b-q4",
3
- "name": "Nemotron-3 Nano (30B, MoE Reasoning)",
3
+ "name": "Nemotron-3 Nano (30B, MoE Reasoning, Q4)",
4
4
  "description": "NVIDIA's Nemotron-3 Nano Omni at 30B parameters, tuned for reasoning. Multimodal (text + image + audio + video), 128K context, native tool calling. Capable-tier on-device option for machines with 32GB+ memory.",
5
5
  "tags": [
6
6
  "nvidia",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "nemotron3-super-120b-q4",
3
- "name": "Nemotron-3 Super (120B-A12B)",
3
+ "name": "Nemotron-3 Super (120B-A12B, Q4)",
4
4
  "description": "NVIDIA's flagship Nemotron-3 Super at 120B parameters, tuned for reasoning. Native tool calling, 128K context. Frontier-tier on-device reasoning for workstations and Mac Studio-class hardware — needs ~100GB of usable memory. No Apple Silicon build yet.",
5
5
  "tags": [
6
6
  "nvidia",
@@ -0,0 +1,150 @@
1
+ {
2
+ "id": "ornith1.5-35b-a3b-q4",
3
+ "name": "Ornith 1.5 (35B-A3B, Q4)",
4
+ "description": "Ornith AI's Ornith 1.5 at 35B total parameters with roughly 3B active per token — a self-improving, agentic-coding model trained for software engineering, tool use, and reasoning. The 4-bit build is the practical pick at this size, keeping fast MoE decode in a much smaller footprint than Q8, with native tool calling and a 256K context window. MIT licensed; best suited to machines with 32GB+ usable memory.",
5
+ "tags": [
6
+ "ornith",
7
+ "coding",
8
+ "agentic",
9
+ "tools",
10
+ "reasoning",
11
+ "long-context",
12
+ "moe"
13
+ ],
14
+ "category": "coding",
15
+ "maintainer": {
16
+ "name": "Ornith AI",
17
+ "url": "https://huggingface.co/ornith-ai"
18
+ },
19
+ "version": "1.0.0",
20
+ "updatedAt": "2026-08-27T00:00:00Z",
21
+ "versionMinGezelVersion": "1.26227",
22
+ "license": "MIT",
23
+ "licenseClass": "open",
24
+ "licenseShortName": "MIT",
25
+ "parameterSize": "35B",
26
+ "approxSizeBytes": 21713463040,
27
+ "supportsTools": true,
28
+ "contextWindow": 262144,
29
+ "kvBytesPerTokenF16": 20480,
30
+ "kvFixedBytesF16": 64389120,
31
+ "upstream": "https://huggingface.co/ornith-ai/Ornith-1.5-35B-A3B",
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
+ "turn.ramble-detection",
45
+ "mcp.compact-tool-schemas",
46
+ "tools.mlx-grammar"
47
+ ],
48
+ "tuning": {
49
+ "sampling": {
50
+ "temperature": 0.6,
51
+ "topP": 0.95,
52
+ "topK": 20,
53
+ "minP": 0,
54
+ "repetitionPenalty": 1,
55
+ "maxTokens": 8192
56
+ },
57
+ "samplingWhenThinking": {
58
+ "temperature": 0.6,
59
+ "topP": 0.95
60
+ },
61
+ "reasoning": {
62
+ "enableThinking": true,
63
+ "thinkingBudget": 4096
64
+ },
65
+ "promptTags": {
66
+ "enableThinkingTag": "/think",
67
+ "disableThinkingTag": "/no_think"
68
+ },
69
+ "profiles": {
70
+ "thinking-general": {
71
+ "sampling": {
72
+ "temperature": 0.6,
73
+ "topP": 0.95,
74
+ "topK": 20,
75
+ "minP": 0,
76
+ "repetitionPenalty": 1,
77
+ "maxTokens": 12288
78
+ },
79
+ "reasoning": {
80
+ "enableThinking": true,
81
+ "thinkingBudget": 4096
82
+ }
83
+ },
84
+ "thinking-coding": {
85
+ "sampling": {
86
+ "temperature": 0.6,
87
+ "topP": 0.95,
88
+ "topK": 20,
89
+ "minP": 0,
90
+ "repetitionPenalty": 1,
91
+ "maxTokens": 16384
92
+ },
93
+ "reasoning": {
94
+ "enableThinking": true,
95
+ "thinkingBudget": 6144
96
+ }
97
+ },
98
+ "thinking-precise": {
99
+ "sampling": {
100
+ "temperature": 0.4,
101
+ "topP": 0.9,
102
+ "topK": 20,
103
+ "minP": 0,
104
+ "repetitionPenalty": 1,
105
+ "seed": 0,
106
+ "maxTokens": 6144
107
+ },
108
+ "reasoning": {
109
+ "enableThinking": true,
110
+ "thinkingBudget": 4096
111
+ }
112
+ },
113
+ "instruct": {
114
+ "sampling": {
115
+ "temperature": 0.7,
116
+ "topP": 0.8,
117
+ "topK": 20,
118
+ "minP": 0,
119
+ "presencePenalty": 1.5,
120
+ "repetitionPenalty": 1,
121
+ "maxTokens": 4096
122
+ },
123
+ "reasoning": {
124
+ "enableThinking": false
125
+ }
126
+ },
127
+ "creative": {
128
+ "sampling": {
129
+ "temperature": 1.1,
130
+ "topP": 0.95,
131
+ "topK": 40,
132
+ "maxTokens": 8192
133
+ },
134
+ "reasoning": {
135
+ "enableThinking": false
136
+ }
137
+ }
138
+ }
139
+ },
140
+ "llamaCpp": {
141
+ "huggingfaceRepo": "ornith-ai/Ornith-1.5-35B-A3B-GGUF",
142
+ "filename": "Ornith-1.5-35B-Q4_K_M.gguf",
143
+ "quantization": "Q4_K_M"
144
+ },
145
+ "mlx": {
146
+ "huggingfaceRepo": "ornith-ai/Ornith-1.5-35B-A3B-MLX-4bit",
147
+ "quantization": "4bit",
148
+ "disabledReason": "The official MLX conversion omits 393 vision-tower parameters while declaring the multimodal Qwen3.5 architecture, so mlx-vlm cannot construct the checkpoint."
149
+ }
150
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "qwen3.5-2b-q4",
3
- "name": "Qwen 3.5 (2B)",
3
+ "name": "Qwen 3.5 (2B, Q4)",
4
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
5
  "tags": [
6
6
  "alibaba",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "qwen3.5-4b-q4",
3
- "name": "Qwen 3.5 (4B)",
3
+ "name": "Qwen 3.5 (4B, Q4)",
4
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
5
  "tags": [
6
6
  "alibaba",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "qwen3.5-9b-q4",
3
- "name": "Qwen 3.5 (9B)",
3
+ "name": "Qwen 3.5 (9B, Q4)",
4
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
5
  "tags": [
6
6
  "alibaba",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "talkie-1930-13b-q4",
3
- "name": "Talkie 1930 (13B)",
3
+ "name": "Talkie 1930 (13B, Q4)",
4
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
5
  "tags": [
6
6
  "talkie-lm",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "kind": "chat-model",
4
4
  "id": "deepseek-r1-8b-q4",
5
- "name": "DeepSeek R1 (8B)",
5
+ "name": "DeepSeek R1 (8B, Q4)",
6
6
  "description": "Reasoning-tuned 8B model. Slower than a plain chat model, but thinks through its answers before replying.",
7
7
  "tags": [
8
8
  "deepseek",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "kind": "chat-model",
4
4
  "id": "gemma4-31b-q4",
5
- "name": "Gemma 4 (31B)",
5
+ "name": "Gemma 4 (31B, Q4)",
6
6
  "description": "Google's flagship Gemma 4 at 30.7B parameters. Multimodal (text + image + video), 256K context, configurable thinking mode, native function-calling, 140+ languages. Frontier-tier instruction-following on device — needs 32GB+ of usable memory.",
7
7
  "tags": [
8
8
  "google",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "kind": "chat-model",
4
4
  "id": "gpt-oss-120b-q4",
5
- "name": "GPT-OSS (120B, MoE)",
5
+ "name": "GPT-OSS (120B, MoE, Q4)",
6
6
  "description": "OpenAI's open-weight 117B-parameter Mixture-of-Experts model (~5.1B active per token). Configurable reasoning effort (low/medium/high), full chain-of-thought access, and native function-calling. Frontier-class on-device reasoning for workstations and Mac Studio-class hardware — needs ~80GB of usable memory.",
7
7
  "tags": [
8
8
  "openai",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "kind": "chat-model",
4
4
  "id": "gpt-oss-20b-q4",
5
- "name": "GPT-OSS (20B, MoE)",
5
+ "name": "GPT-OSS (20B, MoE, Q4)",
6
6
  "description": "OpenAI's open-weight 20B-parameter Mixture-of-Experts model (~3.6B active per token). Configurable reasoning effort (low/medium/high), full chain-of-thought access, and native function-calling. Lower-latency frontier-class on-device option for machines with 16GB+ memory.",
7
7
  "tags": [
8
8
  "openai",