All models

Qwen 3 Coder Next

by Alibaba

Chat Tools

Qwen 3 Coder Next is Alibaba's next-generation coding model, built on a hybrid architecture for efficient long-context inference. It targets agentic, repository-scale software tasks and tool use across a 262K-token context.

Publisher
Alibaba
Context window
256K tokens
Sizes
80B
Licence
Apache 2.0
Model card on Hugging Face

Run Qwen 3 Coder Next

Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.

from pendra import Pendra

client = Pendra(api_key="pdr_sk_...")

response = client.chat.completions.create(
    model="qwen3-coder-next",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Run Qwen 3 Coder Next on your own UK infrastructure

Deploy a worker, install Qwen 3 Coder Next, and start serving it through one sovereign API endpoint.