All Models

OpenAI

gpt-oss-120b
in Europe

The OpenAI GPT-OSS-120B model is a large-scale language model designed for natural language understanding and generation. With its 120 billion parameters, it excels in providing detailed and contextually relevant responses across a wide range of applications, including conversational agents and content generation tasks.

openai/gpt-oss-120b
GDPR Compliant Hosted in Europe standard Reasoning

131K

Context Window

30

Speed

85

Intelligence

Capabilities

function calling reasoning chat

Best Use Cases

chat
programming
data analysis
content creation
question answering

Model Information

Provider
OpenAI
Parameters
120B
HuggingFace
View Model Card

Integration

Start with one API call

OpenAI-compatible API. Use the same SDK you already know. Just swap the model parameter.

terminal
curl https://api.supa.works/openai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
    "model": "openai/gpt-oss-120b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Model ID: openai/gpt-oss-120b

Why SUPA

Why host on SUPA?

European Data Residency

All data processed and stored exclusively on European servers. Full GDPR compliance.

OpenAI-Compatible API

Use the same SDK and code you already have. Just change the base URL.

No Infrastructure

No GPUs to manage, no scaling to worry about. Just API calls.

No Data Training

We never use your API requests to train models. Your data stays private.

Start using gpt-oss-120b

Free sandbox tier available. No credit card required.

Get API Access