All models
GoogleReady now
gemma-4-31B-it-fp8
A Google Gemma instruction-tuned dense model optimized for high-performance inference.
Context length262,144
GPU requirement1 GPU
Concurrency2.91x
API model IDgemma-4-31B-it-fp8
Input pricing$0.11 → $0 / 1MFree · 100% discount
Output pricing$0.35 → $0 / 1MFree · 100% discount
Cached input pricing$0.011 → $0 / 1MFree · 100% discount
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": [...] }'