BifrostAPI
Models/OpenAI/gpt-oss-20b
OpenAI

GPT-OSS 20B

Text
Context
131.1K
Input
$0.04
/M tokens
Output
$0.18
/M tokens

gpt-oss-20b is an open-weight 21B parameter model released by OpenAI under the Apache 2.0 license.

Quick start

How to call

POST /v1/chat/completions
bash
curl https://conduit-api.bifrostapi.net/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-oss-20b","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.

Auth, billing & streaming → Quickstart

More from OpenAI