Bright

BRIGHT / OPEN MODELS

Explore the atlas ↗

Intelligence.
In your hands.

Not just an API. Weights you can download, compress, run and change.

An illustrative model. Eight billion learned values.

8Bparameters stored in the weights
Pack the same weights

16 GB idealized weight storage

Same parameters. A smaller file. This hypothetical sparse model illustrates storage, not a measured device requirement.

Weights are the learned numbers inside a model. Try a smaller precision. Watch the same model take up less room.

Could this fit on your machine?
How this illustration works · and a real example

Eight billion total parameters, two billion active: a hypothetical teaching model, not a released checkpoint. Each of 64 blocks represents 125 million learned values. Volume follows weight storage, not architecture. Active parameters reduce work per token; inactive experts still need storage.

Decimal GB = total parameter billions × bits ÷ 8: 16 GB at FP16/BF16, 8 GB at 8-bit, 4 GB at 4-bit. Cache, runtime, activations and packaging need more. Quantization changes numerical representation, not parameter count.

A real historical example: Qwen3.5-397B-A17B reports 397B language-model parameters and 17B active. Its idealized weight storage is 794 / 397 / 198.5 GB at 16 / 8 / 4 bits, excluding the vision encoder. These are developer-reported counts, not a comparison of capability.

01 / OPEN IS MORE THAN A DOWNLOAD

Nine doors.
Which ones actually open?

Weights let you run a model. Code, data and permissions determine how far you can take it. These are different kinds of access, not a score.

Olmo 3 7B and 32B · Apache-2.0 for models and code; data components retain their stated licenses. These are source checks, not an OSI certification.

01WeightsavailableInspect +

Downloadable learned parameters for local inspection, adaptation, or inference.

Final and intermediate checkpoints are released.

Inspect the source ↗
02ArchitectureavailableInspect +

A public description or configuration detailed enough to understand the model design.

Architecture and changes are documented.

Inspect the source ↗
03Inference codeavailableInspect +

Code or documented integrations for running the released weights.

Model code and deployment instructions are public.

Inspect the source ↗
04Training codeavailableInspect +

Code used to pre-train or post-train the model, beyond inference and fine-tuning examples.

Pre-training and post-training code are released.

Inspect the source ↗
05Training recipeavailableInspect +

The stages, hyperparameters, mixtures, and other instructions needed to reproduce training.

Training stages, configurations, checkpoints, and mixtures are documented.

Inspect the source ↗
06Data informationavailableInspect +

A meaningful account of training-data composition, collection, filtering, and governance.

Ai2 publishes detailed provenance and composition for Dolma 3 and post-training data.

Inspect the source ↗
07Training dataavailableInspect +

The actual training corpus, or a reproducible path to reconstruct it.

Dolma 3 and the released post-training datasets are accessible.

Inspect the source ↗
08EvaluationavailableInspect +

Published evaluation results, prompts, harnesses, or code that can be examined and repeated.

Evaluation suites, data, and scoring standards are public.

Inspect the source ↗
09Commercial useavailableInspect +

License terms that state whether and under what conditions commercial deployment is allowed.

Apache-2.0 covers model artifacts; constituent data licenses still apply.

Inspect the source ↗

Available = the named artifact is published. Partial = some pieces or conditions. Restricted = material terms limit access or use. Not established = this review did not verify it; that is not evidence of absence.

Read Olmo 3’s complete record ↗
A vocabulary for seeing clearly · 12 definitions
Weights

The learned numbers a model uses to transform inputs into outputs. Downloading them makes running a compatible model yourself possible; it does not tell you everything about how it was trained. Source ↗

Open-weight AI

A useful descriptive label for released model parameters. It says little on its own about rights, training code or data. Read the license and the artifact list separately. Source ↗

Open source AI

OSI’s definition asks for freedoms to use, study, modify and share, plus parameters, code and sufficiently detailed data information. It does not require every training datum to be redistributable. Bright shows the components rather than treating a download as certification. Source ↗

Source-available

Source can be visible while its terms restrict use or redistribution. Availability and permission answer different questions. “Open” is used inconsistently across the industry; the actual artifacts and terms are the useful comparison. Source ↗

Permissive / restrictive licenses

Permissive terms generally allow broad reuse with conditions such as preserving notices. Other releases add use, territory or scale restrictions. Code and weights can have different licenses; a family name is not a license. Source ↗

Architecture / inference code

Architecture describes how the model is assembled. Inference code runs it. Having both helps others implement a runtime, but does not supply the process that produced the weights. Source ↗

Training code / recipe / data

Training code executes learning; a recipe records choices such as data processing and settings. Data information explains what went in. Access to the actual data is a separate question, including its rights and any gaps. Source ↗

Evaluation

A useful result names the exact model, task, scoring method and runtime conditions. A developer’s table is evidence of what that developer reports, not independent reproduction. This edition does not publish a benchmark leaderboard. Source ↗

Quantization

Store numbers using fewer bits. This reduces weight storage, but accuracy and speed depend on the method, model and backend. A theoretical 4-bit estimate is not the byte size of a packaged download. Source ↗

GGUF

A model-file format used by llama.cpp and compatible tools. It can contain different tensor types and quantizations. “GGUF” by itself does not tell you the precision, license, quality or required memory. Source ↗

LoRA / adapters

Train a comparatively small set of additional parameters while keeping the base weights fixed. An adapter needs its compatible base model; it is not usually a standalone replacement for the full model. Source ↗

RAM / VRAM / KV cache

System RAM and dedicated GPU memory are different budgets; unified memory is shared. Attention caches retain information about the current context. Longer conversations and more simultaneous users can consume much more memory. CPU offloading trades GPU memory for system memory and transfer work. Source ↗

02 / THE OPEN MODEL ATLAS

Many starting points.
No single winner.

15 curated family records. Sources checked 2026-09-19. Positions are editorial, not rankings, market share or a performance map.

15 families to explore. All 15 checked family records, without a ranking.

01 / Qwen / Alibaba Cloud

Qwen3.8

text · image
What is this model?

A downloadable 27B vision-language member of the Qwen3.8 generation, selected here because its Apache-2.0 terms are materially simpler than the custom license on the largest Qwen3.8 checkpoint.

Qwen3.8-27B
Apache-2.0
Open the family record

02 / DeepSeek

DeepSeek V4.1 Flash

text · image
What is this model?

A downloadable DeepSeek multimodal Flash model, with sparse activation that differs between prompt processing and generation.

DeepSeek-V4.1-Flash
MIT
Open the family record

03 / Mistral AI

Mistral Small 4

text · image
What is this model?

A hybrid sparse model that combines instruction following, reasoning, visual understanding, and coding modes in one downloadable checkpoint.

Mistral-Small-4-119B-2603
Apache-2.0
Open the family record

04 / Google DeepMind

Gemma 4

text · image
What is this model?

Google’s Gemma 4 generation spans edge and workstation sizes; this atlas record uses the 26B mixture-of-experts checkpoint as its reference point.

Gemma 4 26B-A4B
Apache-2.0
Open the family record

05 / OpenAI

gpt-oss

text
What is this model?

Two open-weight text reasoning models with adjustable reasoning effort, structured output, and tool-use support.

gpt-oss-120b and gpt-oss-20b
Apache-2.0, with a separate usage policy
Open the family record

06 / Meta

Llama 4

text · image
What is this model?

Meta’s first natively multimodal Llama generation and first Llama mixture-of-experts release.

Scout and Maverick
Llama 4 Community License Agreement
Open the family record

07 / Allen Institute for AI (Ai2)

Olmo 3

text
What is this model?

A fully open model flow spanning base, mid-trained, long-context, instruction, reasoning, and RL-zero checkpoints.

Olmo 3 7B and 32B
Apache-2.0 for models and code; data components retain their stated licenses
Open the family record

08 / NVIDIA

Nemotron 3 Nano Omni

text · image · audio · video
What is this model?

A compact sparse reasoning model that accepts video, audio, images, and text while activating about three billion parameters per token.

Nemotron-3-Nano-Omni-30B-A3B-Reasoning
NVIDIA Open Model Agreement
Open the family record

09 / Hugging Face

SmolLM3

text
What is this model?

A compact multilingual reasoning model whose engineering blueprint, mixtures, training frameworks, and alignment process are published.

SmolLM3-3B
Apache-2.0
Open the family record

10 / Allen Institute for AI (Ai2)

Molmo 2

text · image · video · pointing coordinates · tracking coordinates
What is this model?

A family of open vision-language models for images, multiple images, and video, with explicit spatial outputs such as pointing and object tracking.

Molmo2-4B, Molmo2-8B, and Molmo2-O-7B
Apache-2.0 repository and model terms; some source datasets require separate agreements
Open the family record

11 / Moonshot AI

Kimi K2.5

text · image · video
What is this model?

A trillion-parameter visual agentic model with a comparatively small active footprint and public weights and code.

Kimi-K2.5
Modified MIT License
Open the family record

12 / Z.ai

GLM-5.3 Flash

text · image
What is this model?

A natively multimodal sparse GLM checkpoint released under MIT terms for long-context agent and coding work.

GLM-5.3-Flash
MIT
Open the family record

13 / Arc Institute and collaborators

Evo 2

DNA sequence
What is this model?

A biological foundation model trained across genomes for sequence understanding and design, released with code, weights, and OpenGenome2 data.

Evo 2 7B and 40B
Apache-2.0 for code and model artifacts; dataset terms must be checked separately
Open the family record

14 / NVIDIA

Isaac GR00T

text · image · video · robot state · robot action
What is this model?

An open vision-language-action model for generalized humanoid skills, accompanied by reference code, data tooling, and a robotics development stack.

GR00T N1.7
NVIDIA Open Model License / repository-specific terms
Open the family record

15 / Mistral AI

Voxtral Realtime

audio · text
What is this model?

A compact streaming speech-recognition model designed for low-latency transcription through a realtime API.

Voxtral-Mini-4B-Realtime-2602
Apache-2.0
Open the family record

The selected checkpoint is stated on every profile. A family can contain permissive and restrictive releases. These source checks are a dated edition, not a claim that every emerging release has been found.

03 / WHAT CAN I RUN?

Some of this can live
on your machine.

Start with what you have. Discover a plausible scale, then look at what a runtime actually needs.

Begin with the machine in front of you

What are you using?

Choose a device and the memory available to it. Bright will compare that planning budget with idealized weight storage—not certify that a checkpoint will run.

Choose a device type

Apple silicon uses one physical memory pool shared by the CPU and GPU. The operating system and runtime still need part of it.

In Apple silicon, the CPU and GPU access the same physical memory pool. That differs from a discrete GPU with separate VRAM. Apple MLX explanation ↗

The reveal

Some documented weights enter the realm of plausible.

6 documented checkpoints fall under a 9.6 GB weight-only budget at 4-bit. A supported quantization, runtime and acceptable speed still need to be verified.

Advanced planning controlsPrecision, reserve, context and CPU offload
Weight precision

Lower precision reduces idealized weight storage. It can affect quality, and a matching quantized artifact may not exist.

CPU offload

This device path already plans against unified memory. No separate VRAM + RAM offload calculation is implied.

Inspect all 17 documented checkpoint examples

This is a planning lens, not a compatibility test. Decimal GB = total parameters × bits ÷ 8. The calculation includes inactive experts but omits packaging overhead, auxiliary modules, activations, runtime memory and context cache. It does not assert that a quantized artifact or supported backend exists.

RAM and VRAM are never added blindly. Speed, thermal behavior and output quality are outside this estimate. Context cache guidance ↗ · Check runtime backends ↗

04 / A MODEL IS A BEGINNING

One checkpoint.
Many possible beginnings.

You can change how weights behave, how they are stored, or what they are used for. Follow a few real transformations.

A checkpoint is a saved set of learned weights. This one is Qwen2.5-7B: a documented historical starting point.

QWEN / GENERAL LANGUAGE

  1. Starting checkpoint
    Qwen2.5-7BInspect

    The shared starting checkpoint. This small historical branch makes the relationship inspectable.

    Declared source
Read every relationship · what the lines mean

Qwen2.5-7B → Qwen2.5-7B-Instruct: instruction adaptation. That instruction checkpoint → bartowski GGUF: community quantization. Source links and the publisher’s stated relationships:

  • Qwen2.5-7BThe shared starting checkpoint. This small historical branch makes the relationship inspectable.
  • Qwen2.5-7B-InstructQwen’s instruction-tuned checkpoint builds on the base model.
  • bartowski / Qwen2.5-7B-Instruct-GGUFA community maintainer packages that instruction model in GGUF quantizations for compatible runtimes.
  • DeepSeek-R1-Distill-Qwen-7BDeepSeek documents fine-tuning Qwen2.5-Math-7B on R1-generated samples. This is a separate Qwen Math branch, not a descendant of the generic Qwen2.5-7B checkpoint shown above.
  • Qwen2.5-7B-Instruct-AWQQwen publishes an AWQ quantization of its instruction-tuned checkpoint. It changes the numerical representation, not the declared base lineage.
  • Qwen2.5-7B-Instruct-GPTQ-Int4The publisher identifies this as a GPTQ 4-bit quantization of Qwen2.5-7B-Instruct. Its model tree explicitly names the base and instruction checkpoints.

Separately, Foundation-Sec-8B’s card names Llama-3.1-8B as its base and continued pretraining as the transformation. No edge joins the Llama and Qwen roots.

Fine-tuning changes trained weights; continued pretraining extends the training objective on more data. Distillation learns from a teacher. Quantization changes numerical representation. LoRA trains adapters; it is not itself a descendant we can plot without a named artifact. An architecture derivative or a later family release is not automatically a weight descendant. Applications combine models and software; they need their own evidence.

This is a small documented sample, not a census, endorsement, or count of all descendants. Each artifact retains its own version and license conditions.

Go inside the Open intelligence demonstration.
The focused immersive foundry, within the broader Open Models destination.

05 / WHY PEOPLE CARE

What becomes possible
when you hold the model?

  1. 01

    Keep it close

    A clinic, a newsroom, a person
    What changes?

    Prompts can stay on controlled hardware when the runtime, logs, plugins and network behavior are configured that way. Local weights alone do not guarantee privacy.

  2. 02

    Keep it working

    A place without a reliable connection
    What changes?

    After downloading the necessary artifacts, supported local inference can work offline. Tools that fetch information or call services still need a network.

  3. 03

    Make it specific

    A language, a discipline, a task
    What changes?

    Fine-tunes and adapters let builders change behavior. They need suitable data, rights, evaluation and a license that permits the intended use.

  4. 04

    Keep a choice

    An institution choosing its infrastructure
    What changes?

    Self-hosting can give companies, researchers and countries operational control and portability. Hardware, expertise and supply chains remain dependencies.

  5. 05

    Look inside

    A researcher asking why it failed
    What changes?

    Available weights and code enable forms of inspection and experimentation that an API alone cannot. Reproducibility also needs the missing recipe, data and evaluation conditions.

Conditional implications drawn from OSI’s freedoms, local inference tools and adapter methods. Open weights alone do not establish cheaper, safer, greener or better outcomes.

06 / FAR BEYOND A CHAT BOX

Atmospheres. Proteins.
Voices. Moving hands.

24 documented examples of released models and the work around them. Research artifacts, operational systems and possible uses are labeled separately. Historical examples are not presented as new releases.

01 / 4 documented examplesEarthRead a changing planet.Atmospheres · weather · observationEnter this world
Climate · DemonstratedForecasting the atmosphere ten days ahead

GraphCast turns a recent state of the atmosphere into a global medium-range forecast. Its implementation and pretrained weights can be downloaded, so researchers can inspect and run a forecasting model outside a hosted product.

This is a research forecast driven by prepared atmospheric inputs, not an operational warning service. The public release includes code and weights, but not a complete disclosed training stack.

Performance figures come from the peer-reviewed paper by the model's developers. The repository publishes Apache-2.0 code and CC-BY-4.0 listed weights; it does not publish a complete training-data recreation.

Read the complete evidence record
Result and primary sources

The peer-reviewed Science paper reported that GraphCast produced skillful ten-day forecasts and outperformed ECMWF's deterministic HRES system across most of the paper's evaluated targets.

Climate · DeployedAn AI forecast enters daily operations

ECMWF moved its Artificial Intelligence Forecasting System into its operational forecast suite in February 2025 and publishes model code and checkpoints through the Anemoi project.

The operating organization reports its own performance. Repository, checkpoint, and input-data terms vary by release, so the full service should not be described as one uniformly open-source system.

Operational status and performance claims are ECMWF's account of its own service; the separately inspectable Anemoi repository establishes public implementation artifacts, not independent validation of the operating service.

Read the complete evidence record
Result and primary sources

ECMWF reports that AIFS became operational on 25 February 2025, producing forecasts four times each day for public and member-state use.

Earth · EmergingWeather models that can be carried into local workflows

NVIDIA’s January 2026 Earth-2 announcement separated atmospheric initialization, global forecasting and local nowcasting. Atlas and StormScope were available then; HealDA was announced for later release.

This is a developer-described release, not evidence that the components improve a public forecast service. The January source distinguishes released models from a planned release; later availability requires a separate check. Individual artifact terms control reuse.

Availability and capability descriptions are NVIDIA's release claims. “Open weights” describes downloadable parameters under NVIDIA terms, not a complete open training stack.

Read the complete evidence record
Result and primary sources

NVIDIA’s January announcement made Medium Range (Atlas) and Nowcasting (StormScope) available and said Global Data Assimilation (HealDA) was expected later that year. It did not establish all three as downloadable on the announcement date.

Earth · DemonstratedAdapting one Earth model to many maps

Prithvi-EO-2.0 is a geospatial foundation model that can be adapted to Earth-observation tasks such as flood mapping, crop classification, and land-use analysis.

The Prithvi-EO-2.0 repository code is MIT and the named 300M checkpoint is Apache-2.0, but those terms do not make every satellite input freely redistributable. Performance can shift by region, sensor, season, and local ground truth.

NASA and IBM document the public artifacts and research tasks. This broader mapping record is distinct from Bright's separate Prithvi in-orbit demonstration.

Read the complete evidence record
Result and primary sources

NASA and IBM publish model variants, code, examples, and task evaluations through the Prithvi repository and model cards.

02 / 4 documented examplesLifeLook inside living systems.Proteins · biology · medical images · materialsEnter this world
Biology · DemonstratedPredicting a protein’s shape from its sequence

ESMFold applies a protein language model to infer three-dimensional structure directly from an amino-acid sequence, with checkpoints and bulk prediction tools available to researchers.

Predicted structures vary in confidence and require scientific follow-up. The MIT repository and CC-BY-4.0 Atlas do not amount to a complete released training corpus and recipe.

The peer-reviewed paper and public artifacts establish the research result; neither establishes experimental validity for every predicted protein.

Read the complete evidence record
Result and primary sources

The Science study used the approach to help create the ESM Metagenomic Atlas, a public collection of predicted structures for hundreds of millions of metagenomic proteins.

Biology · EmergingAssembling biological model workflows

BioNeMo brings biological foundation models and training components into one framework for protein, molecular, and drug-research experiments.

Availability and licenses vary by component, and model weights generally use NVIDIA Open Model License terms. The repositories establish tooling, not a successful drug or clinical outcome.

This record describes public developer infrastructure. It makes no claim that a BioNeMo workflow has produced an effective therapy.

Read the complete evidence record
Result and primary sources

NVIDIA-BioNeMo publishes framework code, example workflows, and links to model weights that developers can combine in research pipelines.

Health · ExperimentalGiving medical-image annotators an editable first boundary

MedSAM adapts promptable segmentation to medical images and provides interactive tools for delineating structures or lesions for research annotation workflows.

The MedSAM repository is Apache-2.0; that license is not evidence of diagnostic accuracy, regulatory clearance, or safe clinical use, and medical-image dataset rights remain separate.

The public research repository establishes an inspectable workflow. No clinical deployment or medical outcome is inferred.

Read the complete evidence record
Result and primary sources

The university-led repository publishes a checkpoint, command-line inference, notebooks, and a graphical interface for research use.

Materials · DemonstratedProposing materials for a desired property

MatterGen generates candidate inorganic crystal structures while conditioning on properties a researcher wants, changing the starting point from searching a known catalog to proposing structures for testing.

Generated candidates still require synthesis and physical measurement. Repository code is MIT, but some ICSD-derived training material cannot be redistributed, preventing complete recreation from the public package; checkpoint terms still require their own model-card review.

The result is peer-reviewed and accompanied by public code. Restricted source data means the released artifacts are not a complete reproducible training stack.

Read the complete evidence record
Result and primary sources

The Nature paper reports generated candidates and an experimental synthesis case; Microsoft released implementation and data-processing material for research use.

03 / 5 documented examplesMachinesGive a learned pattern a physical task.Robotics · simulation · inspectionEnter this world
Robotics · ExperimentalTeaching a robot from demonstrations

OpenVLA gives robotics teams a pretrained vision-language-action model plus instructions for fine-tuning it on their own robot demonstrations.

Repository code is MIT, while checkpoints inherit Llama 2 Community License restrictions. Laboratory evaluations do not establish safe unattended operation.

The repository documents a reproducible research artifact. Its MIT code license does not extend to the released model checkpoints.

Read the complete evidence record
Result and primary sources

The official release provides checkpoints, LoRA and full fine-tuning paths, configuration files, and evaluation instructions for supported robot environments.

Robotics · ExperimentalA shared starting point for humanoid skills

Isaac GR00T N1.7 is a downloadable vision-language-action model intended as a base for developing humanoid robot skills.

The weights use the NVIDIA Open Model License, which is distinct from an OSI-approved open-source license. Public artifacts do not establish site-specific reliability or physical safety.

Capabilities are described by NVIDIA in its own repository. Public code and downloadable weights are separate artifacts with separate terms.

Read the complete evidence record
Result and primary sources

NVIDIA publishes the repository, inference and fine-tuning tooling, and model weights for research and developer experimentation.

Robotics · DemonstratedAdapting one robot policy across nine platforms

Octo is a generalist manipulation policy trained on the Open X-Embodiment dataset and evaluated as a reusable starting point for robots with different sensors, action spaces, and physical forms.

The experiments are research evaluations on specific tasks and hardware, not evidence of safe autonomous deployment. Repository code and the named Octo 1.5 checkpoint are MIT; the Open X-Embodiment source datasets still require their own provenance and terms review.

The reported cross-platform results come from the model authors and were published at RSS 2024. The project exposes MIT-licensed code and downloadable Octo 1.5 checkpoints; those artifacts do not establish unattended robot safety.

Read the complete evidence record
Result and primary sources

The Robotics: Science and Systems 2024 paper reports fine-tuning experiments across nine robot platforms, and the project publishes pretrained Octo 1.5 checkpoints plus training, fine-tuning, inference, and real-robot evaluation code.

Manufacturing · ExperimentalA local visual-inspection workbench

Anomalib packages multiple anomaly-detection methods into a modular library for finding and localizing unusual regions in inspection images, with paths from experiments to optimized edge inference.

Anomalib is an Apache-2.0 software toolkit, not one universally licensed set of open weights. Component models, pretrained assets, and datasets retain their own terms, and benchmark behavior does not establish performance on a particular production line.

The paper and maintained repository establish an open implementation and deployment toolkit. They do not establish that every bundled or compatible model weight is open, or that a factory has validated the resulting inspection system.

Read the complete evidence record
Result and primary sources

The Anomalib paper and repository provide training, evaluation, visualization, and OpenVINO optimization tools that let teams build and test a local anomaly-detection pipeline.

Robotics · ExperimentalSimulating a scene before a robot enters it

Cosmos 3 provides downloadable omnimodal world-model variants that can process or generate combinations of text, images, video, audio, and action sequences for physical-AI research.

The publisher warns that outputs can violate physical laws, lose object state, drift over long horizons, and fail on safety-critical edge cases. Generated scenes are not ground truth or evidence that a robot policy is safe in the physical world.

Capabilities and limitations come from NVIDIA documentation and the publisher model card. The code repository is Apache-2.0, while Cosmos 3 model artifacts use OpenMDW 1.1; Bright does not collapse those separate terms into one “open source” claim.

Read the complete evidence record
Result and primary sources

NVIDIA publishes Cosmos 3 model artifacts and local-inference examples, including a DROID robot-policy variant. The reviewed repository marks post-training recipes and task-specific evaluation as coming soon; publication of weights does not establish those planned artifacts as released.

04 / 3 documented examplesVoiceCarry words across a boundary.Speech · translation · audioEnter this world
Access · DemonstratedTranscribing speech on infrastructure you control

Whisper provides downloadable speech-recognition models for transcription, language identification, translation into English, and caption-making without requiring a hosted speech service.

Accuracy varies with language, accent, noise, recording conditions, and subject matter. The training corpus and a complete training recipe were not released.

The official repository establishes MIT-licensed code and weights. That unusually permissive artifact release remains distinct from access to the training data.

Read the complete evidence record
Result and primary sources

OpenAI released model weights, inference code, and a command-line interface under MIT terms in September 2022, making local runs broadly reproducible.

Access · EmergingMoving between speech and text across languages

SeamlessM4T joins speech recognition, text translation, speech translation, and speech generation in one multilingual research model family.

SeamlessM4T v1 and v2 weights are CC-BY-NC-4.0, so commercial use cannot be assumed. Translation quality, toxicity, and speech identity require evaluation for each language and setting.

Capabilities and language coverage are developer-described. MIT code and noncommercial model weights have materially different reuse permissions.

Read the complete evidence record
Result and primary sources

Meta publishes inference tooling, checkpoints, and supported-language documentation that allow researchers to run and evaluate the model family.

Culture · ExperimentalSketching music from words and melody

MusicGen generates music from a text description and can use an input melody as an additional condition, providing a downloadable tool for research and creative prototyping.

Code is MIT, but model weights are CC-BY-NC-4.0 and therefore do not authorize commercial product use. The model card cautions against downstream deployment without risk evaluation.

The official code and model card document a research tool. MIT code and noncommercial weights are deliberately reported as different layers.

Read the complete evidence record
Result and primary sources

Meta's AudioCraft repository publishes inference code, model cards, and MusicGen checkpoints for experimentation.

05 / 4 documented examplesCreationSee an image as something editable.Images · vision · multimodal toolsEnter this world
Infrastructure · DemonstratedSAM 1: selecting an object with a point or a box

The original 2023 Segment Anything release, now commonly called SAM 1, turns a click, box, or rough mask into an object segmentation, giving annotators and analysts an editable first pass across varied images.

A plausible mask may still be wrong, especially in unfamiliar imagery. Apache-2.0 model artifacts do not settle the rights attached to input images, dataset access, or downstream uses.

This is the historical SAM 1 release, not a claim about later Segment Anything generations. The official repository establishes Apache-2.0 model artifacts and intended workflows; SA-1B data access and downstream image rights remain separate.

Read the complete evidence record
Result and primary sources

Meta released SAM 1 inference code, Apache-2.0 model checkpoints, notebooks, and separate access to the SA-1B dataset in April 2023.

Access · EmergingAsking questions about an image on a small device

SmolVLM is a compact vision-language model family designed for document, image, and visual-question tasks where memory and compute are limited.

A small footprint does not guarantee factual answers, accessibility, or adequate speed on every device. Derived checkpoints must be checked separately.

Artifact availability and efficiency claims come from the publisher's release materials; they do not establish reliability in a particular accessibility workflow.

Read the complete evidence record
Result and primary sources

Hugging Face publishes checkpoints, demonstrations, training recipes, tools, and supporting VLM datasets under Apache-2.0 terms for the described release.

Access · EmergingCombining image, audio, video, and text at the edge

Gemma 3n is a multimodal model designed to accept text, images, video, and audio while producing text on resource-constrained devices.

Weights are governed by Gemma terms, not an OSI-approved software license asserted here; training data is summarized rather than released. Device fit and quality vary by hardware, language, and task.

Intended capabilities and evaluations are reported by Google. Public weights under Gemma terms are described here as open weight, not as a fully open training stack.

Read the complete evidence record
Result and primary sources

Google publishes weights and a detailed model card describing supported inputs, intended uses, evaluations, and deployment considerations.

Culture · DemonstratedAdapting an image model to a visual practice

Stable Diffusion's downloadable latent-diffusion weights and adaptation code allowed artists and developers to build local image generation, inpainting, fine-tuning, and LoRA workflows.

CreativeML OpenRAIL-M includes use-based restrictions and is not a simple permissive software license. Training-data rights, consent, bias, and the rights of generated work require project-specific review.

The repository establishes the original public artifacts. Broad ecosystem use does not erase the model license's restrictions or settle training-data disputes.

Read the complete evidence record
Result and primary sources

The 2022 public release supplied model weights and code that became a base for a large ecosystem of interfaces and adaptations.

06 / 4 documented examplesWorkBring a model into a discipline.Code · reasoning · security · educationEnter this world
Infrastructure · EmergingAdapting a code model to a private codebase

StarCoder2 offers several downloadable code-model sizes plus fine-tuning and evaluation examples for local completion and generation experiments.

Generated code can be insecure, incorrect, or incompatible with a project. Repository code is Apache-2.0, while StarCoder2 model weights use BigCode OpenRAIL-M v1; dataset provenance and terms remain separate.

The project repository establishes model and tooling availability; benchmark results do not establish correctness in a production codebase.

Read the complete evidence record
Result and primary sources

BigCode publishes 3B, 7B, and 15B model releases, a fine-tuning example, and links to a code evaluation harness.

Open intelligence · EmergingRunning a reasoning model on your own machine

OpenAI's gpt-oss family provides downloadable reasoning-model weights for self-hosted tool use, structured outputs, and adjustable reasoning effort.

Apache-2.0 weights and public inference references do not include the full training data or recipe. Benchmark and memory figures are vendor results tied to the stated quantization and workload.

Availability, hardware guidance, and benchmark comparisons are OpenAI's descriptions of its own release. Bright labels this open weight rather than a complete Open Source AI training stack.

Read the complete evidence record
Result and primary sources

OpenAI released gpt-oss-120b and gpt-oss-20b weights, reference inference code, and tool examples in August 2025.

Infrastructure · EmergingA security model for a SOC's own evidence

Foundation-Sec-8B is a cybersecurity-focused Llama 3.1 derivative that organizations can download and adapt for security operations work involving their own alerts, cases, and threat knowledge.

The operational workflows and benchmark results come from the model publisher, with no independent evidence that it improves outcomes in a live security operations center. Static training data and adversarial inputs also make current threat intelligence and guarded deployment essential.

The use cases and evaluation are Cisco Foundation AI's account, not an independently corroborated deployment. The Foundation-Sec-8B card lists Apache-2.0 for this checkpoint; its Llama lineage and every downstream artifact still require version-specific terms review.

Read the complete evidence record
Result and primary sources

The technical report evaluates the released model on cybersecurity benchmarks, and its public model card documents intended security-operations workflows and downloadable weights.

Education · DemonstratedExplaining a novice programmer's compiler error

Researchers fine-tuned compact downloadable language models to explain C compiler errors using examples derived from real introductory-programming mistakes.

This is an author-reported research evaluation, not a school deployment or evidence of improved learning outcomes. Dataset access and the distinct Qwen and Llama model terms must be checked before reuse.

The evaluation and pedagogical comparison are reported by the study authors. “Open-source” is their terminology; Bright separately records that the evaluated Qwen and Llama variants carry different model licenses and are not a single uniform open stack.

Read the complete evidence record
Result and primary sources

The research evaluation combined expert review with automated analysis of 8,000 responses and reported that fine-tuning improved the pedagogical quality of the smaller models to levels comparable with much larger models.

07 / CHOOSE FOR THE TASK

Control has work attached.
Convenience has terms.

“Open” and “hosted” are not opposites: open-weight models can be hosted by someone else. Compare the model’s access terms and the deployment arrangement separately.

Decision questions, not measured rankings. Derived from the model cards and runtime documentation linked in this guide.
SituationRun it yourselfUse a hosted serviceAsk before deciding
Sensitive recordsControlled local infrastructure can keep inputs in one place.A hosted service may have suitable contractual and technical controls.Inspect logs, network calls, access rules and retention in either setup.
A small team shipping a featureWeights allow modification and a choice of runtimes.An API can remove much of the hardware and serving work.Compare the whole workload: latency, staffing, reliability and cost.
Specialist researchWeights and training artifacts allow deeper experiments.A hosted frontier model may perform better on the chosen task.Evaluate with representative data; availability is not capability.
Long-term operationA retained checkpoint can help reproduce a prior system.Managed updates and safety services can reduce operational work.You still need security, monitoring, evaluation and incident response.

08 / STATE OF OPEN

A record worth returning to.

Dated developments from Bright’s evidence ledger. This edition is curated; nothing here is an automated live feed. The atlas above names newer checked releases where the historical ledger has not yet caught up.

The forecast competition leaves its data open.

ECMWF released JJA 2026 forecast files and regional scores for an open framework comparing AI and hybrid subseasonal weather systems.

Deployed · Benchmark skill does not make a forecast actionable in every region.

An open model learns the Moon's surface.

NASA and IBM released a Lunar Foundation Model trained primarily on Lunar Reconnaissance Orbiter data for research tasks such as crater and volcanic-feature mapping and possible polar-ice analysis.

Emerging · Repository licenses must be checked separately for code, weights, and data before calling the whole package open source.

A speech benchmark begins to listen beyond English.

Hugging Face and Voice Arena added Hindi and Indian English evaluation to an open speech-recognition leaderboard with held-out/private splits and demographic and geographic test design.

Emerging · A benchmark expansion is not proof that any product is equitable.

Reasoning weights with a permissive license.

IBM released Granite 4.2 weights in 3B, 8B, and 30B sizes under Apache-2.0, with reasoning and tool-calling capabilities.

Deployed · Released weights do not disclose every training datum or guarantee full reproducibility.

A year of satellite observation, made lighter to carry.

TESSERA provides 10-meter, pixel-wise annual embeddings learned from Copernicus Sentinel-1 and Sentinel-2. ESA says the model first launched in 2025; its repository and a peer-reviewed CVPR 2026 paper now document the work.

Demonstrated · An embedding discards information and is not a universal map.

Simulating a scene before a robot enters it

Cosmos 3 provides downloadable omnimodal world-model variants that can process or generate combinations of text, images, video, audio, and action sequences for physical-AI research.

Experimental · The publisher warns that outputs can violate physical laws, lose object state, drift over long horizons, and fail on safety-critical edge cases. Generated scenes are not ground truth or evidence that a robot policy is safe in the physical world.

Follow the open intelligence question

09 / HOW WE GOT HERE

Access changed.
Then what people could build changed.

Selected historical milestones. This is a history of different release choices, not a claim that every release met the same definition of open.

  1. GPT-2 made release itself part of the debate

    What changed?

    OpenAI released GPT-2 in stages and published the full 1.5B model in November 2019. The weights became public; the release was not a complete open training stack.

    Original source
  2. A community trained GPT-Neo

    What changed?

    EleutherAI released a community-built language-model family with public code and checkpoints, creating a durable reference for work outside the largest labs.

    Original source
  3. BLOOM paired scale with visible governance

    What changed?

    BigScience released a multilingual model built by an international collaboration with unusually extensive data and governance documentation; its RAIL terms differ from a permissive license.

    Original source
  4. Stable Diffusion made image weights adaptable

    What changed?

    The public 1.x weights catalyzed local image tools, fine-tunes, and LoRAs while bringing data rights and use-restricted licensing into public view.

    Original source
  5. Whisper put speech code and weights under MIT

    What changed?

    The release made local transcription and translation practical for many builders, while accuracy and speech-data questions remained setting-specific.

    Original source
  6. LLaMA accelerated the open-weight ecosystem

    What changed?

    Meta published the first LLaMA research models under a research-oriented license, showing that downloadable weights can still carry substantial restrictions.

    Original source
  7. Mistral 7B normalized a compact Apache release

    What changed?

    A small, commercially usable model helped expand local serving and adaptation; the exact version and license still matter for every descendant.

    Original source
  8. OLMo made “fully open” a concrete claim

    What changed?

    Ai2 released training data, code, checkpoints, recipe, and evaluation artifacts, giving researchers more than final weights to inspect and reproduce.

    Original source
  9. OSI defined Open Source AI 1.0

    What changed?

    The definition separated freedoms and required components into a testable vocabulary. It is a standard for analysis, not a legal judgment on every model.

    Original source
  10. DeepSeek-R1 released reasoning weights

    What changed?

    DeepSeek released R1, R1-Zero, and six distilled checkpoints, renewing questions about distillation, reproducibility, and post-release safety. Its own code and R1 weights are MIT; Llama-derived distills retain their base-model terms.

    Original source
  11. OpenAI released the gpt-oss weights

    What changed?

    The 120b and 20b reasoning models arrived with Apache-2.0 weights and inference references, but without a complete public training-data corpus or recipe.

    Original source
  12. Gemma 4 moved the family to Apache 2.0

    What changed?

    Google’s release log records the initial Gemma 4 weights under Apache 2.0 on March 31; Google published its announcement article on April 2. The release expanded commercial reuse rights for the weights; it did not publish the complete training data or training recipe.

    Original source

10 / THE WORK BETWEEN THE FILES

The model is not
the whole movement.

Researchers publish artifacts. Maintainers make them run. Dataset builders, evaluators and independent quantizers make the work reusable. Hardware and hosting still matter.

Hugging Face Hub

What they make possible

Hosts model files, datasets, cards, metadata, and revision history. A listing exposes provenance clues; it does not prove a derivative is valid or inherits the same permissions.

Meet the project

llama.cpp

What they make possible

Runs supported model formats locally across consumer hardware and exposes quantization choices that determine memory, speed, and output fidelity.

Meet the project

MLX

What they make possible

Provides an array and machine-learning framework optimized for Apple silicon, supporting local training and inference experiments.

Meet the project

Ollama

What they make possible

Packages and serves supported models on a local machine; convenience does not change the model license or validate its answers.

Meet the project

vLLM

What they make possible

Serves language models with continuous batching and memory-management techniques for higher-throughput inference.

Meet the project

SGLang

What they make possible

Supplies a serving engine and programming interface for structured model workloads; serving behavior remains separate from model permissions and quality.

Meet the project

Transformers

What they make possible

Provides common model definitions, loading, training, and inference APIs across many families, making revisions easier to run and compare.

Meet the project

PEFT

What they make possible

Creates lightweight adapters such as LoRAs so a base model can be specialized without retraining every parameter; each adapter still needs base-model and data provenance.

Meet the project

LM Evaluation Harness

What they make possible

Runs language-model evaluations with recorded tasks and settings. A comparable score still requires the exact model revision, prompt, precision, harness version, and date.

Meet the project

Open WebUI

What they make possible

Adds a browser interface around local or remote model servers. The interface is its own product with privacy, extension, and security behavior beyond the model.

Meet the project

What this edition can—and cannot—tell you.

Sources checked 2026-09-19. Profiles distinguish code, weights, data and permissions. An unknown field means the review did not establish it. It does not mean the artifact does not exist. Model cards are mutable; a checked date is not a promise of continuing availability.

Most release claims come from their developers. Peer review is identified where present, but is not the same as independent reproduction. This guide publishes no cross-model performance ranking. Deeper independent reporting is still needed on multilingual behavior, real-device energy and latency, accessibility outcomes, long-term maintenance and commercial deployment costs.

NVIDIA appears where its released work supports an example. The broader NVIDIA collection remains a separate editorial connection. This destination’s examples and model records span many organizations.

Bright’s evidence method ↗