Top Builders

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

Llama 4

Llama 4 is Meta AI’s newest open-weight model series.
It introduces Mixture-of-Experts (MoE) routing for efficient inference, accepts both text and images natively, and stretches context windows to record-breaking lengths—10 M tokens in the Scout variant. Meta positions Llama 4 as a research-friendly, production-ready alternative to proprietary frontier models, while keeping the code and weights downloadable from its GitHub repos and the official llama.com portal.

General
Release date5 Apr 2025
DeveloperMeta AI
TypeOpen-weight multimodal LLM
LicenseLlama 4 Community License
GitHubmeta-llama/llama-models

Core Features

  • Mixture-of-Experts architecture – Each query activates a subset of specialised “experts,” yielding higher throughput per FLOP while scaling to trillions of total parameters (TechCrunch).
  • Native multimodality – Models ingest both text and images without external adapters (The Verge).
  • Extended context windows – Scout handles up to 10 M tokens; Maverick supports 1 M tokens (llm-stats).
  • Multilingual training – Optimised across 200+ languages for global deployments (Data Scientist Guide).
  • Fine-tunable & agent-ready – Models ship with recipes for supervised fine-tuning, LoRA, and RAG inside the Llama Cookbook.

Model Variants

VariantActive ParamsExpertsTotal ParamsContext WindowBest for
Scout17 B16109 B10 M tokensLong-context RAG, document analysis (stats)
Maverick17 B128400 B1 M tokensCoding & reasoning tasks, general chat (Oracle Docs)
Behemoth288 B*16~2 TTBAHigh-end STEM, under training (not yet released)

Tools & Resources


Ecosystem & Integrations

  • Meta AI assistant now runs Llama 4 across WhatsApp, Messenger, Instagram, and web chat (The Verge).
  • OCI Generative AI offers managed Scout & Maverick endpoints for enterprise workloads (Oracle Docs).
  • Community hosting – Providers such as DeepInfra, Groq, and Together price Llama 4 as low as $0.08 / 1 M input tokens (llm-stats).
  • Research & open-source – Thousands of fine-tuned checkpoints already live on Hugging Face; Meta’s annual LlamaCon (29 Apr 2025) spotlights academic collaborations (TechCrunch).

Llama 4 pushes open-weight LLMs into frontier-model territory—combining trillion-scale capacity with permissive licensing. Start experimenting by cloning the GitHub repo, reading the cookbook, or provisioning a managed endpoint on Oracle OCI.

Meta Llama 4 AI technology Hackathon projects

Discover innovative solutions crafted with Meta Llama 4 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.

MEIA-LAB (Multi-Agent Earnings Intelligence calls)

MEIA-LAB (Multi-Agent Earnings Intelligence calls)

MEIA-LAB (Multi-Agent Earnings Intelligence & Alignment Lab) is an end-to-end AI platform that automates the verification of corporate earnings call claims against official SEC filings in real-time. Every quarter, public companies present their financial performance through earnings calls and slide decks, but analysts must manually cross-reference hundreds of pages of SEC disclosures to separate fact from corporate spin—a process that is slow, error-prone, and costly. MEIA-LAB solves this by deploying a team of specialized AI agents orchestrated through LangChain and LangGraph. The ASR Agent uses Whisper to transcribe earnings call audio with high accuracy. The Vision Agent performs layout-aware OCR on presentation slides using PyMuPDF and multimodal LLMs. The Filing Agent retrieves the latest 10-Q and 8-K filings directly from SEC EDGAR and extracts structured financial data. Finally, the Orchestrator cross-examines all sources, scores each management claim for consistency, flags risk discrepancies, and generates source-cited analyst briefs. The platform features a React-based dashboard that surfaces a real-time Consistency Score, a verified claims panel with direct evidence citations, a risk monitor highlighting guidance gaps, and an Evidence Room linking every finding to exact filing pages and transcript lines. All heavy inference workloads including Whisper transcription and high-throughput vector embedding generation for RAG-based filing search via ChromaDB are accelerated on AMD Developer Cloud GPUs using ROCm, delivering massive speedups over CPU execution. MEIA-LAB cuts institutional-grade earnings research from hours to under a minute, helping hedge funds, equity research desks, and compliance teams invest with certainty.