All models
    O1OrnithReady now

    Ornith 1.0 35B

    Context length262,000
    GPU requirement1 GPU
    Concurrency4.56x
    API model IDOrnith-1.0-35B-FP8
    Input pricing$0.14 / 1M
    Output pricing$1.00 / 1M
    Cached input pricing$0.028 / 1M

    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": "Ornith-1.0-35B-FP8", "messages": [...] }'