All models
    Alibaba CloudReady now

    Qwen3 Coder Next

    A code-specialized LLM optimized for code generation and completion, debugging and refactoring, and agent-style coding workflows.

    Context length256,144
    GPU requirement2 GPUs
    Concurrency6.43x
    API model IDQwen3-Coder-Next-FP8
    Input pricing$0.18 / 1M
    Output pricing$0.90 / 1M
    Cached input pricing$0.036 / 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-Coder-Next-FP8", "messages": [...] }'