What it is
The job it was built for, and the job it is not for.
gpt-oss-20b is a small open-weight language model built to be downloaded and run rather than rented, with the Apache 2.0 licence putting no restriction on commercial use or fine-tuning. The sparse Mixture-of-Experts layout means only a fraction of its parameters fire on any given token, so it behaves like a much smaller model at inference time. It handles text only, so anything involving images, audio or document vision needs a different model.