Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Qwen3-Coder

Qwen3-Coder is Alibaba Cloud's dedicated coding model, released on July 22, 2025. The flagship variant, Qwen3-Coder-480B-A35B-Instruct, is a mixture-of-experts model trained on 7.5 trillion tokens across 358 programming languages, with 70% of the training data being code. It supports 256K tokens of native context, extensible to 1M tokens with extrapolation, making it suited to repository-scale tasks and multi-file agentic workflows.

General
Release date22 Jul 2025
DeveloperQwen / Alibaba Cloud
TypeOpen-weight coding LLM (MoE)
LicenseApache 2.0
GitHubQwenLM/Qwen3-Coder
Hugging FaceQwen3-Coder-480B-A35B-Instruct
Documentationqwenlm.github.io/blog/qwen3-coder

Core Features

  • 480B/35B MoE architecture: 480B total parameters with 35B active per token, using 160 experts with 8 activated per inference step.
  • 256K native context: natively processes 256,000 tokens, with extrapolation support up to 1,000,000 tokens.
  • 358 programming languages: trained on a broad code corpus covering mainstream and niche languages.
  • Agent RL post-training: long-horizon reinforcement learning trains the model to solve real-world tasks through multi-turn tool interactions.
  • Apache 2.0: weights are available for commercial use and fine-tuning.

Benchmarks

BenchmarkScore
SWE-Bench Verified69.6%

SWE-Bench Verified scores are state-of-the-art among open models at release, comparable to Claude Sonnet 4.


Tools and Resources


Ecosystem and Integrations

  • Paired with Qwen Code, an open-source terminal coding agent with GitHub Actions support.
  • Accessible via the Alibaba Cloud DashScope API using an OpenAI-compatible endpoint.
  • Available on Together AI, LM Studio, and Ollama for local and cloud inference.

To use Qwen3-Coder via API, get an API key on the Qwen API Platform. For local agentic coding, see the Qwen Code terminal agent.

Qwen Qwen3-Coder AI technology Hackathon projects

Discover innovative solutions crafted with Qwen Qwen3-Coder AI technology, developed by our community members during our engaging hackathons.

Probably runs on Samsung S25

Probably runs on Samsung S25

Hybrid Router is an intelligent AI inference system that dynamically selects the best execution path for each user query instead of relying on a single large language model. The system first analyzes the incoming prompt to identify the task type, estimate its complexity, and determine whether it can be solved deterministically or requires generative AI. For structured tasks such as mathematical calculations, JSON validation, regular expression verification, and date/time operations, the router invokes specialized deterministic tools that produce fast, accurate, and reproducible results without consuming LLM tokens. For more complex natural language and coding tasks, the router attempts local inference using OpenVINO-optimized models running on Intel hardware, reducing latency and API costs. If the local model is unlikely to provide a sufficiently reliable answer or the task exceeds its capabilities, the system automatically falls back to Fireworks AI models for high-quality remote inference. The routing decisions are driven by task classification, confidence estimation, and configurable thresholds, allowing the system to balance accuracy, response time, and operational cost. The architecture is modular, making it easy to add new tools, local models, or routing strategies in the future. The project also includes benchmarking and evaluation components that measure routing accuracy, latency, model utilization, and fallback frequency to continuously improve routing performance. By combining deterministic tools, local inference, and cloud-based language models into a single adaptive pipeline, Hybrid Router delivers efficient, scalable, and cost-aware AI inference while maintaining high response quality across a wide range of tasks.

EventFlow – Parallel AI Vendor Negotiation

EventFlow – Parallel AI Vendor Negotiation

EventFlow automates the procurement of event vendors in Pakistan's $50 billion wedding industry, which lacks structured tools. In this market, deals are typically negotiated via phone calls and WhatsApp, with no APIs, no pricing data, and no way to compare offers. To use EventFlow, customers input their total budget, specify event categories, and set a range for negotiation flexibility within a Flutter app. An Analyzer Agent (powered by a large language model) then optimally distributes the budget across the selected categories. A Matchmaker service calculates dynamic, category-specific pricing—such as per-head costs for catering, guest-threshold scaling for decorators, and flat rates for photographers and DJs. Instead of negotiating with each vendor one at a time, EventFlow activates a separate Negotiation Agent for each matched vendor, allowing all negotiations to run in parallel and in real-time within the app. Every negotiation utilizes Fireworks AI's Kimi K2 model, running on AMD’s MI300X. This setup enables fast and cost-effective handling of five to eight simultaneous negotiations per event, avoiding the delays associated with a sequential queue. On the backend, FastAPI and PostgreSQL serve as the authoritative source for every change in negotiation state. A state synchronization service mirrors every write operation to Firestore in real-time, ensuring that both customer and vendor applications remain in sync. Trust is enforced on the server-side: each counter-offer is validated against a floor price established during the matchmaking process and is never accepted from the client side. Any attempts to bypass this will result in an instant HTTP 400 error. Finally, an Aggregator Agent synthesizes the best combination of finalized deals across all vendor categories into one confirmed booking.