prunaai/llada2.1-flash 🔢📝 → 📝
Performance
0.4sTypical run time
63Total runs
About
The smartest diffusion language model up to ~800+ tps
Example Output
Prompt:
"A train travels 120 km in 2 hours, then 180 km in 3 hours. What is the average speed for the entire trip? Show your reasoning step by step."
Output
To find the average speed for the entire trip, we use the formula:
$$
ext{Average Speed} = \frac{ ext{Total Distance}}{ ext{Total Time}}
$$
Step 1: Find the total distance traveled
The train travels:
- 120 km in the first part
- 180 km in the second part
So, total distance is:
$$
120, ext{km} + 180, ext{km} = 300, ext{km}
$$
Step 2: Find the total time taken
The train takes:
- 2 hours for the first part
- 3 hours for the second part
So, total time is:
$$
2, ext{hours} + 3, ext{hours} = 5, ext{hours}
$$
Step 3: Calculate the average speed
$$
ext{Average Speed} = \frac{300, ext{km}}{5, ext{hours}} = 60, ext{km/h}
$$
✅ Final Answer:
$$
\boxed{60, ext{km/h}}
$$
This is the average speed for the entire trip.
Performance Metrics
0.37s
Prediction Time
0.41s
Total Time
All Input Parameters
{
"prompt": "A train travels 120 km in 2 hours, then 180 km in 3 hours. What is the average speed for the entire trip? Show your reasoning step by step.",
"threshold": 0.85,
"max_tokens": 4096,
"block_length": 32,
"system_prompt": "You are a helpful assistant."
}
Input Parameters
- seed
- Random seed (unused for greedy decoding).
- prompt
- Prompt
- threshold
- dInfer confidence threshold (lower = faster, may reduce quality).
- max_tokens
- Maximum tokens to generate.
- block_length
- Block diffusion block size.
- system_prompt
- System prompt for chat models.
Output Schema
Output
Example Execution Logs
Generated 296 tokens in 0.37s (801.7 tok/s, 36 fwd)
Version Details
- Version ID
bfee1927f70d579e5d3e23514a18a380ae6640d361354729846ced130ea6ce5a- Version Created
- March 19, 2026