All models

Qwen3-Coder-Next

by Alibaba

Chat Tools

Alibaba's Qwen3-Coder-Next (qwen3_next family) — tool use; 262K context.

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

Run Qwen3-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 Qwen3-Coder-Next on your own UK infrastructure

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