Text Generation
MLX
Safetensors
English
qwen3_5
ravenx
iq-injection
mtp
esi
encrypted-ai
speculative-decoding
frontier-distillation
security
coding
finance
trading
pentesting
apple-silicon
qwen3.8
conversational
4-bit precision
Instructions to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP" } ] } } }Run Pi
# Start Pi in your project directory: pi
- MLX LM
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP", "messages": [ {"role": "user", "content": "Hello"} ] }' - Hermes Agent
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP"
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-MLX-MTP" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,21 +24,46 @@ pipeline_tag: text-generation
|
|
| 24 |
library_name: mlx
|
| 25 |
---
|
| 26 |
|
| 27 |
-
# RavenXAILabsLLC
|
| 28 |
|
| 29 |
-
###
|
| 30 |
|
| 31 |
-
<img src="https://img.shields.io/badge/RavenX-AI%20Labs-black?style=for-the-badge" /> <img src="https://img.shields.io/badge/
|
| 32 |
|
| 33 |
---
|
| 34 |
|
| 35 |
-
##
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
---
|
| 44 |
|
|
|
|
| 24 |
library_name: mlx
|
| 25 |
---
|
| 26 |
|
| 27 |
+
# RavenXAILabsLLC — Qwen3.8-27B Unified Frontier Model
|
| 28 |
|
| 29 |
+
### 8 frontier AI labs. 1,159,426 examples. One model that thinks before it answers.
|
| 30 |
|
| 31 |
+
<img src="https://img.shields.io/badge/RavenX-AI%20Labs%20LLC-black?style=for-the-badge" /> <img src="https://img.shields.io/badge/8%20Frontier%20Models-IQ%20Injected-blue?style=for-the-badge" /> <img src="https://img.shields.io/badge/Benchmark-93%25%20(67%2F72)-green?style=for-the-badge" /> <img src="https://img.shields.io/badge/Patent%20Pending-3%20USPTO%20Filings-red?style=for-the-badge" /> <img src="https://img.shields.io/badge/ESI%20+%20MTP-Drafter%20Bundled-purple?style=for-the-badge" />
|
| 32 |
|
| 33 |
---
|
| 34 |
|
| 35 |
+
## Frontier Intelligence, Unified
|
| 36 |
|
| 37 |
+
This model doesn't specialize. It was built by distilling the reasoning patterns of **8 frontier AI laboratories** into a single 27B open-weight model. The result thinks like a 70B — across every domain.
|
| 38 |
|
| 39 |
+
| Frontier Lab | What It Contributed | Examples |
|
| 40 |
+
|-------------|-------------------|----------|
|
| 41 |
+
| **X-Coder** (CodeFlame) | Multi-solution coding, verified implementations, novel decomposition | 823,991 |
|
| 42 |
+
| **BitAgent** | Agentic tool calling, function chains, API orchestration | 200,349 |
|
| 43 |
+
| **GLM-5.2** (Zhipu AI) | Chain-of-thought reasoning, structured analysis | 38,597 |
|
| 44 |
+
| **FABLE.5** (Anthropic-class) | Frontier reasoning traces, debug methodology | 35,822 |
|
| 45 |
+
| **Kimi K2.7** (Moonshot AI) | Efficient coding patterns, optimization | 8,949 |
|
| 46 |
+
| **GPT-5.6** (OpenAI-class) | Analytical reasoning, Sol/Luna dual-mode | 7,029 |
|
| 47 |
+
| **Claude Mythos** (Anthropic-class) | Mathematical proof, deep reasoning | 214 |
|
| 48 |
+
| **Multi-Model Consensus** | Cross-model distillation (Qwen/GLM/Kimi/GPT/Gemini/Claude/Fable/Mythos) | 18,227 |
|
| 49 |
+
| **RavenX Security** | Vulnerability analysis, red-team, safety alignment | 619 |
|
| 50 |
+
| | **Total** | **1,159,426** |
|
| 51 |
|
| 52 |
+
Every example is **think-stripped** — the frontier model's internal planning process is preserved in the response structure, but explicit reasoning tags are removed. The model doesn't need instructions to think. **It thinks because the reasoning is in the weights.**
|
| 53 |
+
|
| 54 |
+
### What does "Unified Frontier" mean?
|
| 55 |
+
|
| 56 |
+
```
|
| 57 |
+
Standard model: "SQL injection is when an attacker..."
|
| 58 |
+
(dumps answer immediately)
|
| 59 |
+
|
| 60 |
+
This model: "The user wants a concise explanation.
|
| 61 |
+
I need to be accurate and cover the key mechanism.
|
| 62 |
+
SQL injection is when an attacker..."
|
| 63 |
+
(plans, then answers)
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
**93% benchmark** across 18 tests: coding, security, finance, reasoning, self-improvement, and trading. All on Apple Silicon. 15.5 GB memory. The 27B that thinks like a 70B.
|
| 67 |
|
| 68 |
---
|
| 69 |
|