gpt-oss-20b (batch) API Pricing
OpenAI · context window 131K · prices updated 2026-09-15
Where gpt-oss-20b (batch) sits on price
At $0.2 per million output tokens, gpt-oss-20b (batch) is a budget tier model — 10.4× cheaper than the median output price of $2.08, which puts it in the cheapest 10% of everything we track. It sits 3th cheapest of the 92 OpenAI models we track. Output costs 4.0× input, the usual spread — trim both, starting with the answer length.
What real workloads cost on gpt-oss-20b (batch)
These three workloads are the ones teams actually run on a budget-priced model — a $0.2/1M model is not bought for the same job as one ten times the price.
| Workload | Per request | Per month |
|---|---|---|
| High-volume classification — 200K requests/day (400 in / 20 out) Short output, huge volume: the input price dominates the bill. | $0 | $144 |
| Small app — 1K requests/day (500 in / 150 out) The baseline most side projects actually run at. | $0.0001 | $1.65 |
| Document pipeline — 10K docs/day (3K in / 500 out) Batch-friendly: no user waiting, so a ~50% batch discount usually applies. | $0.0003 | $75.00 |
Model your exact traffic in the API cost calculator — it preloads gpt-oss-20b (batch) with caching and batch options.
gpt-oss-20b (batch) price history
gpt-oss-20b (batch)'s price has not moved since we began tracking it on Aug 28, 2026 — 18 days of stability in a market where 78 of the 334 models we track have repriced over the same period, including 9 of OpenAI's own 92 models.
Change-points from our daily price snapshots (tracking since Aug 28, 2026; intraday moves between snapshots are not captured).
gpt-oss-20b (batch) vs Qwen2.5 7B Instruct
The closest-priced alternative from another vendor is Qwen2.5 7B Instruct (Alibaba (Qwen)) — priced within a rounding error on output, with $0.05 more per million input tokens. When two models land this close on price, the decision is quality on your own workload, not the price sheet: run 50 real requests through both and compare.
See Qwen2.5 7B Instruct pricing →Cheaper alternatives
More OpenAI models
Frequently asked questions
› How much does the gpt-oss-20b (batch) API cost?
gpt-oss-20b (batch) costs $0.05 per million input tokens and $0.2 per million output tokens and no discounted cached-input tier. That works out to roughly 5,000,000 output tokens per dollar.
› What does the high-volume classification workload cost on gpt-oss-20b (batch)?
High-volume classification — 200K requests/day (400 in / 20 out) costs about $0 per request and $144 per month on gpt-oss-20b (batch). Short output, huge volume: the input price dominates the bill.
› What does it cost to fill gpt-oss-20b (batch)'s 131K context window?
Sending 131K of input in a single request costs $0.0066 at $0.05 per million tokens — before any output. There is no cached-input tier on this model, so every repeat of that context is billed at full price. This is why large context windows are cheap to advertise and expensive to actually use.
› Is gpt-oss-20b (batch) worth the price?
gpt-oss-20b (batch) is in the cheapest end of the market — cheaper than 94% of the models we track. At this price the question is not cost but capability: it is a good fit for classification, extraction, routing and bulk summarisation, and a poor fit for multi-step reasoning where a wrong answer costs more than the tokens saved.