All models
Alibaba CloudReady now
Qwen3.6 27B
Built for coding agents handling massive contexts in tools such as OpenCode, and enterprise RAG across large document collections.
Context length262,144
GPU requirement1 GPU
Concurrency2.29x
API model IDQwen3.6-27B-FP8
Input pricing$0.25 / 1M
Output pricing$2.80 / 1M
Cached input pricing$0.05 / 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.6-27B-FP8", "messages": [...] }'