Last refreshed 2026-05-11. Next refresh: weekly.
Why use gpt-oss-120b on Together AI?
Together AI offers gpt-oss-120b with pay-as-you-go pricing at $0.15/1M input tokens. Together AI is a platform for running open-source and proprietary LLMs with fast serverless and dedicated endpoints at competitive inference pricing.
Compare gpt-oss-120b across 7 providers to find the best fit for your use caseSetup recipe
Python + curlpip install togetherexport TOGETHER_API_KEY=...from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="gpt-oss-120b",gpt-oss-120bRequest example
from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="gpt-oss-120b",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Together uses "organization/model-name" format, e.g. "meta-llama/Llama-4-Scout-17B-16E-Instruct" or "Qwen/QwQ-32B". See the Together model catalog for the exact ID.
- The examples expect TOGETHER_API_KEY; rename it only if your application config maps the new variable.
Compare gpt-oss-120b Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| OpenRouter | $0.04 | $0.18 |
| Together AI | $0.15 | $0.60 |
| Fireworks AI | $0.15 | $0.60 |
| GCP Vertex AI | $0.09 | $0.36 |
| NVIDIA NIM | — | — |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.15 |
| Output tokens | $0.60 |
Capabilities
About gpt-oss-120b
OpenAI open-weight model with 120 billion parameters. Text-only model supporting reasoning, function calling, and structured outputs. Free for self-hosting. Released August 5, 2025.
FAQ
What does gpt-oss-120b cost on Together AI?
On Together AI, gpt-oss-120b costs $0.15 per 1M input tokens and $0.6 per 1M output tokens.
What is the context window for gpt-oss-120b on Together AI?
gpt-oss-120b supports a 131,072 token context window on Together AI.
How does Together AI compare to other gpt-oss-120b providers?
gpt-oss-120b is available from 7 providers. The cheapest input pricing is $0.039/1M tokens from OpenRouter.
Who created gpt-oss-120b?
gpt-oss-120b was created by OpenAI as part of the GPT-OSS model family.
Is gpt-oss-120b open source?
gpt-oss-120b is open source according to the seed data.