gpt-oss-120b is an open-weight language model released by OpenAI as part of its gpt-oss family, built on a Mixture-of-Experts architecture with 117 billion total parameters and 5.1 billion activated per forward pass. Native MXFP4 quantization lets the weights run efficiently on a single H100 GPU, lowering the barrier to self-hosted or high-throughput deployments. The model is trained in OpenAI's Harmony response format and exposes configurable reasoning depth along with full chain-of-thought access, giving developers explicit control over how much deliberation happens before each answer.
Beyond text generation, gpt-oss-120b is designed for agentic and production workloads, with native support for function calling, browsing, and structured output generation that fits into pipelines requiring JSON-constrained responses or external tool orchestration. Third-party listings report strong results on graduate-level reasoning evaluations such as GPQA Diamond, alongside competitive scores on instruction-following and conversational agent benchmarks, indicating a balanced profile rather than a narrow specialist. Open weights, a long context window, and adjustable reasoning effort make it a practical fit for teams that want a transparent reasoning model they can fine-tune or self-host while still benefiting from OpenAI-aligned agentic capabilities.