Text-to-Text (LLM Diffusion)
Text-to-Text (LLM Diffusion)
Generate text through iterative refinement with SGLang diffusion language models
Diffusion Language Models generate text through iterative refinement rather than autoregressive token-by-token generation. The model starts with masked tokens and progressively replaces them with predictions, refining low-confidence tokens each step. See the Diffusion Overview for backend setup.
LLM diffusion is auto-detected: when --dllm-algorithm is set, the worker automatically uses DiffusionWorkerHandler without needing a separate flag. For more details on diffusion algorithms, see the SGLang Diffusion Language Models documentation.
Launch
See the launch script for configuration options.