529 Downloads Updated 10 months ago
ollama run richardyoung/uigen-x-30b-moe:Q5_K_M
Updated 10 months ago
10 months ago
a92891f9e2cf · 22GB ·
Unsloth-tuned Qwen3 30B mixture-of-experts model for UI generation, heavy coding, reasoning, and agentic workflows.
UIGEN-X-30B-MoE is a GGUF distribution of Tesslate/UIGENT-30B-3A-Preview, an Unsloth-tuned, UI-generation-focused mixture-of-experts model built on Qwen/Qwen3-Coder-30B-A3B-Instruct.
The model uses a sparse MoE design: of its 30.5B total parameters, only 3.3B are activated per token (top 8 of 128 routed experts across 48 layers). This delivers the quality of a large model with the inference cost of a small one, making it practical to run locally for complete front-end UI generation, multi-step coding, and tool-using agent workflows. It natively supports a 256K-token context (extendable toward 1M with YaRN).
| Tag | Size | BPW | Notes |
|---|---|---|---|
q2_k |
11 GB | ~2.6 | Smallest, minimal-footprint deployments |
q3_k_s |
13 GB | ~3.4 | Lightweight laptops / experimentation |
Q4_K_M |
19 GB | ~4.8 | Recommended, best balance for 24 GB GPUs |
Q5_K_M |
22 GB | ~5.7 | Higher quality, near-FP responses |
Q6_K |
25 GB | ~6.6 | High fidelity |
q8_0 |
32 GB | ~8.5 | Near-lossless, benchmarking / re-quantization |
Tag casing matches the published tags exactly. Pull commands are case-sensitive.
# Recommended quantization (Q4_K_M)
ollama run richardyoung/uigen-x-30b-moe:Q4_K_M
# Smallest footprint
ollama run richardyoung/uigen-x-30b-moe:q2_k
# Best quality
ollama run richardyoung/uigen-x-30b-moe:q8_0
# Example: generate a UI
ollama run richardyoung/uigen-x-30b-moe:Q4_K_M "Build a responsive pricing page with three tiers using Tailwind CSS."
| VRAM | Recommended Tag | Performance |
|---|---|---|
| 12 GB | q2_k / q3_k_s |
Runs, may offload to CPU |
| 16 GB | Q4_K_M (partial offload) |
Good |
| 24 GB | Q4_K_M / Q5_K_M |
Excellent |
| 32 GB+ | Q6_K / q8_0 |
Maximum fidelity |
Because of the sparse MoE design, only ~3.3B parameters are active per token, so effective throughput is much faster than a dense 30B model at the same size.
Source Model: Tesslate/UIGENT-30B-3A-Preview
Base Model: Qwen/Qwen3-Coder-30B-A3B-Instruct
Architecture: Qwen3 MoE (Qwen3MoeForCausalLM)
Parameters: 30.5B total / 3.3B active per token
Experts: 128 routed experts, 8 activated per token
Layers: 48
Context Length: 262,144 tokens (256K), extendable toward 1M with YaRN
Quantization: GGUF (q2_k through q8_0) via llama.cpp
License: Apache 2.0
This model is provided as-is under the Apache 2.0 license. Generated UI code, application logic, and other output may contain errors, security issues, or accessibility gaps and must be reviewed and tested before any production use. The author of this distribution is not affiliated with Tesslate or the Qwen team and makes no warranty as to fitness for any purpose. Use responsibly and in accordance with applicable laws and the upstream model licenses.
Built & maintained by Richard Young · DeepNeuro