gpt-oss-20b
Activegpt-oss-20b is an open-weight 21B parameter model released by OpenAI under the Apache 2.0 license. It uses a Mixture-of-Experts (MoE) architecture with 3.6B active parameters per forward pass, optimized for...
Overview
gpt-oss-20b is an open-weight 21B parameter model released by OpenAI under the Apache 2.0 license. It uses a Mixture-of-Experts (MoE) architecture with 3.6B active parameters per forward pass, optimized for...
History
gpt-oss-20b became available via the OpenAI API on 2025-08-05.
Training & availability
Training data has a knowledge cutoff of 2024-06-30 — information about events after that date is unlikely to appear in the model's responses. OpenAI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 131K tokens.
-
Input modalities: text.
Recommended for: fast, cheap.
Limitations
-
The knowledge cutoff is 21 months old — this model will not know about recent events, releases, or API changes.
-
Text-only — cannot process images, audio, or video inputs.
Pricing
- Input: $0.0300 per 1M tokens
- Output: $0.1400 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the openai API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(api_key="sk-...")
resp = client.chat.completions.create(
model="gpt-oss-20b",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Providers & performance
12 providersMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| Groq | 712tok/s | 99ms | $0.075 | $0.3 | 131K | — | tools · json |
| WandB | 323tok/s | 267ms | $0.05 | $0.2 | 131K | fp4 | tools · json |
| Amazon Bedrock | 203tok/s |
Popularity
Signals from open-source communities — not a quality measure, but useful for gauging adoption among developers.
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $0.113/1M
- Pricing breakdown
- $0.03/1M in
$0.14/1M out
Community ratings
Rate gpt-oss-20b
Sign in to rate and review.
Comments
Sign in to leave a comment.