AICredits logo
liquid

LiquidAI: LFM2-24B-A2B

liquid/lfm-2-24b-a2b

LFM2-24B-A2B is the largest model in the LFM2 family of hybrid architectures designed for efficient on-device deployment. Built as a 24B parameter Mixture-of-Experts model with only 2B active parameters per...

Supported APIs

Chat API
Context
128K
Max output
Input / 1M
₹3.02
Cached / 1M
₹0.30
Output / 1M
₹12.08

Pricing

Token typeUSD / 1MINR / 1M
Input$0.030₹3.02
Cached inputprompt cache read$0.00300.30
Output$0.120₹12.08

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call LiquidAI: LFM2-24B-A2B through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "liquid/lfm-2-24b-a2b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.