Lexica vs Soup CLI: Features, Pricing & Which Is Better (2026)
A side-by-side comparison of Lexica and Soup CLI — features, pricing, and ideal use cases — to help you decide which AI tool fits your workflow.
Lexica
Lexica
State-of-the-art image generation engine and searchable gallery for AI-generated images and prompts.
Key features
- Prompt-Indexed Image Search: Search a large corpus of generated images by prompt text, keywords, and visual examples to quickly find relevant outputs and inspiration.
- Prompt Library and Metadata: Expose original prompts alongside image metadata (model, seeds, settings) so users can inspect and reuse precise generation parameters.
- API Access and Integrations: Programmatic access (used by community wrappers) enables integration into third-party tools, pipelines, and automation workflows.
- Gallery Browsing and Visualization: Curated gallery views and browsing tools let users explore styles, compositions, and trending prompts for creative ideation.
- Download and Export: Copy or export prompts and associated images to reuse or iterate in local generation workflows and design projects.
- Inspiration and Discovery Tools: Surf collections and example outputs to discover new prompt patterns, styles, and visual approaches for rapid concept development.
- Web-based searchable gallery of generated images and their prompts
- Prompt discovery and browsing interface
- Community GitHub repos for site assets and issue tracking
- Unofficial programmatic access via community wrappers (e.g., Qewertyy/LexicaAPI Python wrapper)
- Integration use-cases demonstrated: upscaling, anti-NSFW filtering, Telegram bots and other third-party tools
- Public-facing site assets for an Android game (lexica.github.io) and related sharing/feature requests
Best for
- Prompt Engineering and Optimization: Search for example prompts that produce desired visual traits, then adapt and iterate on them to refine model outputs.
- Creative Concepting and Moodboards: Browse curated galleries to assemble visual references for concept art, storyboards, and design briefs.
- Content Creation and Marketing Assets: Find or adapt image prompts to produce on-brand visuals for campaigns, social media, and advertising.
- Tool and Pipeline Integration: Use the API (via wrappers) to programmatically fetch example images and prompts for automated workflows or apps.
- Educational Demonstrations: Show concrete prompt→image examples to teach generative model behavior and prompt design techniques.
- Dataset Exploration and Research: Collect prompt-image pairs as examples for analysis, benchmarking, or research into generative model outputs.
- Discovering and iterating on image-generation prompts and styles
- Programmatic search/retrieval of prompt+image pairs via community APIs/wrappers
- Building image-processing pipelines (upscalers, moderation filters) that leverage indexed results
- Integrating Lexica data into chatbots and social or news aggregation tools
- Educational/demonstration use via the public website and Android game
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
