Qwen3.5 27B Costs 0.83€/1M Output Tokens
💡Exact € costs for Qwen3.5 27B local runs: cheap input, pricey output on 3090—plan your infra.
⚡ 30-Second TL;DR
What Changed
Input uncached: 0.026€ per 1M tokens
Why It Matters
Provides concrete cost benchmarks for local LLM inference on consumer hardware, aiding budget planning.
What To Do Next
Benchmark your Qwen3.5 27B costs with vLLM on similar GPUs using their Python script.
Key Points
- •Input uncached: 0.026€ per 1M tokens
- •Output generation: 0.829€ per 1M tokens
- •53.8 TPS gen, 1691 TPS prompt on dual GPUs
- •535W total draw at 0.30€/kWh electricity
- •vLLM setup; llama.cpp tests planned
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •Qwen3.5 27B utilizes a Mixture-of-Experts (MoE) architecture, which significantly optimizes inference costs by activating only a subset of parameters per token, explaining the high throughput relative to power consumption.
- •The 0.30€/kWh electricity rate used in the analysis is representative of current average industrial/commercial energy costs in parts of the EU, highlighting the economic viability of self-hosting versus cloud API usage for high-volume workloads.
- •The performance disparity between prompt processing (1691 TPS) and generation (53.8 TPS) is characteristic of the memory-bandwidth-bound nature of autoregressive decoding in LLMs, even when utilizing dual-GPU setups.
📊 Competitor Analysis▸ Show
| Model | Architecture | Est. Efficiency (Tokens/kWh) | Primary Use Case |
|---|---|---|---|
| Qwen3.5 27B | MoE | High | Local/On-prem Inference |
| Llama 3.3 70B | Dense | Moderate | Enterprise RAG/Reasoning |
| Mistral Large 2 | Dense | Moderate | Cloud API/High-end Tasks |
🛠️ Technical Deep Dive
- •Model Architecture: Qwen3.5 27B employs a sparse Mixture-of-Experts (MoE) design, allowing for lower compute requirements per token compared to dense models of similar total parameter counts.
- •Inference Engine: The user utilized vLLM, which leverages PagedAttention to optimize KV cache memory management, significantly reducing memory fragmentation and increasing throughput.
- •Hardware Configuration: The setup uses a heterogeneous GPU configuration (RTX 3090 + RTX Pro 4000), suggesting the use of model parallelism (likely tensor parallelism) to distribute the model weights across disparate VRAM capacities.
- •Power Profile: The 535W draw represents the combined TDP/actual load of the dual-GPU system, including overhead from the host system, which is a critical factor in calculating the 'cost-per-token' metric.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
Weekly AI briefing
One email a week. Unsubscribe anytime.
