Hy4 preview vs Soup CLI: Features, Pricing & Which Is Better (2026)
A side-by-side comparison of Hy4 preview and Soup CLI — features, pricing, and ideal use cases — to help you decide which AI tool fits your workflow.
Hy4 preview
Tencent
Tencent's open-weight Hy4 preview, a 770B-parameter Mixture-of-Experts model with 49B active parameters and a 1M-token context window.
Key features
- 770B Mixture-of-Experts Architecture: Holds 770 billion total parameters while activating only 49 billion per token, so capacity scales without proportional inference cost.
- 1M-Token Context Window: Accepts inputs exceeding one million tokens, allowing whole codebases, long document sets or extended agent traces in a single prompt.
- Apache 2.0 Open Weights: Released under a permissive licence that allows commercial use, modification and redistribution with no separate agreement.
- Productivity Task Focus: Tuned for real-world coding, office work and scientific research rather than narrow benchmark optimisation.
- Multi-Product Availability: Accessible globally through Tencent's WorkBuddy, CodeBuddy, Yuanbao and ima applications in addition to the raw weights.
- API Access via TokenHub and OpenRouter: Can be called through Tencent Cloud TokenHub or OpenRouter for teams that prefer hosted inference over self-hosting.
Best for
- Whole-Repository Code Work: Load an entire codebase into the million-token context to reason about refactors and cross-file dependencies at once.
- Long-Horizon Agent Tasks: Drive multi-step agent workflows where the full history of tool calls and intermediate results must stay in context.
- Self-Hosted Deployment: Run a frontier-scale open-weight model on private infrastructure where data cannot leave the organisation.
- Scientific Literature Analysis: Ingest large collections of papers or experimental logs and synthesise findings without chunking the input.
- Office Document Processing: Summarise, draft and restructure long reports, contracts and spreadsheets in enterprise workflows.
- Commercial Fine-Tuning: Adapt the weights for a proprietary product under the Apache 2.0 licence without negotiating a model licence.
S
Soup CLI
MePlay, Inc.
Open-source CLI that runs the whole LLM post-training stack — SFT, DPO, ORPO — on a 4GB laptop GPU.
Key features
- Whole Post-Training Stack: SFT, DPO, ORPO, SimPO, KTO, and more in one CLI.
- Low-VRAM Streaming: Fine-tune Llama-3.1-8B on a 4 GB GPU by streaming the base from RAM/NVMe.
- Auto-Configured Runs: Task, LR, epochs, and quantization derived from rules instead of grid search.
- Self-Healing Training: Detects and self-corrects reward hacking mid-run.
- One-Command Migration: `soup migrate` converts LLaMA-Factory, Axolotl, and Unsloth configs.
- Ship Gate: Every checkpoint is evaluated and either passes or is rejected before saving.
- Broad Ecosystem: Integrates with HuggingFace, Ollama, vLLM, DeepSpeed, Unsloth, ONNX, TensorRT, W&B.
- MLX + Apple Adapter: First-class Apple silicon support.
Best for
- Fine-tuning open-source LLMs on a consumer laptop GPU
- Post-training alignment (DPO/ORPO) without a rented A100
- Migrating existing LLaMA-Factory / Axolotl pipelines to a simpler workflow
- Producing evaluated, ship-gated checkpoints for internal deployment
- Researchers experimenting with 23 training methods without rewriting scripts
