Back to Models
O

GPT-OSS 120B

GPT-OSS
by OpenAI

Mixture of Experts (MoE) reasoning LLM (text-only) designed to fit within 80GB GPU.

Free EndpointDownloadableAug 5, 2025open license57M API calls / 30d

Specifications

Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchatreasoningcode

Tags

reasoningMoEmath

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

openai/gpt-oss-120b
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-oss-120b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'