Back to Models
L

LFM2 24B

Liquid/liquid/lfm-2-24b-a2b
Chat

Ultra-efficient model from Liquid AI

Input Price

$0.03

per 1M tokens

Output Price

$0.12

per 1M tokens

Context

32K

tokens

Modalities

text

Model ID

liquid/lfm-2-24b-a2b

Pricing Breakdown

DirectionPer 1K tokensPer 1M tokens
Input$0.00003000$0.0300
Output$0.00012000$0.1200

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

response = client.chat.completions.create(
    model="liquid/lfm-2-24b-a2b",
    messages=[{"role": "user", "content": "Hello!"}]
)

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

How It Works

Doggie Gateway routes your request to Liquid's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use LFM2 24B?

Create an account, get your API key, and start making API calls in under a minute.