MoonEP
MoonEP is an open-source expert-parallel communication library for mixture-of-experts models, released by Moonshot AI on July 27, 2026 under the MIT License.
Explore Open Source AI through related topics and the articles other pages reference most.
Articles that also belong to these categories. Counts cover all of Open Source AI.
Showing 241-300 of 444 articles
MoonEP is an open-source expert-parallel communication library for mixture-of-experts models, released by Moonshot AI on July 27, 2026 under the MIT License.
Mooncake is a KVCache-centric, disaggregated serving architecture for large language models, built by Moonshot AI together with researchers at Tsinghua University.
Moshi is a full-duplex speech-to-speech foundation model developed by Kyutai, a French nonprofit artificial intelligence research laboratory.
MuJoCo (short for Multi-Joint dynamics with Contact) is an open-source physics simulator designed for fast and accurate simulation of articulated mechanical systems with rich contact interactions.
Muse Glimmer is an open-weight text-and-image model developed by Meta AI for local agent and coding workloads. Meta released the model on August 10, 2026 under the identifier meta-models/Muse-Glimmer-30B.
NOOA (NVIDIA Object-Oriented Agents) is an open-source, model-agnostic Python framework for building AI agents, released by NVIDIA in July 2026 .
NVIDIA BioNeMo is NVIDIA's software platform for applying AI to biology and drug discovery.
NVIDIA BioNeMo Inference Runtime (BioIR) is a GPU-accelerated Python library for biomolecular structure prediction inference.
NVIDIA Dynamo is an open-source, low-latency distributed inference serving framework designed to deploy and scale generative AI and reasoning models across large GPU clusters.
NVIDIA Isaac GR00T N1 is an open foundation model for humanoid robots developed by NVIDIA and unveiled by Jensen Huang on March 18, 2025 at the company's annual GTC conference in San Jose, California.
NVIDIA Isaac Lab-Arena is an open-source framework for composing simulated robot tasks and evaluating learned policies at scale.
NVIDIA Ising is a family of open AI models from NVIDIA for operating quantum computers, covering two of the field's main engineering bottlenecks: quantum processor calibration and quantum error-correction…
The NVIDIA NeMo Agent Toolkit is an open-source, framework-agnostic library for connecting, profiling, evaluating, and optimizing teams of AI agents.
NVIDIA NeMo Switchyard is an open-source proxy and Rust library for routing requests among configured large language models.
NVIDIA NemoClaw is a collection of open blueprints (reference architectures) for building custom autonomous AI agents that packages three moving parts, a model, an agent harness, and a secure runtime
Newton is an open-source, GPU-accelerated physics engine built for robotics simulation and robot learning, co-developed by NVIDIA, Google DeepMind, and Disney Research and stewarded by the Linux Foundation.
NVIDIA OSMO is an open-source workflow orchestration platform developed by Nvidia for physical AI and robotics development.
NVIDIA OpenShell is an open source runtime that executes autonomous AI agents inside policy-governed sandboxes, published by NVIDIA under the Apache License 2.0.
Parakeet is a family of open automatic speech recognition (ASR) models developed by NVIDIA as part of the NeMo conversational AI toolkit.
NVIDIA TensorRT-LLM is an open-source library developed by nvidia for high-performance inference of large language models on NVIDIA GPUs.
NVIDIA Warp is an open-source Python framework, first released by NVIDIA in March 2022, that takes ordinary Python functions and just-in-time compiles them into native kernels that run on the CPU or on a…
The NVIDIA acquisition of Hugging Face is a pending transaction in which NVIDIA agreed to buy Hugging Face, the New York company that operates the largest hosting platform for open machine-learning models and…
Nemotron is NVIDIA's brand for its family of open large language models and the datasets, training recipes, and evaluation tools built around them.
Nemotron 3 is a family of open-weights large language model systems released by NVIDIA beginning on December 15, 2025, built for agentic AI and consisting of three sparse mixture-of-experts variants named…
NVIDIA Nemotron 3.5 Lightning is an open-weights 30 billion parameter mixture-of-experts language model with 3 billion active parameters per token, released by NVIDIA on August 11
Nemotron Nano 2 is a family of small, open-weight reasoning language models released by NVIDIA on August 18, 2025
Nemotron-4 is a family of decoder-only large language models developed by NVIDIA and documented in two technical reports released in 2024.
Nemotron-H is a family of open-weight large language models released by NVIDIA in April 2025 that replace most of the self-attention layers of a standard Transformer with Mamba-2 state-space layers, producing…
Nemotron-Labs-TwoTower is an open-weight diffusion language model released by NVIDIA in mid-2026.
Next.js is an open-source React framework developed and maintained by Vercel that has become the default way to ship production AI products, especially streaming chat interfaces and other large language model…
No Language Left Behind (NLLB) is a machine translation research project and model family from Meta AI, announced in July 2022.
North Mini Code is an open-weight large language model developed by Cohere for agentic software development and AI code generation.
Nous Research is a New York City-based applied AI research organization and company that builds widely used open-weight language models and decentralized training infrastructure.
NuminaMath is a family of openly licensed competition-mathematics resources developed by the non-profit Project Numina, spanning the largest public dataset of competition math problems and solutions, a set of…
OLMo (Open Language Model) is a family of fully open large language models built by the Allen Institute for AI (Ai2) and first released on February 1, 2024.
OLMo 2 is the second generation of fully open large language models released by the Allen Institute for AI (Ai2), spanning 7B, 13B, and 32B parameter sizes.
OLMo 3 is the third generation of fully open language models released by the Allen Institute for AI (Ai2).
OLMoE (Open Mixture-of-Experts) is a fully open sparse mixture of experts large language model released by the Allen Institute for AI (Ai2) on September 3, 2024 .
OPT (Open Pre-trained Transformer) is a suite of decoder-only large language models released by Meta AI in May 2022, ranging from 125 million to 175 billion parameters and built to reproduce the scale and…
ORCA (a backronym for Open-source, Reliable, Cost-effective, Anthropomorphic) is an open-source dexterous hand developed at the Soft Robotics Lab (SRL) of ETH Zurich in Switzerland.
Ollama is a free, open-source runtime for downloading, running, and managing open-weight large language models (LLMs) locally on personal computers and servers.
Open Interpreter is an open-source desktop agent, distributed as a Python command-line tool and library, that lets a large language model write and execute code locally on the user's machine.
Open WebUI is a self-hosted, extensible web interface for interacting with large language models (LLMs) both locally and through cloud APIs.
Open weights is the practice of publishing the trained parameter tensors of a neural network so that anyone can download, run, fine-tune, and redistribute the model without obtaining a separate inference…
Open-Sora is an open-source text-to-video diffusion project initiated in March 2024 by Singapore-based startup HPC-AI Tech (the team behind the Colossal-AI distributed training framework) as a public attempt…
As of July 2026, the open-weight LLMs that are genuinely free for commercial use with no strings attached are the ones released under standard, OSI-approved licenses: Apache-2.0 (Alibaba's Qwen3, most of…
Open-source AI refers to artificial intelligence systems whose recipients have broad rights to use, study, modify, and share the system, together with access to the materials needed to exercise those rights.
OpenAI Baselines is a collection of open-source, high-quality reference implementations of reinforcement learning (RL) algorithms released by OpenAI.
OpenAI Codex CLI is an open-source, terminal-based coding agent developed by OpenAI and released on April 16, 2025
OpenAI Harmony (the harmony response format) is the structured conversation and response format used by OpenAI's open-weight gpt-oss language models, released on August 5, 2025.
OpenArm is an open-source, seven-degree-of-freedom humanoid robot arm developed by Enactic, Inc., a Tokyo robotics company.
OpenBMB, short for "Open Lab for Big Model Base," is a Chinese open-source AI community and GitHub organization that builds foundation models, training and inference toolkits, agent frameworks, and…
OpenClaw is a free, open-source autonomous AI agent that runs locally on a user's own machine and executes real-world tasks through everyday messaging apps such as WhatsApp, Telegram, Discord, Slack, and…
OpenDerm is an open-source robotic imaging system that photographs human skin at close range with a four-degree-of-freedom gantry, then reconstructs and registers those photographs into a measurable…
OpenFold is an open source, trainable, GPU friendly PyTorch reimplementation of AlphaFold 2, developed initially by the AlQuraishi lab at Columbia University and then governed by the OpenFold Consortium
OpenGVLab is the open-source organization and project hub for general-vision and multimodal foundation models run by the General Vision group at Shanghai AI Laboratory.
OpenHands is an open-source, autonomous software development agent platform created by All Hands AI that lets AI agents write code, run shell commands, browse the web, and edit files inside an isolated Docker…
OpenMDW (Open Model, Data and Weights License) is a permissive license agreement developed under the Linux Foundation specifically for machine learning models and their related artifacts.
OpenMule is an open-source proposal for a decentralized marketplace platform designed to facilitate transactions between end-users and service providers of automated agents.
OpenOrca is a large open-source instruction-tuning dataset that augments the FLAN Collection with chain-of-thought responses generated by OpenAI's GPT-3.5 and GPT-4 APIs.