Model reference · open weights
gpt-oss is an open-weight language model from unsloth, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Read our How to Run gpt-oss Guide here! - Fine-tune gpt-oss-20b for free using our Google Colab notebook-Fine-tuning.ipynb) - Read our Blog about gpt-oss support: unsloth.ai/blog/gpt-oss - View the rest of our notebooks in our docs here. - Thank you to the llama.cpp team for their work on supporting this model. We wouldn't be able to release quants without them! The F32 quant is MXFP4 upcasted to BF16 for every single layer and is unquantized. gpt-oss-20b Details 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 the open models: - gpt-oss-120b — for production, general purpose, high reasoning use cases that fits 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. [!NOTE] 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.
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | unsloth |
|---|---|
| Type | Language models |
| Context | 128k tokens |
| Variants | 1 |
| Runs with | transformers |
| Based on | openai/gpt-oss-20b |
| Released | 2025-08-05 |
| Popularity | 547k downloads / month |
| Likes | 794 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| gpt-oss-20b-GGUF | — | GGUF | — | — | Weights ↗ |
Using it via the API
Once AxForge deploys unsloth-gpt-oss for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (unsloth-gpt-oss below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"unsloth-gpt-oss","messages":[{"role":"user","content":"Hello"}]}'
Details
Tags
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗