Awesome GPT-OSS [](https://awesome.re)

November 5, 2025 ยท View on GitHub

A curated list of awesome GPT-OSS resources, tools, tutorials, and projects. OpenAI's first fully open-source language model family since GPT-2.

GPT-OSS represents OpenAI's return to open-source AI development with two powerful reasoning models: gpt-oss-120b and gpt-oss-20b. Released under the Apache 2.0 license, these models deliver state-of-the-art performance with configurable reasoning effort, full chain-of-thought access, and native tool use capabilities.

๐Ÿ“‹ Table of Contents

๐Ÿข Official Resources

๐Ÿค– Models

Hugging Face Models

  • gpt-oss-120b - 120B parameter model (117B total, 5.1B active)
  • gpt-oss-20b - 20B parameter model (21B total, 3.6B active)

Model Specifications

ModelParametersActive ParametersMemory RequirementHardware
gpt-oss-120b117B5.1B80GBSingle H100
gpt-oss-20b21B3.6B16GBConsumer GPU

Key Features

  • Apache 2.0 License - Permissive open-source licensing
  • MXFP4 Quantization - Native 4-bit quantization for efficient inference
  • Mixture of Experts (MoE) - Optimized for performance and efficiency
  • Configurable Reasoning - Adjustable effort levels (low, medium, high)
  • Full Chain-of-Thought - Complete access to reasoning process
  • Tool Use Capabilities - Web browsing, Python execution, function calling

๐Ÿš€ Inference Engines

vLLM

Ollama

llama.cpp

Transformers

๐Ÿ’ป Local Deployment

Consumer Hardware

  • plux โ€” The fastest way to connect your files to AI. Think file explorer + โ€œadd to AIโ€ button โ€” discover, send, and manage your files with one click.
  • LM Studio - User-friendly desktop application
  • Jan - Open-source ChatGPT alternative
  • Msty - Multi-platform LLM client
  • Cherry Studio - Desktop client with Ollama support

Enterprise Hardware

โ˜๏ธ Cloud Deployment

Major Cloud Providers

Edge Computing

๐Ÿ› ๏ธ Development Tools

Python Libraries

JavaScript/TypeScript

APIs and Protocols

๐Ÿ”— Integrations

Chat Interfaces

  • plux โ€” The fastest way to connect your files to AI. Think file explorer + โ€œadd to AIโ€ button โ€” discover, send, and manage your files with one click.
  • Open WebUI - Feature-rich web interface
  • ChatGPT-Next-Web - Self-hosted ChatGPT UI
  • LibreChat - Multi-model chat platform
  • LobeChat - Modern chat interface

IDE Extensions

Agent Frameworks

๐ŸŽฏ Fine-tuning

Training Frameworks

Hardware Requirements

  • gpt-oss-120b: Single H100 node for LoRA fine-tuning
  • gpt-oss-20b: Consumer hardware compatible
  • Techniques: LoRA, QLoRA, Parameter-Efficient Fine-Tuning (PEFT)

๐Ÿ“ฑ Applications

Chatbots and Assistants

Coding Assistants

Research and Analysis

๐Ÿ“š Tutorials

Getting Started

Advanced Usage

Third-party Tutorials

๐Ÿ”ฌ Research

Academic Papers

Benchmarks and Evaluations

  • Reasoning: Near-parity with o4-mini on core benchmarks
  • Coding: Strong performance on Codeforces competitions
  • Mathematics: Excellent results on AIME 2024 & 2025
  • Tool Use: Superior performance on TauBench agentic evaluation
  • Health: Outperforms proprietary models on HealthBench

Performance Analysis

Educational Implementations

๐Ÿ›ก๏ธ Safety

Security Features

Safety Tools

๐Ÿ‘ฅ Community

Discussion Forums

GitHub Organizations

News and Updates

๐Ÿ“Š Comparison with Other Models

FeatureGPT-OSS-120bGPT-OSS-20bMeta Llama 3.3 70bDeepSeek-R1
LicenseApache 2.0Apache 2.0Custom LicenseMIT
Parameters117B (5.1B active)21B (3.6B active)70B671B (37B active)
Memory80GB16GB140GB340GB
Reasoningโœ… Highโœ… MediumโŒ Limitedโœ… Excellent
Tool Useโœ… Nativeโœ… Nativeโš ๏ธ Basicโœ… Advanced
CoT Accessโœ… Fullโœ… FullโŒ Hiddenโœ… Full

๐ŸŽ‰ Contributing

Contributions are welcome! Please read the contribution guidelines first.

How to Contribute

  1. Fork this repository
  2. Create a new branch for your addition
  3. Add your resource with a brief description
  4. Ensure it follows the existing format
  5. Submit a pull request

Criteria for Inclusion

  • Must be related to GPT-OSS models
  • Should be actively maintained
  • Must be publicly available
  • Should provide clear value to the community

๐Ÿ“„ License

This awesome list is licensed under the CC0 1.0 Universal license.

โญ Star History

Star History Chart


Made with โค๏ธ by the community. If you find this list helpful, please โญ star it and share with others!

Note: GPT-OSS models require the harmony response format to function correctly. Always use the provided chat templates or the OpenAI harmony library for proper interaction.