Top Builders

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

Qwen3

Qwen3 is the third-generation text model family from Alibaba Cloud's Qwen team, released on April 28, 2025. It covers six dense sizes (0.6B to 32B) and two MoE variants, all trained on approximately 36 trillion tokens across 119 languages. A key design choice is a unified thinking and non-thinking mode in every model, so developers can choose between step-by-step reasoning and fast single-pass responses without switching models.

General
Release date28 Apr 2025
DeveloperQwen / Alibaba Cloud
TypeOpen-weight text LLM family
LicenseApache 2.0
GitHubQwenLM/Qwen3
Hugging Facehuggingface.co/Qwen
Documentationqwenlm.github.io/blog/qwen3

Core Features

  • Thinking/non-thinking mode: every model supports both step-by-step chain-of-thought reasoning and direct response generation within a single checkpoint.
  • Thinking budget: developers can set a token budget for the reasoning phase, allowing inference cost to be tuned per request.
  • Long context: models at 4B and above support 131,072-token context windows; 0.6B and 1.7B support 32,768 tokens.
  • Multilingual: pretrained on 119 languages and dialects.
  • Apache 2.0: all weights are released for commercial use, fine-tuning, and redistribution.

Model Variants

VariantTotal ParamsActive ParamsContextBest for
Qwen3-0.6B0.6B0.6B32KEdge and on-device
Qwen3-1.7B1.7B1.7B32KLightweight inference
Qwen3-4B4B4B128KBalanced performance
Qwen3-8B8B8B128KGeneral tasks
Qwen3-14B14B14B128KHigher accuracy
Qwen3-32B32B32B128KStrong reasoning
Qwen3-30B-A3B30B3B128KEfficient MoE
Qwen3-235B-A22B235B22B128KFlagship MoE

Benchmarks

The flagship Qwen3-235B-A22B model scores:

  • AIME '24: 85.7
  • AIME '25: 81.5
  • LiveCodeBench v5: 70.7
  • BFCL v3: 70.8

Tools and Resources


Ecosystem and Integrations

  • Available on Hugging Face Hub in both standard and GGUF formats.
  • Accessible via Alibaba Cloud DashScope using an OpenAI-compatible endpoint.
  • Supported by Ollama, LM Studio, and major inference frameworks including vLLM and llama.cpp.
  • All sizes available for fine-tuning using standard supervised fine-tuning and RL pipelines.

Qwen3 weights are available immediately on Hugging Face. To access via API, generate a key on the Qwen API Platform and follow the Model Studio documentation.

Qwen Qwen3 AI technology Hackathon projects

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

SixthSense: Haptic Vision for the Blind

SixthSense: Haptic Vision for the Blind

SixthSense is a wearable that helps blind and low-vision people sense obstacles around them and find a clear path. A phone is mounted on the chest and watches the way ahead. On-device models turn what the camera sees into a simple readout: how near obstacles are in the left, center, and right zones, what objects are present, and whether the path is clear. That readout drives a vibration belt worn at the waist, which buzzes on the side of the nearest obstacle so the user can feel which way to move. The point is that knowing something is close is not enough. A basic vibrating cane buzzes whenever anything is near, so in a crowd it buzzes constantly without telling you where the gap is. SixthSense reads each zone separately and steers the user toward open space, so it stays useful in busy areas. The user can also ask what is ahead and hear a short spoken answer, or point the camera at a sign and have its text read aloud. The vision runs on the phone. YOLOv11n detects objects and tags each to a left, center, or right zone. Depth-Anything-V2 estimates how near things are, which sets how hard the belt buzzes. Qwen2.5-0.5B answers spoken questions about the scene, and ML Kit reads text on demand. The models run through ExecuTorch as compiled files on the phone, offline, on a Qualcomm Snapdragon 8 Elite, with the option to run on the Hexagon NPU. The phone sends a small directional packet over Bluetooth to an ESP32, which drives the belt motors. Cost is the main reason it exists. Smart canes and glasses run from about $850 to over $2,000, and only one in ten people who need assistive technology can get it, dropping to about five percent in lower-income countries. SixthSense uses a phone the user already has and a sub-$20 belt, with room to reach about $50 at scale, putting this within reach of people who are priced out today.

PARLEY AI Orbital Negotiation System

PARLEY AI Orbital Negotiation System

PARLEY is a multi-agent orbital conjunction negotiation system built for the Band of Agents Hackathon 2026. It automates one of the most consequential decisions in space operations — who maneuvers, when, and by how much — without human intervention. The system runs six autonomous agents, each with a single responsibility: Sentinel monitors conjunction data and fires the first alert when collision probability crosses the safety threshold. Oracle enriches that alert with orbital parameters — fuel reserves, delta-V capacity, approach geometry — and recommends which satellite should maneuver. Operator Alpha and Operator Bravo represent each satellite operator. They negotiate directly, proposing burns, countering, and converging on a maneuver plan. Arbiter, running on an independent model, validates the agreed plan against coordination norms and issues the final verdict. Archivist seals every event into a hash-chained, tamper-proof audit trail — nothing can be altered after the fact. In a live test run, Sentinel flagged a critical conjunction between STARLINK-4412 and ONEWEB-2201 with a collision probability of 0.00018 (nearly double the 0.0001 threshold) and a miss distance of 42.3 meters. Oracle recommended ONEWEB-2201 as the maneuvering party based on its higher fuel reserves and delta-V capability. The operators negotiated and agreed on a 0.38 m/s retrograde burn, achieving a 500-meter miss distance and cutting collision probability by over 99%, to 1.4×10⁻⁶. Arbiter certified the plan, and Archivist sealed the full sequence into an immutable audit trail. PARLEY runs on Claude Sonnet 4.6 via the AI/ML API, with Featherless AI powering the independent Arbiter model, orchestrated through Band.ai's agent SDK. Every agent call is real, logged, and traceable. From detection to certified resolution — autonomously, in under a minute.