1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Allthingsintel Apollo V0.1 4b Thinking - GGUF Model</ title >
7+ < meta name ="description " content ="Download Allthingsintel Apollo V0.1 4b Thinking GGUF model. 4.0 GB, 720 downloads, 1 likes. ">
8+ < meta name ="keywords " content ="Allthingsintel Apollo V0.1 4b Thinking, GGUF, Q8_0, Unknown, download, AI model ">
9+ < link rel ="canonical " href ="https://local-ai-zone.github.io/models/allthingsintel-apollo-v0-1-4b-thinking.html ">
10+ < meta property ="og:title " content ="Allthingsintel Apollo V0.1 4b Thinking - GGUF Model ">
11+ < meta property ="og:description " content ="Download Allthingsintel Apollo V0.1 4b Thinking GGUF model. 4.0 GB, 720 downloads. ">
12+ < meta property ="og:url " content ="https://local-ai-zone.github.io/models/allthingsintel-apollo-v0-1-4b-thinking.html ">
13+ < meta property ="og:type " content ="website ">
14+ < style >
15+ : root {--primary-color : # 3B82F6 ;--secondary-color : # 6B7280 ;--success-color : # 10B981 ;--card-background : # FFFFFF ;--text-primary : # 111827 ;--text-secondary : # 6B7280 ;--border-color : # E5E7EB ;--border-radius : 8px ;--shadow-md : 0 4px 6px -1px rgba (0 , 0 , 0 , 0.1 );--transition : all 0.2s ease-in-out}
16+ * {box-sizing : border-box;margin : 0 ;padding : 0 }
17+ body {font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI' , Roboto, sans-serif;background : # F9FAFB ;color : var (--text-primary );line-height : 1.6 ;padding : 20px }
18+ .container {max-width : 400px ;margin : 0 auto}
19+ .model-card {background : var (--card-background );border : 1px solid var (--border-color );border-radius : var (--border-radius );padding : 1.5rem ;box-shadow : var (--shadow-md )}
20+ .model-card-header {display : flex;justify-content : space-between;align-items : flex-start;margin-bottom : 1rem }
21+ .model-number {background : var (--primary-color );color : white;padding : 0.25rem 0.5rem ;border-radius : var (--border-radius );font-size : 0.75rem ;font-weight : 600 }
22+ .model-metrics {display : flex;align-items : center;gap : 0.75rem }
23+ .download-count , .engagement-count {display : flex;align-items : center;gap : 0.25rem ;font-size : 0.75rem ;color : var (--text-secondary )}
24+ .engagement-count .engagement-icon {font-size : 0.875rem }
25+ .engagement-count .engagement-number {font-weight : 500 }
26+ .model-name-container {margin-bottom : 1rem }
27+ .model-name {font-size : 1.125rem ;font-weight : 600 ;color : var (--text-primary );margin : 0 ;word-break : break-word}
28+ .model-details {display : grid;grid-template-columns : auto 1fr ;gap : 0.5rem 1rem ;margin-bottom : 1.5rem ;font-size : 0.875rem }
29+ .detail-label {color : var (--text-secondary );font-weight : 500 }
30+ .detail-value {color : var (--text-primary )}
31+ .quantization-badge {background : # EFF6FF ;color : var (--primary-color );padding : 0.125rem 0.5rem ;border-radius : 9999px ;font-size : 0.75rem ;font-weight : 500 }
32+ .system-requirements {margin-bottom : 1.5rem ;padding : 1rem ;background : # F8FAFC ;border : 1px solid var (--border-color );border-radius : var (--border-radius )}
33+ .requirements-title {font-size : 0.875rem ;font-weight : 600 ;color : var (--text-primary );margin-bottom : 0.75rem }
34+ .requirements-grid {display : grid;grid-template-columns : repeat (auto-fit, minmax (120px , 1fr ));gap : 0.75rem }
35+ .requirement-item {display : flex;align-items : center;gap : 0.5rem }
36+ .requirement-item .gpu-required {grid-column : 1 / -1 }
37+ .requirement-icon {font-size : 1rem }
38+ .requirement-content {display : flex;flex-direction : column;gap : 0.125rem }
39+ .requirement-label {font-size : 0.75rem ;color : var (--text-secondary );font-weight : 500 }
40+ .requirement-value {font-size : 0.75rem ;color : var (--text-primary );font-weight : 600 }
41+ .compatibility-indicator {margin-top : 0.5rem ;text-align : center}
42+ .compatibility-status {font-size : 0.75rem ;padding : 0.25rem 0.5rem ;border-radius : var (--border-radius );font-weight : 500 }
43+ .compatibility-status .compatible {background : # DCFCE7 ;color : # 166534 }
44+ .compatibility-status .incompatible {background : # FEE2E2 ;color : # DC2626 }
45+ .model-actions {display : flex;gap : 0.5rem ;flex-wrap : wrap}
46+ .btn {display : inline-flex;align-items : center;gap : 0.5rem ;padding : 0.5rem 1rem ;border-radius : var (--border-radius );text-decoration : none;font-size : 0.875rem ;font-weight : 500 ;transition : var (--transition )}
47+ .btn-primary {background : var (--primary-color );color : white}
48+ .btn-primary : hover {background : # 2563EB }
49+ .btn-secondary {background : # F3F4F6 ;color : var (--text-primary );border : 1px solid var (--border-color )}
50+ .btn-secondary : hover {background : # E5E7EB }
51+ .meta {margin-top : 1.5rem ;padding-top : 1rem ;border-top : 1px solid var (--border-color );font-size : 0.75rem ;color : var (--text-secondary )}
52+ .meta a {color : var (--primary-color );text-decoration : none}
53+ .meta a : hover {text-decoration : underline}
54+ </ style >
55+ </ head >
56+ < body >
57+ < div class ="container ">
58+ < div class ="model-card ">
59+ < div class ="model-card-header ">
60+ < div class ="model-number "> #1</ div >
61+ < div class ="model-metrics ">
62+ < div class ="download-count " title ="720 downloads ">
63+ < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="currentColor ">
64+ < path d ="M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z "/>
65+ </ svg >
66+ 720
67+ </ div >
68+ < div class ="engagement-count " title ="1 likes ">
69+ < span class ="engagement-icon "> 🤍</ span >
70+ < span class ="engagement-number "> 1</ span >
71+ </ div >
72+ </ div >
73+ </ div >
74+ < div class ="model-name-container ">
75+ < h3 class ="model-name " title ="Allthingsintel Apollo V0.1 4b Thinking "> Allthingsintel Apollo V0.1 4b Thinking</ h3 >
76+ </ div >
77+ < div class ="model-details ">
78+ < span class ="detail-label "> Quantization:</ span >
79+ < span class ="detail-value ">
80+ < span class ="quantization-badge "> Q8_0</ span >
81+ </ span >
82+ < span class ="detail-label "> File Size:</ span >
83+ < span class ="detail-value "> 4.0 GB</ span >
84+ < span class ="detail-label "> Model Type:</ span >
85+ < span class ="detail-value "> Unknown</ span >
86+ < span class ="detail-label "> License:</ span >
87+ < span class ="detail-value " title ="Not specified "> Not specified</ span >
88+ < span class ="detail-label "> Upload Date:</ span >
89+ < span class ="detail-value "> November 3, 2025 (Recently uploaded)</ span >
90+ </ div >
91+
92+ < div class ="system-requirements ">
93+ < h4 class ="requirements-title "> System Requirements</ h4 >
94+ < div class ="requirements-grid ">
95+ < div class ="requirement-item ">
96+ < div class ="requirement-icon "> 🖥️</ div >
97+ < div class ="requirement-content ">
98+ < span class ="requirement-label "> CPU</ span >
99+ < span class ="requirement-value "> 4+ cores</ span >
100+ </ div >
101+ </ div >
102+ < div class ="requirement-item ">
103+ < div class ="requirement-icon "> 💾</ div >
104+ < div class ="requirement-content ">
105+ < span class ="requirement-label "> RAM</ span >
106+ < span class ="requirement-value "> 8+ GB</ span >
107+ </ div >
108+ </ div >
109+
110+ </ div >
111+
112+ < div class ="compatibility-indicator ">
113+ < span class ="compatibility-status compatible "> ✅ Entry Level+ compatible</ span >
114+ </ div >
115+
116+ </ div >
117+
118+ < div class ="model-actions ">
119+ < a href ="https://huggingface.co/bartowski/AllThingsIntel_Apollo-V0.1-4B-Thinking-GGUF/resolve/main/AllThingsIntel_Apollo-V0.1-4B-Thinking-Q8_0.gguf " class ="btn btn-primary ">
120+ < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
121+ < path d ="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4 "/>
122+ < polyline points ="7,10 12,15 17,10 "/>
123+ < line x1 ="12 " y1 ="15 " x2 ="12 " y2 ="3 "/>
124+ </ svg >
125+ Download GGUF
126+ </ a >
127+ < a href ="https://huggingface.co/bartowski/AllThingsIntel_Apollo-V0.1-4B-Thinking-GGUF " class ="btn btn-secondary ">
128+ < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="currentColor ">
129+ < path d ="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z "/>
130+ </ svg >
131+ Hugging Face
132+ </ a >
133+ </ div >
134+ < div class ="meta ">
135+ < p > Pre-rendered page for Allthingsintel Apollo V0.1 4b Thinking. < a href ="https://local-ai-zone.github.io/?model=allthingsintel-apollo-v0-1-4b-thinking "> View in full site</ a > | < a href ="https://local-ai-zone.github.io "> Browse all models</ a > </ p >
136+ </ div >
137+ </ div >
138+ </ div >
139+ </ body >
140+ </ html >
0 commit comments