openai/gpt-oss-20b 🔢📝 → 📝
About
20b open-weight language model from OpenAI
Example Output
Prompt:
"How many "r"s are in strawberry?"
Output
There are 3 “r” letters in the word strawberry.
Performance Metrics
1.57s
Prediction Time
1.57s
Total Time
All Input Parameters
{
"top_p": 1,
"prompt": "How many \"r\"s are in strawberry?",
"max_tokens": 1024,
"temperature": 0.1,
"presence_penalty": 0,
"frequency_penalty": 0
}
Input Parameters
- top_p
- Top-p (nucleus) sampling
- prompt
- Prompt
- max_tokens
- The maximum number of tokens the model should generate as output.
- temperature
- The value used to modulate the next token probabilities.
- presence_penalty
- Presence penalty
- frequency_penalty
- Frequency penalty
Output Schema
Output
Example Execution Logs
Prompt: How many "r"s are in strawberry? Input token count: 9 Output token count: 17 TTFT: 0.92s Tokens per second: 10.86 Total time: 1.57s
Version Details
- Version ID
73e7f568d3c53781e8bd3cc519cf77254463d1580f84d71484fad2c6166df2d0- Version Created
- November 12, 2025