All models
GoogleReady now
Gemma 4 31B IT FP8
A published Gemma 4 31B endpoint for production inference workloads.
Context length262,144
GPU requirementNot published
Concurrency—
API model IDgemma-4-31B-it-fp8
Input pricing$0.11 → $0.011 / 1M90% off
Output pricing$0.35 → $0.035 / 1M90% off
Cached input pricing$0.011 → $0.0011 / 1M90% 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": "gemma-4-31B-it-fp8", "messages": [...] }'