- Streaming: Get responses block-by-block for instant feedback—ideal for chat and live applications.
- Diffusing: Optionally visualize how noisy outputs are refined into final text, showcasing the model’s iterative denoising process.
Streaming
Stream the response block-by-block as it is generated.Diffusion
Setdiffusing to true to stream the model’s intermediate denoising steps. Each chunk contains the full text as it is refined into the final answer.