Models/openai/OpenAI: gpt-oss-20b
openai

OpenAI: gpt-oss-20b

131K context$0.03/M input$0.14/M output
openai/gpt-oss-20b

Description

gpt-oss-20b is an open-weight 21B parameter model released by OpenAI under the Apache 2.0 license. It uses a Mixture-of-Experts (MoE) architecture with 3.6B active parameters per forward pass, optimized for...

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-20b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextOutput: Text

Pricing

Input$0.03/M
Output$0.14/M
Context131K tokens

Model Info

Provideropenai
IDopenai/gpt-oss-20b