Qwen
Qwen is the dense 27B in the lineup: low latency, open weights, and enough coding quality for tight apply loops without a giant MoE.
Model ID
prism-qwen
Architecture
27B dense
Context
256K
- 27B dense checkpoint. Fast to load and cheap to serve.
- Low-latency decode for inner-loop coding and tool use.
- Open weights on the same OpenAI-compatible Prism endpoint.
const completion = await client.chat.completions.create({
model: "prism-qwen",
messages,
prompt_cache_key: "run-8f2c1a",
});