Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2 Model Released with LM Studio Configuration

Model Details and Availability
The Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2-Q4_K_M-GGUF model is now available on HuggingFace. This model was created by merging two existing models: Jackrong's Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled-v2-GGUF and HauhauCS's Qwen3.5-9B-Uncensored-HauhauCS-Aggressive.
The merge preserves all training data and maintains accuracy on the Qwen 3.5 9B architecture using Float32 precision during the merging process. The model is trained on the Claude Opus 4.6 dataset available at https://huggingface.co/datasets/Roman1111111/claude-opus-4.6-10000x.
Recommended Configuration
For best performance in LM Studio 0.4.7 (build 4), use these settings:
- System Prompt: https://pastebin.com/pU25DVnB
- Temperature: 0.7
- Top K Sampling: 20
- Repeat Penalty: (disabled) or 1.0
- Presence Penalty: 1.5
- Top P Sampling: 0.8
- Min P Sampling: 0.0
- Seed: 3407
Performance and Hardware
On an RTX 3060, the model achieves 42 tokens per second in LM Studio. The creator notes it can run even faster on llama-server. The model was created in response to requests from users on Reddit and HuggingFace who wanted a big context window in uncensored smart local AI without requiring powerful GPUs.
The model is available at: https://huggingface.co/LuffyTheFox/Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2-GGUF
📖 Read the full source: r/LocalLLaMA
👀 See Also

Forge: Turn a Mac or Linux Machine into an Always-On Dev Host for AI Coding Agents
Forge is an open-source tool that installs a daemon to turn any Mac or Linux machine into a permanent, always-on development host. It keeps AI coding agents running when you walk away, provides a web dashboard for monitoring, and uses Tailscale for secure remote access via SSH.

Jan Adds One-Click OpenClaw Installation with Jan-v3-Base Model Integration
Jan now supports one-click installation of OpenClaw with direct integration to the Jan-v3-base model, keeping all operations local and private on your computer.

Qhatu: Platform Turns GitHub Repos into Pay-Per-Use Micro SaaS with Claude
Qhatu is a platform that takes a GitHub repository and deploys it as a pay-per-use micro SaaS with a generated frontend and integrated payment processing. The system uses Anthropic APIs to analyze code, generate Dockerfiles, and create storefront UIs.

Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics
A developer built a local dashboard that reads Claude Code's JSONL session files to visualize token usage, estimated costs, tool call breakdowns, and session history. The tool runs entirely on your machine with an Express API and React dashboard.