The Open Weights
LatestModelsLeaderboardsCompanies
Subscribe
The Open Weights

The daily record of open-source AI. New model releases, leaderboards, and what's coming next — written for people who ship.

Refreshed every 12 hours

Discover

  • Latest releases
  • New today
  • Trending models

Browse

  • All models
  • Companies
  • Categories
  • Leaderboards

About

  • About
  • Editorial policy
  • RSS feed
  • Newsletter

© 2026 The Open Weights. An independent publication.

PrivacyTermsSMSAggregated by Claude · curated by humans.
LatestLiquidAI2.5-Encoder-230M
LiquidAIEmbeddings

Liquid AI's LFM2.5 encoder targets fast CPU inference

A 230M-parameter bidirectional encoder built for long-context English and German embeddings without a GPU.

Jul 27, 2026
NotableOther
LFM2.5-Encoder-230M

Liquid AI has released LFM2.5-Encoder-230M, a compact bidirectional encoder aimed at teams that need embeddings without the overhead of a GPU. At roughly 230 million parameters, the model is designed to run efficiently on CPUs while still handling long-context inputs, according to the company's announcement on Hugging Face.

Unlike the generative decoder models that dominate headlines, encoders like this one produce dense vector representations of text — the backbone of search, retrieval, classification, and clustering pipelines. The bidirectional design means the model attends to context on both sides of each token, a well-established approach for embedding quality.

Why it matters

Much of the practical work in production AI is retrieval and ranking, not text generation, and that work often runs at high volume where inference cost matters. A small, CPU-friendly encoder lowers the barrier for embedding workloads:

  • Sub-1B parameter footprint suited to commodity hardware
  • Long-context support for larger documents
  • Bilingual coverage across English and German

The model repository lists the release under a custom license, so teams evaluating it for commercial use should review the terms before deployment. As a first entry in the LFM2.5 encoder line, it signals Liquid AI's interest in the infrastructure layer of AI applications, not just frontier chat models.

Sources

  • LiquidAI/LFM2.5-Encoder-230M

    Hugging Face

    Visit

Get the model

Hugging Face

Specs

Parameters230M
Size900 MB
PrecisionFP32
ArchitectureLfm2BidirectionalForMaskedLM
LicenseOTHER
Downloads3.6K
Likes108

Modalities

Embeddings

0 comments

No comments yet. Be the first to weigh in.

More in Embeddings

OpenBMB/Embeddings

NeoMME: a single-tower multilingual multimodal encoder

A new open encoder aims to make document retrieval faster by treating text and images natively in one model.

Sep 3, 2026
H company/Embeddings

H Company's NeoMME rethinks visual document retrieval

A single-tower multimodal encoder aims to make multilingual document search cheaper to fine-tune and run.

Aug 30, 2026
WeMM
Tencent/Embeddings

Tencent's WeMM-Embedding-9B Unifies Text, Image and Video

The WeChat team releases a 9-billion-parameter multimodal embedding model that maps three modalities into one shared vector space.

Aug 25, 2026