Documentation Index
Fetch the complete documentation index at: https://docs.veri.studio/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Veri supports two training methods across different model types:- GRPO for language models (86 curated LLMs)
- Video Gen SFT for video generation models (10 curated models)
Language Models (GRPO)
For most teams, the best starting point is the smallest model that can already do the task reasonably well before fine-tuning.Start small for fast iteration
If you are validating a workflow, reward function, or dataset shape, start with a smaller instruct model first. That gives you:- cheaper experiments
- faster feedback loops
- easier debugging when outputs look wrong
Move up only when quality requires it
Use larger models when you need:- stronger reasoning
- better function selection
- more reliable long-form outputs
- more headroom after fine-tuning
Video Generation Models (SFT)
Video gen SFT uses LoRA fine-tuning on supported diffusion models. Currently supported families:| Family | Sizes | Notes |
|---|---|---|
| CogVideoX | 1.5B, 2B, 5B | Good starting point for video gen experiments |
| Wan2.1 | 1.3B, 14B | Small and large variants |
| LTX Video | 2B, 13B | Lightweight to large |
| Mochi | 1B | Smallest video gen option |
Good Starting Questions
Ask yourself:- Do I need the cheapest iteration loop or the best possible quality?
- Is the task language-based (GRPO) or video generation (SFT)?
- Do I need a model that is easy to serve in my current stack after training?
- How large a checkpoint can I realistically deploy?
Explore the Model Catalog
The model library is the best place to browse all supported models. Filter by LLM or Video Gen tabs. Open the model libraryNext Steps
- Quickstart
- GRPO Training
- Supervised Fine-Tuning for video gen models