About this model
GPT OSS 20B is the smaller of OpenAI's two open-weight gpt-oss models, designed for lower-latency, local, or specialized use cases. It is a Transformer using a Mixture-of-Experts architecture with about 21B total parameters but only 3.6B active per token, paired with Grouped Query Attention, rotary embeddings, and RMSNorm. Thanks to native MXFP4 quantization of the MoE layer, it runs within 16GB of memory, making it suitable for edge and consumer hardware. According to OpenAI, it delivers results on common benchmarks similar to its o3-mini reasoning model.
This particular listing is the Venice deployment running inside a Trusted Execution Environment, adding hardware attestation evidence so users can independently verify the execution environment — a confidentiality layer wrapped around the same open weights distributed under Apache 2.0.
Within this end-to-end-encrypted family, the 20B sits below its sibling GPT OSS 120B, which carries 117B total and 5.1B active parameters and targets higher-reasoning production workloads on a single 80GB GPU. The 20B trades that capacity for faster inference and a smaller memory footprint, while keeping the same Harmony response format, configurable reasoning levels, and agentic tooling.
Compared with the earlier non-confidential release, OpenAI GPT OSS 120B, the model itself is unchanged in weights; the distinction here is the verifiable TEE wrapper rather than any architectural revision. Both expose full chain-of-thought traces and remain fully fine-tunable, including on consumer hardware for this 20B variant.
This About section is AI-generated from public sources (Claude Opus 4.8), with no human editing. It may contain inaccuracies — verify critical details against the sources listed above.
Research & Papers
Primary reference paper for this model family, sourced from the HuggingFace model card.
Data sources: Venice API · HuggingFace · Wikipedia · arXiv — enrichment updated 1d ago