Soup CLI

Open-source CLI that auto-configures post-training (SFT, DPO, etc.) and fine-tunes large models on as little as 4 GB GPUs

Visit Website
trysoup.dev
Verified Free tier
Quick facts
What is it Open-source CLI that auto-configures post-training (SFT, DPO, etc.) and fine-tunes large models on as little as 4 GB GPUs
Pricing Free
Free tier Yes
Platform Desktop Application
Best for fine-tuning open-source LLMs, training preference alignment (DPO, ORPO, SimPO, KTO)
Domain registered 2026

Data updated Aug. 10, 2026

What does Soup CLI do?

Soup CLI is a free, open-source command-line tool that handles the entire post-training pipeline for language models — from data preparation to training, evaluation, and deployment. It doesn't just launch a training job; it inspects your data, picks the right method (SFT, DPO, ORPO, SimPO, KTO, and more), writes the training config for you, derives eval tasks from your own data, and gates every saved checkpoint on a pass/fail verdict. With 23 methods, 142 recipes, and 17 quantization formats, it's a remarkably comprehensive toolkit for anyone fine-tuning or aligning open-source LLMs.

What makes Soup stand out is its layer streaming feature. Most fine-tuning tools require you to load the entire frozen base model into VRAM, which limits what you can train on consumer hardware. Soup keeps the frozen base in CPU RAM or NVMe and streams one decoder layer at a time into VRAM, quantizing it to 4-bit as it goes. On a 4 GB RTX 3050 laptop GPU, that means you can fine-tune Llama-3.1-8B at 119 tokens per second using only 3.32 GB of VRAM. The same streaming approach works for preference tuning methods like DPO, where the reference model is just the streamed base with its adapters turned off — no extra weights needed. Soup also includes a pre-flight check that refuses to start a run that won't fit your hardware, saving you from wasting GPU hours on doomed attempts.

Soup is built for machine learning engineers, AI researchers, and advanced hobbyists who want to fine-tune or align open-source models on their own hardware — especially when that hardware is a laptop or a single consumer GPU. It's ideal for experimenting with different training methods, running preference tuning without a server farm, or migrating from tools like LLaMA-Factory or Axolotl. The CLI is straightforward: initialize a project, point it at your data, and run. If you're already using another fine-tuning framework, a single `soup migrate` command converts your existing config. Soup Zero, a desktop workbench with a GUI and monitoring layer, is also in development.

#ai agents#ai chatbots#ai-generative-media#ai-metrics-and-evaluation#ai voice agents#code-review-tools#community management#graphic design tools#lead generation#llm-developer-tools#marketing automation#no-code platforms#notes-documents#predictive ai#productivity#professional networking#static-site-generators#team collaboration#vibe coding#video editing

Key features

What makes it stand out
01
Auto-generates training configs — no manual tuning of learning rate, quantization, or epochs
02
Layer streaming lets you fine-tune 8B-parameter models on 4 GB GPUs by streaming the frozen base from RAM
03
Supports 23 training methods including SFT, DPO, ORPO, SimPO, and KTO with built-in reward hacking correction
04
Pre-flight validation checks that a run will fit your hardware before it starts
05
Eval-driven gating — every saved checkpoint gets a SHIP / DON'T-SHIP verdict derived from your own data

Who is Soup CLI for?

Who benefits most from this tool
fine-tuning open-source LLMs
training preference alignment (DPO, ORPO, SimPO, KTO)
running training on low-VRAM GPUs

Trust & presence

Domain Domain registered 2026

Alternatives in Developer Tools

Sweep AI Verified Developer Tools

AI coding assistant for JetBrains IDEs — get intelligent autocomplete and code suggestions directly in your editor

Paperspace Verified Developer Tools

Cloud GPU platform for developing, training, and deploying AI/ML models with NVIDIA H100 GPUs.

Top 100k site
Simplepod Verified Developer Tools

Cloud GPU rental platform for AI/ML development — choose between VPS or Docker instances with pay-as-you-go pricing

Liquid AI Verified Developer Tools

Device-native AI foundation models that run on phones, laptops, and cars — fine-tune and deploy locally.

Hyperstack Verified Developer Tools

On-demand cloud GPU platform for AI and ML workloads — deploy NVIDIA H100, H200, and Blackwell GPUs in minutes.

SupaLaunch Verified Developer Tools

A Next.js and Supabase starter kit for building SaaS apps — includes auth, payments, AI components, and a landing page.

Trooper.AI Verified Developer Tools

Rent private, pre-configured GPU servers in the EU for AI development, training, and model inference.

Unsloth AI Verified Developer Tools

Unsloth Fine-tunes LLMs (Llama 3, Mistral, Gemma, Qwen, Phi) 2x faster with up to 80% less memory. Open-source, with free Colab notebooks. Now with reasoning capabilities!

Similar tools

Suppa Verified Chat & Assistants

No-code AI chatbot builder for customer support — connect knowledge sources, automate responses, and deploy anywhere

n8n
SupBot Verified Customer experience

AI customer support chatbot — train it on your business data, deploy instantly to handle support queries 24/7

SUAPP AI Verified Architectural Design

AI-powered design suite for architects and designers — generate renderings, 3D models, animations, and get design assistance from text or images.

Share X LinkedIn Telegram
Soup CLI Visit