How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

About this model

This model was created by merging Qwen3.6-35B-A3B and Nex-N2-mini using Task Arithmetic with an 80/20 weighting ratio. The merge was performed using Minerve-Fusion, a tool that will be released open-source in the near future.

⚠️ This is a beta release. Testing and feedback are highly encouraged!

Downloads last month
202
Safetensors
Model size
36B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta

Merge model
this model

Collection including Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta