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
432f06c0c39f7bb0d88dc2cbe82e94bcc8760b25198a68bd277e567f26e0e22e
- Version Created
- October 13, 2025