✍️ Text Generation

gpt-oss-120b

openai/gpt-oss-120b

Get AI Model →
3.5M
Downloads
❤️
4.7K
Likes
🏷️
14
Tags
📦
transformers
Library
Model Details
Full Model IDopenai/gpt-oss-120b
Pipeline / Tasktext-generation
Librarytransformers
Downloads (all-time)3.5M
Likes4.7K
Last Modified8/26/2025
Author / Orgopenai
PrivateNo — public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("text-generation", model="openai/gpt-oss-120b")

# Run inference
result = pipe("Your input here")
print(result)
🏷️ Tags
transformerssafetensorsgpt_osstext-generationvllmconversationalarxiv:2508.10925license:apache-2.0eval-resultsendpoints_compatible8-bitmxfp4deploy:azureregion:us
More Text Generation Models
See all →
Qwen3-0.6B

Qwen/Qwen3-0.6B

16.1M❤️ 1.2K
Get AI Model →
gpt2

openai-community/gpt2

14.0M❤️ 3.2K
Get AI Model →
Qwen2.5-7B-Instruct

Qwen/Qwen2.5-7B-Instruct

12.3M❤️ 1.2K
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗← Browse All Models
✍️ Task: Text Generation

This model is designed for the Text Generation task. Explore more models for this use case.

All Text Generation Models →
📊 Popularity
Downloads3.5M
❤️ Community Likes4.7K
🛠️ Requirements
  • Install: pip install transformers
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?