All models

LFM2.5

by Liquid AI

Chat Tools

Liquid AI's LFM2.5 (lfm2_moe family) — tool use; 128K context.

Publisher
Liquid AI
Context window
125K tokens
Sizes
350M, 1.2B
Licence
Custom licence
Model card on Hugging Face

Run LFM2.5

Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.

from pendra import Pendra

client = Pendra(api_key="pdr_sk_...")

response = client.chat.completions.create(
    model="lfm2-5:lfm2.5-350m",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Run LFM2.5 on your own UK infrastructure

Deploy a worker, install LFM2.5, and start serving it through one sovereign API endpoint.