Massive Recipe Expansion (v0.31.0)

v0.31 grows the recipe catalog from 46 → 80 ready-made configs. Every category gets first-class coverage — vision, audio, reasoning, edge, domain specialists, and multimodal reasoning.

What's new

bash
soup recipes list                    # browse all 80
soup recipes search vision           # filter by category
soup recipes search reasoning
soup recipes search edge
soup recipes use llama3.2-vision-grpo

Vision (multimodal)

  • Pixtral-12B-2409pixtral-12b-sft + pixtral-dpo
  • Qwen2-VL — 7B + 72B (FSDP2 multi-GPU)
  • InternVL 2.5 — OpenGVLab vision
  • MiniCPM-V 2.6 — compact vision
  • Llama-3.2-Vision GRPO — multimodal reasoning

Audio (speech)

  • Qwen2-Audio-7B-Instruct — speech understanding
  • Whisper-large-v3 — ASR fine-tune
  • SeamlessM4T-v2 — speech translation

Reasoning

All 6 DeepSeek-R1-Distill sizes ship as recipes:

  • Qwen 1.5B / 7B / 14B / 32B
  • Llama 8B / 70B

Plus Qwen3-Coder 30B, Qwen3-30B-A3B reasoning (MoE), and Phi-4 reasoning.

Small / edge / mobile

  • SmolLM2 — 135M / 360M / 1.7B
  • Qwen2.5 — 0.5B / 1.5B / 3B
  • Gemma 2 — 2B
  • Phi-3.5-mini — 3.8B
  • Llama-3.2 — 1B / 3B

Domain specialists

  • Medical — BioMistral 7B, Meditron 7B
  • Code — CodeLlama 13B / 70B, Magicoder 6.7B
  • Math — Mathstral 7B
  • Finance — Llama-2-13b-finance starter
  • Mega-scale — Nemotron-4 340B (NVIDIA)

See also

  • [Recipes](/docs/recipes) — full 80-recipe catalog
  • [Vision & Audio](/docs/multimodal)