How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf lovedheart/Qwen3-Next-REAP-30B-A3B-Instruct-GGUF:
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 "lovedheart/Qwen3-Next-REAP-30B-A3B-Instruct-GGUF:" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

qwen3-next-instruction

Qwen3-Next-REAP-30B-A3B-Instruct has the following specifications:

  • Type: Causal Language Models
  • Number of Parameters: 30B in total and 3B activated
  • Hidden Dimension: 2048
  • Number of Layers: 48
  • Hybrid Layout: 12 * (3 * (Gated DeltaNet -> MoE) -> 1 * (Gated Attention -> MoE))
  • Gated Attention:
  • Number of Attention Heads: 16 for Q and 2 for KV
  • Head Dimension: 256
  • Rotary Position Embedding Dimension: 64
  • Gated DeltaNet:
    **Number of Linear Attention Heads: 32 for V and 16 for QK
    **Head Dimension: 128
  • Mixture of Experts:
  • **Number of Experts: 192 (uniformly pruned from 512)
  • **Number of Activated Experts: 10
  • **Number of Shared Experts: 1
  • Context Length: 262,144 natively and extensible up to 1,010,000 tokens
  • Compression Method: REAP (Router-weighted Expert Activation Pruning)
  • Compression Ratio: 62.5% expert pruning
Downloads last month
126
GGUF
Model size
31B params
Architecture
qwen3next
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for lovedheart/Qwen3-Next-REAP-30B-A3B-Instruct-GGUF

Quantized
(72)
this model

Collection including lovedheart/Qwen3-Next-REAP-30B-A3B-Instruct-GGUF