prunaai/gpt-oss-20b-fast 🔢📝 → 📝
About
Advanced 20B open-weight reasoning models to customize for any use case and run anywhere.
Example Output
Output
There are 3 letter “r”’s in the word strawberry.
Performance Metrics
0.35s
Prediction Time
0.36s
Total Time
All Input Parameters
{
"top_p": 0.95,
"message": "How many rs are in the word 'strawberry'?",
"max_tokens": 2048,
"temperature": 0.7
}
Input Parameters
- top_p
- Nucleus sampling: only consider tokens with cumulative probability up to this value
- message
- The user message to send to the model
- max_tokens
- Maximum number of tokens to generate
- temperature
- Sampling temperature (higher = more creative, lower = more deterministic)
- system_prompt
- Optional system prompt to set the model's behavior
Output Schema
Output
Version Details
- Version ID
04455067a777d85ee636cd30f6b6547075a62c0f5f20d2f00e58d459a30e80d3- Version Created
- February 20, 2026