128K
text
text
Supported
About this model
GPT-OSS-120B is OpenAI's open-source 120-billion-parameter transformer model featuring architectural innovations from GPT-4. Optimized for large-scale deployment with custom FP8 quantization, it delivers state-of-the-art reasoning capabilities while maintaining 3× better throughput than comparable models. Includes constitutional AI safeguards and deterministic output options.
Input modalities
text
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Input tokens
$0.100 / 1M tokens
Output tokens
$0.500 / 1M tokens
Routing
OneInfer optimized
Input tokens
$0.330 / 1M tokens
Output tokens
$0.840 / 1M tokens
Routing
OneInfer optimized
Input tokens
$0.350 / 1M tokens
Output tokens
$0.750 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.100 / 1M tokens |
| Output tokens | $0.500 / 1M tokens |
Performance
Published evaluation results associated with this model.
Reasoning & Knowledge
Mathematical Proficiency
Code Generation
Multilingual
Safety & Alignment
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-oss-120b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'