Introducing the Universal Managed Agents API.Read the announcement
Alibaba Qwen

Providers/Alibaba Qwen

Alibaba Qwen

The Qwen ecosystem — two coding harnesses spanning open-source and vendor-native workflows.

Operational
Harness BuilderOpen Source

Models on Brainbase

Qwen models serve turns vendor-side. Qoder runs Alibaba's own coding models billed to your Alibaba Credits, while Qwen Code is model-agnostic — point it at any platform model per task.

Harnesses by Alibaba Qwen

Agent runtimes built by this vendor, managed end-to-end on Brainbase.

About

Alibaba's Qwen team ships one of the most active open-model ecosystems in AI, plus two agent harnesses supported on Brainbase: Qwen Code, the open-source coding agent, and Qoder, the vendor-native CLI.

Qwen Code speaks the OpenAI-compatible protocol, so it doubles as a universal harness — any platform-billed model can serve its turns. Qoder runs natively against Alibaba's own coding models with BYOK billing to your Alibaba Credits.

Try it on Brainbase

One API call boots a managed sandbox on the qoder harness with your QODER_PERSONAL_ACCESS_TOKEN. Hosting, scaling, and billing are handled for you.

curl -X POST https://api.brainbaselabs.com/v2/agents \
  -H "Authorization: Bearer $BRAINBASE_API_KEY" \
  -d '{
    "title": "my-agent",
    "runtime_kind": "qoder",
    "secrets": { "QODER_PERSONAL_ACCESS_TOKEN": "..." }
  }'
runtime_kind/qoder