openai / gpt-oss-20b

huggingface.co
Total runs: 6.6M
24-hour runs: 0
7-day runs: 75.5K
30-day runs: -1.5M
Model's Last Updated: August 27 2025
text-generation

Introduction of gpt-oss-20b

Model Details of gpt-oss-20b

gpt-oss-20b

Try gpt-oss · Guides · Model card · OpenAI blog


Welcome to the gpt-oss series, OpenAI’s open-weight models designed for powerful reasoning, agentic tasks, and versatile developer use cases.

We’re releasing two flavors of these open models:

  • gpt-oss-120b — for production, general purpose, high reasoning use cases that fit into a single H100 GPU (117B parameters with 5.1B active parameters)
  • gpt-oss-20b — for lower latency, and local or specialized use cases (21B parameters with 3.6B active parameters)

Both models were trained on our harmony response format and should only be used with the harmony format as it will not work correctly otherwise.

This model card is dedicated to the smaller gpt-oss-20b model. Check out gpt-oss-120b for the larger model.

Highlights

  • Permissive Apache 2.0 license: Build freely without copyleft restrictions or patent risk—ideal for experimentation, customization, and commercial deployment.
  • Configurable reasoning effort: Easily adjust the reasoning effort (low, medium, high) based on your specific use case and latency needs.
  • Full chain-of-thought: Gain complete access to the model’s reasoning process, facilitating easier debugging and increased trust in outputs. It’s not intended to be shown to end users.
  • Fine-tunable: Fully customize models to your specific use case through parameter fine-tuning.
  • Agentic capabilities: Use the models’ native capabilities for function calling, web browsing , Python code execution , and Structured Outputs.
  • Native MXFP4 quantization: The models are trained with native MXFP4 precision for the MoE layer, making gpt-oss-120b run on a single H100 GPU and the gpt-oss-20b model run within 16GB of memory.

Inference examples

Transformers

You can use gpt-oss-120b and gpt-oss-20b with Transformers. If you use the Transformers chat template, it will automatically apply the harmony response format . If you use model.generate directly, you need to apply the harmony format manually using the chat template or use our openai-harmony package.

To get started, install the necessary dependencies to setup your environment:

pip install -U transformers kernels torch 

Once, setup you can proceed to run the model by running the snippet below:

from transformers import pipeline
import torch

model_id = "openai/gpt-oss-20b"

pipe = pipeline(
    "text-generation",
    model=model_id,
    torch_dtype="auto",
    device_map="auto",
)

messages = [
    {"role": "user", "content": "Explain quantum mechanics clearly and concisely."},
]

outputs = pipe(
    messages,
    max_new_tokens=256,
)
print(outputs[0]["generated_text"][-1])

Alternatively, you can run the model via Transformers Serve to spin up a OpenAI-compatible webserver:

transformers serve
transformers chat localhost:8000 --model-name-or-path openai/gpt-oss-20b

Learn more about how to use gpt-oss with Transformers.

vLLM

vLLM recommends using uv for Python dependency management. You can use vLLM to spin up an OpenAI-compatible webserver. The following command will automatically download the model and start the server.

uv pip install --pre vllm==0.10.1+gptoss \
    --extra-index-url https://wheels.vllm.ai/gpt-oss/ \
    --extra-index-url https://download.pytorch.org/whl/nightly/cu128 \
    --index-strategy unsafe-best-match

vllm serve openai/gpt-oss-20b

Learn more about how to use gpt-oss with vLLM.

PyTorch / Triton

To learn about how to use this model with PyTorch and Triton, check out our reference implementations in the gpt-oss repository .

Ollama

If you are trying to run gpt-oss on consumer hardware, you can use Ollama by running the following commands after installing Ollama .

# gpt-oss-20b
ollama pull gpt-oss:20b
ollama run gpt-oss:20b

Learn more about how to use gpt-oss with Ollama.

LM Studio

If you are using LM Studio you can use the following commands to download.

# gpt-oss-20b
lms get openai/gpt-oss-20b

Check out our awesome list for a broader collection of gpt-oss resources and inference partners.


Download the model

You can download the model weights from the Hugging Face Hub directly from Hugging Face CLI:

# gpt-oss-20b
huggingface-cli download openai/gpt-oss-20b --include "original/*" --local-dir gpt-oss-20b/
pip install gpt-oss
python -m gpt_oss.chat model/

Reasoning levels

You can adjust the reasoning level that suits your task across three levels:

  • Low: Fast responses for general dialogue.
  • Medium: Balanced speed and detail.
  • High: Deep and detailed analysis.

The reasoning level can be set in the system prompts, e.g., "Reasoning: high".

Tool use

The gpt-oss models are excellent for:

  • Web browsing (using built-in browsing tools)
  • Function calling with defined schemas
  • Agentic operations like browser tasks

Fine-tuning

Both gpt-oss models can be fine-tuned for a variety of specialized use cases.

This smaller model gpt-oss-20b can be fine-tuned on consumer hardware, whereas the larger gpt-oss-120b can be fine-tuned on a single H100 node.

Runs of openai gpt-oss-20b on huggingface.co

6.6M
Total runs
0
24-hour runs
8.4K
3-day runs
75.5K
7-day runs
-1.5M
30-day runs

More Information About gpt-oss-20b huggingface.co Model

More gpt-oss-20b license Visit here:

https://choosealicense.com/licenses/apache-2.0

gpt-oss-20b huggingface.co

gpt-oss-20b huggingface.co is an AI model on huggingface.co that provides gpt-oss-20b's model effect (), which can be used instantly with this openai gpt-oss-20b model. huggingface.co supports a free trial of the gpt-oss-20b model, and also provides paid use of the gpt-oss-20b. Support call gpt-oss-20b model through api, including Node.js, Python, http.

gpt-oss-20b huggingface.co Url

https://huggingface.co/openai/gpt-oss-20b

openai gpt-oss-20b online free

gpt-oss-20b huggingface.co is an online trial and call api platform, which integrates gpt-oss-20b's modeling effects, including api services, and provides a free online trial of gpt-oss-20b, you can try gpt-oss-20b online for free by clicking the link below.

openai gpt-oss-20b online free url in huggingface.co:

https://huggingface.co/openai/gpt-oss-20b

gpt-oss-20b install

gpt-oss-20b is an open source model from GitHub that offers a free installation service, and any user can find gpt-oss-20b on GitHub to install. At the same time, huggingface.co provides the effect of gpt-oss-20b install, users can directly use gpt-oss-20b installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

gpt-oss-20b install url in huggingface.co:

https://huggingface.co/openai/gpt-oss-20b

Url of gpt-oss-20b

gpt-oss-20b huggingface.co Url

Provider of gpt-oss-20b huggingface.co

openai
ORGANIZATIONS

Other API from openai

huggingface.co

Total runs: 5.4M
Run Growth: 1.1M
Growth Rate: 20.91%
Updated:August 27 2025
huggingface.co

Total runs: 2.0M
Run Growth: -176.2K
Growth Rate: -8.96%
Updated:February 29 2024
huggingface.co

Total runs: 1.7M
Run Growth: -1.8M
Growth Rate: -99.64%
Updated:February 29 2024
huggingface.co

Total runs: 908.4K
Run Growth: 272.1K
Growth Rate: 29.96%
Updated:February 29 2024
huggingface.co

Total runs: 800.2K
Run Growth: 268.3K
Growth Rate: 33.53%
Updated:February 29 2024
huggingface.co

Total runs: 283.1K
Run Growth: -171.2K
Growth Rate: -60.47%
Updated:April 23 2026
huggingface.co

Total runs: 212.7K
Run Growth: 125.1K
Growth Rate: 58.80%
Updated:January 23 2024
huggingface.co

Total runs: 140.4K
Run Growth: 87.9K
Growth Rate: 62.58%
Updated:January 23 2024
huggingface.co

Total runs: 24.8K
Run Growth: -59.3K
Growth Rate: -239.29%
Updated:February 29 2024
huggingface.co

Total runs: 2.9K
Run Growth: -232
Growth Rate: -7.87%
Updated:December 12 2023