stepfun-ai/Step-3.7-Flash is Stepfun AI's 198B-A13B Mixture-of-Experts vision-language model. It builds on the Step-3.5-Flash language architecture and adds native image and video understanding for agentic developer workflows.
Step-3.7-Flash is positioned for agentic use cases where image or video context is part of the task. Target workflows include frontend development from mockups, data-processing tasks, screenshot-based debugging, and tool-calling agents that need stable structured outputs.
To set up your environment to run NeMo AutoModel, follow the installation guide.
Step-3.7-Flash targets high-throughput, low-latency inference for real-time developer loops. It continues support for agent frameworks such as OpenClaw, HermesAgent, and KiloClaw, with emphasis on tool-call stability.
Use image/video instruction data that matches the target agent workflow. Good candidates include:
For a full walkthrough of how multimodal datasets are preprocessed and integrated into NeMo AutoModel, including chat-template conversion and collate functions, see the Multi-Modal Dataset Guide.
This documentation-only branch does not add a ready-to-use recipe YAML. A future recipe should use stepfun-ai/Step-3.7-Flash as both the model and processor checkpoint and should be sized for a large VLM MoE run with pipeline parallelism and expert parallelism.
NeMo AutoModel supports several ways to launch training: the AutoModel CLI with Slurm, interactive sessions, torchrun, and more. For full details on Slurm batch jobs, multi-node configuration, and environment variables, see the Run on a Cluster guide.
Before running, make sure your cluster environment is configured following the Run on a Cluster guide.
export TRANSFORMERS_OFFLINE=1
export HF_HOME=/path/to/hf_cache
export HF_DATASETS_OFFLINE=1
export WANDB_API_KEY=your_wandb_key
srun --output=output.out \
--error=output.err \
--container-image /path/to/automodel26.02.image.sqsh \
--no-container-mount-home bash -c "
CUDA_DEVICE_MAX_CONNECTIONS=1 automodel \
/path/to/step_3_7_flash_recipe.yaml \
--nproc-per-node=8 \
--model.pretrained_model_name_or_path=/path/to/Step-3.7-Flash \
--processor.pretrained_model_name_or_path=/path/to/Step-3.7-Flash "
Before you start:
HF_HOME points to a shared cache visible from all nodes.HF_DATASETS_OFFLINE=1.wandb section in the recipe to record loss, throughput, and memory curves.The SFT and LoRA training loss curves are shown below.
SFT
LoRA