All models
    GOOpenAIReady now

    GPT-OSS 20B

    A published GPT-OSS 20B endpoint for production inference workloads.

    Context length20,000
    GPU requirementNot published
    Concurrency
    API model IDgpt-oss-20b
    Input pricing$0.07$0 / 1MFree · 100% off
    Output pricing$0.25$0 / 1MFree · 100% off
    Cached input pricing$0.03$0 / 1MFree · 100% off

    Recommended use cases

    Where this model fits.

    Supported features

    Ready for production.

    OpenAI compatible
    Scale to zero

    API example

    Use the interface you already know.

    Every published text endpoint uses an OpenAI-compatible request surface.

    curl
    curl https://api.inferx.com/v1/chat/completions \
      -H "Authorization: Bearer $INFERX_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{ "model": "gpt-oss-20b", "messages": [...] }'