LLM ReferenceLLM Reference
Together AI

gpt-oss-120b on Together AI

GPT-OSS · OpenAI

ServerlessOpen Source

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 case
Input / 1M
$0.15
Output / 1M
$0.60
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install together
Auth
export TOGETHER_API_KEY=...
Call
from together import Together
client = Together()  # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
    model="gpt-oss-120b",
Model ID
gpt-oss-120b

Request 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

ProviderInput (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
View all 7 providers →

Pricing

TypePrice (per 1M)
Input tokens$0.15
Output tokens$0.60

Capabilities

Function CallingTool UseStructured Outputs

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.

Get Started

Model Specs

Released2025-08-05
Parameters120B
Context131K
ArchitectureDecoder Only
Knowledge cutoff2025-08

GPU-Hour Providers(1)