All models
Alibaba CloudReady now
Qwen3.8 Flash-Next
A published multimodal Qwen3.8 Flash-Next endpoint for production inference workloads.
Context length—
GPU requirementNot published
Concurrency—
API model IDQwen3.8-Flash-Next
Input pricing$0.16 → $0 / 1MFree · 100% off
Output pricing$0.47 → $0 / 1MFree · 100% off
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-Flash-Next", "messages": [...] }'