Text Generation
MLX
Safetensors
English
Korean
qwen3_5_moe
qwen-agentworld
abliterated
4-bit precision
quantized
conversational
Instructions to use Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit 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("Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit") 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 Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit"
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": "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit" } ] } } }Run Pi
# Start Pi in your project directory: pi
- MLX LM
How to use Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit", "messages": [ {"role": "user", "content": "Hello"} ] }' - Hermes Agent
How to use Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit 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 "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit"
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 Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit"
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 "Jiunsong/SuperQwen-AgentWorld-35B-A3B-abliterated-mlx-4bit" \ --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"
| 06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523 ./tokenizer.json | |
| 0a30797489b66214f5ee2fa58ad34a75e512683d8886abaec97b39188a5c88c2 ./model-00001-of-00004.safetensors | |
| 40c71b01a4d1af34d360526a2645f1eea0c9db2cdd2da2a60352514591758ec9 ./.gitattributes | |
| 59e2a68084f1dbe6673ea2f157d30634ca872b28734472f1912de499680c8b8c ./generation_config.json | |
| 78a73c9b9e76da6830905f6ceae5bdf8b25a10192ab8d0e70fabe6a109b9e938 ./model-00003-of-00004.safetensors | |
| 88be0f202e8ea1f8025599d61e62ab25fa9d8338a4d96ac3f5926d75700fb024 ./README.md | |
| a9b1ec77e912db026d951ec1a3eeaf555e6b2304c2d6aa9eb9885bc3ea2e0e25 ./tokenizer_config.json | |
| b7547e7f2c0c62108a66478ee2b59a76a08199f99f1c492b800c9227c4d5ebe8 ./chat_template.jinja | |
| c118f13c0dcb729e4ca2e3d653ab193067551eb1a6410badb5192eb426104f36 ./model.safetensors.index.json | |
| eebb7d8b73e07a882aab7eae308563371ca9a080a91b934e2764d06acd2580ae ./config.json | |
| f2ca6c5b6efe564fe18fa387e9ae8f091ba9262f563863763bae4c5a9af8f2fe ./model-00004-of-00004.safetensors | |
| f5b1b3b063b78782fc12d2425dd7588b3b1462c08eb44d79ec8fc46f710d7b64 ./model-00002-of-00004.safetensors | |