Providers/Alibaba Qwen
Alibaba Qwen
The Qwen ecosystem — two coding harnesses spanning open-source and vendor-native workflows.
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.
Qwen Code
qwenAlibaba's open-source coding agent, speaking the OpenAI-compatible protocol — points at any model on the platform.
Model delivery · Any platform model, per task
Qoder CLI
qoderAlibaba's Qoder agent running natively — turns are served by Alibaba's own coding models and billed to your Alibaba Credits.
Model delivery · Vendor default model
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": "..." }
}'