Albert-yz9yt commited on
Commit
f326b8c
·
verified ·
1 Parent(s): f807bb0

Add Apex model to Org Card UI

Browse files
Files changed (1) hide show
  1. index.html +5 -0
index.html CHANGED
@@ -131,6 +131,10 @@
131
  <h2>CORE-Pro</h2>
132
  <p>Higher-capacity BugTraceAI model for long-context investigation, professional reporting, exploit-chain review, and remediation planning.</p>
133
  </article>
 
 
 
 
134
  <article class="card">
135
  <h2>Framework</h2>
136
  <p>BugTraceAI is an agentic web pentesting framework designed for authorized security operations, defensive research, and evidence-based analysis.</p>
@@ -139,6 +143,7 @@
139
 
140
  <div class="links">
141
  <a class="button" href="https://huggingface.co/BugTraceAI">Organization</a>
 
142
  <a class="button" href="https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Fast">CORE-Fast</a>
143
  <a class="button" href="https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Pro">CORE-Pro</a>
144
  <a class="button" href="https://bugtraceai.com">Website</a>
 
131
  <h2>CORE-Pro</h2>
132
  <p>Higher-capacity BugTraceAI model for long-context investigation, professional reporting, exploit-chain review, and remediation planning.</p>
133
  </article>
134
+ <article class="card">
135
+ <h2 style="color: var(--accent-2);">Apex (26B)</h2>
136
+ <p>The Apex Predator of offensive security reasoning. An uncensored 26B MoE running Opus-style thinking, fine-tuned over elite bug bounty data.</p>
137
+ </article>
138
  <article class="card">
139
  <h2>Framework</h2>
140
  <p>BugTraceAI is an agentic web pentesting framework designed for authorized security operations, defensive research, and evidence-based analysis.</p>
 
143
 
144
  <div class="links">
145
  <a class="button" href="https://huggingface.co/BugTraceAI">Organization</a>
146
+ <a class="button" href="https://huggingface.co/BugTraceAI/BugTraceAI-Apex-G4-26B-Q4" style="border-color: rgba(128, 240, 199, 0.4); background: rgba(128, 240, 199, 0.08);">Apex</a>
147
  <a class="button" href="https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Fast">CORE-Fast</a>
148
  <a class="button" href="https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Pro">CORE-Pro</a>
149
  <a class="button" href="https://bugtraceai.com">Website</a>