openai/openai-gpt-oss-20b/Released Aug 2025

OpenAI/GPT-OSS-20B

Open MoE, runs on consumer hardware

Fine-tunable
Text
Token-based
Input$0.07 / 1M tokens
Output$0.30 / 1M tokens

Ready to build with OpenAI/GPT-OSS-20B?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "openai-gpt-oss-20b",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'