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.

NEXUS AI trading agent

NEXUS AI trading agent

NEXUS is a trust-aware autonomous AI trading agent built for the next generation of financial agents that must do more than just trade. It was designed around a core challenge in AI finance: enabling agents to interact with capital safely, execute strategies autonomously, and demonstrate transparent, verifiable behavior. The project combines three strategy modes (algo, llm, hybrid), four risk profiles, DEX-based execution through a RiskRouter-compatible flow, ERC-8004 agent identity, and EIP-712 checkpoint logging. This means NEXUS is not just an automated trader, but a system built to make every important decision inspectable and accountable. One of its biggest strengths is trust infrastructure. NEXUS aligns with the ERC-8004 vision of identity, reputation, and validation for financial agents. Each agent can operate with a registered on-chain identity, while decision checkpoints create an auditable trail of actions, confidence, and reasoning. That gives the system a verifiable record instead of a black-box trading loop. Another major strength is risk-aware execution. NEXUS is built around policy controls rather than blind automation. It includes risk profiles, decision guards, a local kill-switch, recovery controls, and checkpointed runtime behavior so the agent can prioritize capital protection, drawdown awareness, and safer execution. This matches the hackathon’s emphasis on risk-adjusted performance, validation quality, and transparent agent behavior. NEXUS also stands out through its modular architecture. It combines PRISM-backed market and signal inputs, Groq-hosted Llama reasoning, algorithmic scoring modules, and a live Next.js dashboard for monitoring logs, checkpoints, system state, and controls in real time. In short, NEXUS shows that an autonomous trading agent can be configurable, transparent, risk-aware, and verifiable by design.