Models/OpenAI/OpenAI: gpt-oss-120b (batch)
openai

OpenAI: gpt-oss-120b (batch)

$0.15/M input$0.60/M output
openai/gpt-oss-120b:batch

Description

gpt-oss-120b is an open-weight, 117B-parameter Mixture-of-Experts (MoE) language model from OpenAI designed for high-reasoning, agentic, and general-purpose production use cases. It activates 5.1B parameters per forward pass and is optimized...

Quick Start

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

Modalities

Input: TextOutput: Text

Pricing

Input$0.15/M
Output$0.60/M

Model Info

ProviderOpenAI
IDopenai/gpt-oss-120b:batch