Albert-yz9yt commited on
Commit
a7814ec
·
verified ·
1 Parent(s): 927425b

Clarify CORE (tooling) vs Apex (reasoning) model lineup, add CORE-Ultra links

Browse files
Files changed (1) hide show
  1. README.md +35 -9
README.md CHANGED
@@ -7,15 +7,39 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- # BugTraceAI
11
 
12
- BugTraceAI provides fine-tuned language models and tools designed for application security validation, authorized web pentesting, and security engineering.
13
 
14
- ## Core Models
15
 
16
- - **BugTraceAI-CORE-Fast**: A fast, low-latency model tuned for triage, log summarization, and quick finding analysis.
17
- - **BugTraceAI-CORE-Pro**: A higher-capacity model for long-context investigation, report drafting, exploit-chain review, and remediation planning.
18
- - **BugTraceAI-Apex-G4-26B-Q4**: The Apex Predator of offensive security reasoning. A 26B Mixture-of-Experts model fine-tuned via DPO on elite bug bounty reports, malware methodologies, and WAF evasion techniques, featuring an injected Opus-style reasoning engine.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## What the Framework Focuses On
21
 
@@ -32,7 +56,9 @@ BugTraceAI systems are intended for authorized security work, defensive research
32
  ## Links
33
 
34
  - Organization: https://huggingface.co/BugTraceAI
35
- - Apex model: https://huggingface.co/BugTraceAI/BugTraceAI-Apex-G4-26B-Q4
36
- - Fast model: https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Fast
37
- - Pro model: https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Pro
 
 
38
  - Website: https://bugtraceai.com
 
7
  pinned: false
8
  ---
9
 
10
+ # BugTraceAI
11
 
12
+ BugTraceAI provides fine-tuned language models designed for application security validation, authorized web pentesting, security engineering, and offensive security research.
13
 
14
+ The model lineup is split into two distinct families with different purposes:
15
 
16
+ ---
17
+
18
+ ## 🔧 CORE Tooling Models
19
+
20
+ CORE models are built for **integration into pipelines, agents, and automated workflows**. They follow instructions precisely, produce structured output (JSON, templates, PoC skeletons), and are optimized for tool use — not open-ended reasoning.
21
+
22
+ | Model | Size | Best For |
23
+ |---|---|---|
24
+ | **BugTraceAI-CORE-Fast** | Small | Triage, log summarization, quick finding analysis |
25
+ | **BugTraceAI-CORE-Pro** | Medium | Long-context investigation, report drafting, exploit-chain review |
26
+ | **BugTraceAI-CORE-Ultra** | 27B (Q4/Q6) | Complex tool calls, structured PoC generation, multi-step agentic tasks |
27
+
28
+ > Use CORE models when you need reliable, structured output that feeds into a pipeline or automation layer.
29
+
30
+ ---
31
+
32
+ ## 🌋 Apex — Reasoning Model
33
+
34
+ Apex is built for **deep offensive security reasoning**. It thinks through problems step by step inside a `<thinking>` block before producing its answer, making it ideal for tasks where understanding *why* matters as much as the output itself.
35
+
36
+ | Model | Architecture | Best For |
37
+ |---|---|---|
38
+ | **BugTraceAI-G4-Apex** | 26B MoE (Gemma 4) | Exploit chain design, MITRE ATT&CK reasoning, C2 architecture, WAF evasion research |
39
+
40
+ > Use Apex when you need the model to reason deeply about a problem rather than execute a structured task.
41
+
42
+ ---
43
 
44
  ## What the Framework Focuses On
45
 
 
56
  ## Links
57
 
58
  - Organization: https://huggingface.co/BugTraceAI
59
+ - Apex (reasoning): https://huggingface.co/BugTraceAI/BugTraceAI-Apex-G4-26B-Q4
60
+ - CORE Ultra Q4 (tooling): https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q4
61
+ - CORE Ultra Q6 (tooling): https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6
62
+ - CORE Fast (tooling): https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Fast
63
+ - CORE Pro (tooling): https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Pro
64
  - Website: https://bugtraceai.com