All models
Alibaba CloudReady now
Qwen 3.8 27B
A new Qwen 27B endpoint for coding, reasoning, and long-context agent workloads.
Context length—
GPU requirementNot published
Concurrency—
API model IDQwen3.8-27B-FP8
Input pricing$0.45 → $0.225 / 1M50% discount
Output pricing$3.20 → $1.60 / 1M50% discount
Cached input pricing— / 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": "Qwen3.8-27B-FP8", "messages": [...] }'