Open LLMs/stelterlab

Open-Weight LLM · Private & Custom AI

Qwen3-Coder-30B-A3B-Instruct-AWQ

A 30B MoE coder for private agentic automation: long-context code understanding, tool calling, and repository-scale analysis without leaving your infrastructure.

Qwen3-Coder-30B-A3B-Instruct is a mixture-of-experts language model (3.3B activated from 30.5B total) optimized for code generation, tool use, and agentic workflows. It natively handles 256K tokens and scales to 1M via Yarn, making it suited for teams automating code review, documentation, internal knowledge retrieval, and agent-based ops tasks while retaining full data control through self-hosting.

30.8B
Parameters
apache-2.0
License (OSI/permissive)
Unknown
Context
42.2k
Downloads

Model facts

Developerstelterlab
Parameters30.8B
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktext-generation
GatedNo
Downloads42.2k
Likes6
Updated2025-08-02
Sourcestelterlab/Qwen3-Coder-30B-A3B-Instruct-AWQ

Private deployment

Run Qwen3-Coder-30B-A3B-Instruct-AWQ in your own environment

This model is self-hostable via vLLM, Ollama, LMStudio, llama.cpp, or transformers. The AWQ quantization (INT4) reduces memory footprint significantly—estimate ~20–24 GB VRAM for inference at INT4, ~60 GB for BF16. Deploy on your own GPU cluster or on-prem hardware; no API calls to external services means code, documentation, and operational queries stay within your network boundary.

Operational AI use cases

01

Code Review & Compliance Automation

Route internal pull requests, scripts, and infrastructure-as-code through the model for automated security checks, style review, and policy compliance flagging. Leverage tool-calling to integrate with GitHub/GitLab APIs, Jira, and Slack for action triggers—all on your infrastructure.

02

Internal Knowledge & Documentation Agent

Index internal codebases, runbooks, and docs (up to 256K tokens natively). Deploy as a query bot for ops, platform, and SRE teams to answer 'how do we deploy X?' or 'what does this service do?' without exposing proprietary code to external APIs.

03

Multi-Step Operational Workflows

Use agentic coding / tool-calling to automate multi-step ops tasks: log parsing, config generation, incident remediation scripts. The model can call your internal APIs, databases, and CLI tools directly via function-calling without external API dependencies.

Custom AI

As a base for custom AI

Strong base for building proprietary coding assistants, internal code-gen platforms, or ops automation systems. The long context window and tool-calling primitives mean you can build domain-specific code agents that understand your stack, policies, and internal APIs without vendor lock-in or data leakage.

In the operating system

Where it fits

**Agent & Workflow Layer**: acts as the reasoning engine for multi-step operational tasks, code generation, and knowledge retrieval. Sits between your ops tooling (APIs, CLIs, databases) and user-facing interfaces (Slack, dashboards, chat), enabling custom agentic loops entirely on your infrastructure.

Data control & security

Self-hosting means code, queries, and operational data remain in your environment—no transmission to external APIs. You control model updates, inference logging, and access policies. Note: self-hosting requires you to manage model security, inference monitoring, and access controls; the model itself is open-weight and not inherently 'secure' or compliant—your deployment architecture and operational policies determine security posture.

Hardware footprint

**Estimate—INT4 AWQ quantization:** ~20–24 GB VRAM (single GPU inference). **BF16 (unquantized):** ~60–65 GB VRAM. **Context scaling:** full 256K context on H100/A100 with careful memory management; recommend reducing context to 32K–131K for smaller GPUs. Test on your target hardware; OOM is possible with max context + batch inference.

Integration

Compatible with OpenAI-API-compatible endpoints (vLLM); plug into existing chat interfaces or automation frameworks. Supports function-calling for tool integration; code examples in the card show integration with custom tools and webhook patterns. Requires transformers ≥4.51.0 for qwen3_moe support. Plan for typical LLM integration patterns: tokenizer setup, context windowing, token limits in your workflow, and streaming vs. batch inference.

When it's not the right fit

  • You need state-of-the-art general-purpose reasoning or multi-lingual capabilities—this model is code-specialized.
  • Your team cannot manage self-hosted infrastructure, updates, and security; requires operational overhead.
  • You need formal compliance certifications (SOC2, FedRAMP, etc.) without additional governance layers—open-weight models require your team to build compliance scaffolding.
  • You need guaranteed model stability or vendor SLA support; stelterlab's quantization is experimental and community-maintained.

Alternatives to consider

DeepSeek-Coder-V2 (236B MoE)

Larger, multi-language coder with deeper reasoning; significantly higher VRAM; stronger on complex reasoning but harder to run privately on constrained hardware.

Code Llama 70B

Mature, widely deployed coder with Meta's backing; no MoE so more predictable VRAM; less long-context support and weaker on agentic tool-calling.

Mistral Large 2 (123B)

General-purpose MoE with decent code support; slightly weaker code benchmarks than Qwen3-Coder; better for mixed operational workloads (not code-focused).

FAQ

Can I run this fully private and air-gapped?

Yes—download the model weights once, load via transformers/vLLM/Ollama on your hardware, and run inference locally. No phone-home calls or external API dependencies. You manage model updates and access control.

What's the Apache 2.0 license story for commercial use?

Apache 2.0 is permissive and allows commercial use, modification, and distribution with proper attribution. You can build and sell products using this model. Check Qwen's original license for any upstream constraints; this quantization is also Apache 2.0.

How much does context window actually help for ops?

256K native context (~70K lines of code) means you can load entire microservices, docs, or runbooks into a single query without chunking. Reduces round-trips and preserves context for multi-turn reasoning; critical for repository-scale code review and knowledge retrieval.

Is the INT4 quantization drop-in, or do I lose quality?

AWQ INT4 is aggressive compression; expect minor accuracy loss on very fine-grained tasks. For ops automation, code review, and agentic workflows, the impact is usually acceptable. Test on your workloads; the model card marks this quantization as experimental, so validate before production.

Build Proprietary Agentic Systems on Your Infrastructure

Qwen3-Coder is a strong foundation for custom AI automation: code review, ops agents, internal knowledge systems. LLM.co helps you containerize, optimize, and integrate open-weight models into your ops stack—keeping data private and costs predictable. Let's architect your self-hosted AI system.