GPT-OSS LiveGPT-OSS Live

GPT-OSS Models

Open-weight reasoning models with Apache 2.0 license

Explore the technical specifications, capabilities, and deployment options for GPT-OSS 120B and 20B models.

Model Overview

GPT-OSS 120B
Flagship
Our flagship model with 120 billion parameters, delivering state-of-the-art performance on reasoning, coding, and mathematics.
120B Parameters
Parameters
131k Context Window
Context
Apache 2.0
License
GPT-OSS 20B
Edge Optimized
Optimized for edge deployment with 20 billion parameters, maintaining excellent performance with lower resource requirements.
20B Parameters
Parameters
131k Context Window
Context
Apache 2.0
License

Model Architecture

Both models feature advanced Mixture of Experts (MoE) architecture with cutting-edge capabilities.

Mixture of Experts

128 experts with Top-4 routing for efficient computation

Extended Context

131k token context window using RoPE technology

Chain-of-Thought

Advanced reasoning capabilities with step-by-step problem solving

Tool Integration

Native support for function calling and tool use

Model Capabilities

Comprehensive evaluation across multiple domains and benchmarks.

BenchmarkDescriptionGPT-OSS 120BGPT-OSS 20B
MMLUMassive Multitask Language Understanding
85%
78%
CodeforcesCompetitive programming challenges
2622
2516
AIME 2024American Invitational Mathematics Examination
Excellent
Strong
HealthBenchMedical and healthcare evaluations
Superior
Excellent

Deployment Options

Multiple deployment options to suit your infrastructure needs.

Ollama
Simple local deployment with one-command setup
ollama run gpt-oss:120b
VLLM
High-performance inference for production workloads
vllm serve openai/gpt-oss-120b
Hugging Face
Direct integration with transformers library
from transformers import AutoModelForCausalLM
Docker
Containerized deployment for cloud environments
docker run -p 8000:8000 gpt-oss:120b

Start Using GPT-OSS Models

Ready to deploy? Explore our projects showcase to see real-world implementations.