- Instruction Following
Nova Premier 1.0 is Amazon’s most capable multimodal Nova-family model, optimized for complex reasoning with a very large 1M-token context window.
Powered by LiquidAI
LFM2.5-1.2B-Instruct (free) is a 1.2B-parameter, instruction-tuned hybrid language model from LiquidAI, optimized for fast, on-device inference with a ~32k token context window. It offers general-purpose conversational and task-oriented capabilities while running efficiently on edge hardware.
Output tokens per second · Higher is better
Seconds · Lower is better
USD per 1M tokens (blended) · Lower is better
About the model
LFM2.5-1.2B-Instruct (free) is a compact, instruction-tuned text-generation model from LiquidAI designed for fast, on-device AI with a context window of roughly 32k tokens. It is mainly used for general-purpose chat, agentic workflows, data extraction, and retrieval-augmented generation where low latency and small memory footprint are important. The model is also positioned for multi-language conversational tasks across several major languages, though it is not recommended as a top choice for highly knowledge-intensive or advanced programming workloads. It belongs to the LFM2.5 family of hybrid on-device models, building on the earlier LFM2 architecture with extended pre-training and reinforcement learning-based post-training.
Model capabilities
Instruction-tuned chat model supporting multi-turn dialogue, general assistance, and natural conversation with strong instruction-following behavior.
Generates coherent, context-aware text for prompts, explanations, and open-ended tasks using a 1.2B-parameter on-device-optimized architecture.
Understands and generates text in multiple languages, including English, Arabic, Chinese, and several others, for diverse global use cases.
Supports structured outputs, function calling, and tool use, enabling integration into agentic pipelines and automation workflows.
Designed for fast, low-memory inference on CPUs and NPUs, enabling on-device AI experiences on laptops, mobiles, and IoT hardware.
Use cases
Transparent pricing
LLM API offers the lowest per-token cost and best performance for LFM2.5-class instruct models.
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | 80ms | 120 tps | 99.99% | $0.02 | $0.02 | 64K tokens |
| LiquidAI | Global | ~180ms | ~40 tps | ~99.9% | $0.00 | $0.00 | ~32K tokens |
| OpenAI (GPT-4o-mini-equivalent) | Global | ~220ms | ~60 tps | 99.9% | ~$0.15 | ~$0.60 | 128K tokens |
| Anthropic (Claude 3 Haiku-equivalent) | US East | ~250ms | ~50 tps | 99.9% | ~$0.20 | ~$0.80 | 200K tokens |
| Google (Gemini 1.5 Flash-equivalent) | Global | ~210ms | ~70 tps | 99.9% | ~$0.12 | ~$0.48 | 1M tokens |
Performance benchmarks
| Metric | LFM2.5-1.2B-Instruct (free) | Llama 3.2 1B Instruct | Gemma 2 2B Instruct |
|---|---|---|---|
| Avg Latency | ~220ms | ~250ms | ~260ms |
| Context Window | 16K | 16K | 8K |
| Input Price ($/1M) | $0.00 | $0.10 | $0.09 |
| Output Price ($/1M) | $0.00 | $0.15 | $0.12 |
| Max Output Tokens | 4K | 4K | 4K |
| Throughput | ~60 tps | ~55 tps | ~50 tps |
| Uptime | 99.5% | 99.9% | 99.9% |
30-day usage via LLM API
Architecture & Integration
One unified API. Every major model. Built-in reliability, cost control, and observability.
Automatically route each request to the best model across providers based on latency, cost, and quality—without touching your app code.
One endpoint, every modelDynamically pick cheaper equivalent models, control spend with policy-based limits, and monitor per-project usage so you never get surprised by your AI bill.
Cut spend, keep qualityConfigure automatic failover to backup models and providers when requests fail or time out, keeping your AI features online even during provider outages.
No single point of failureGet full visibility into every call—latency, errors, tokens, and model choices—with logs and traces that plug into your existing monitoring stack.
See every token and traceDefine high-level tasks—chat, classification, extraction, tools—once and let LLM.API pick and orchestrate the right models and prompts for each job.
Code to tasks, not modelsProcess millions of inputs efficiently with optimized batching, concurrency controls, and retry semantics tailored for large-scale offline and backfill workloads.
Scale from 10 to millionsDecision guide
FAQ
LFM2.5-1.2B-Instruct (free) is a 1.2B-parameter LiquidAI instruction-tuned language model optimized for fast, low-cost text generation via LLM.API.
It is best for lightweight chatbots, tool-using agents, code helpers, and simple reasoning tasks where low latency and free usage are more important than peak accuracy.
The model is available in a free tier on LLM.API, meaning requests are not directly metered by tokens but may be subject to fair-use limits.
LFM2.5-1.2B-Instruct (free) supports a context window of up to 8,192 tokens per request on LLM.API.
This model is text-only, accepting text prompts and returning text completions without native image, audio, or video understanding.
Being a 1.2B-parameter model, it is optimized for low latency and generally responds faster than larger LiquidAI or frontier models under similar conditions.
Specify the model name "liquidai/lfm2.5-1.2b-instruct-free" (or the documented identifier) in your LLM.API completion or chat endpoint request.
It is cheaper and faster but has weaker long-context reasoning, creativity, and coding depth than larger LiquidAI or state-of-the-art models.
You can use it with LLM.API’s tool-calling layer, but the model itself does not implement a native structured tool-calling protocol.
It can hallucinate facts, struggle with complex multi-step reasoning, and may perform poorly on very long documents compared to larger models.
Compare
Nova Premier 1.0 is Amazon’s most capable multimodal Nova-family model, optimized for complex reasoning with a very large 1M-token context window.
Grok Build 0.1 is xAI’s fast, agentic coding model optimized for software engineering workflows, with a 256K-token context window and support for text and image inputs.
DeepSeek V4 Flash (free) is an open-source, efficiency-optimized Mixture-of-Experts language model from DeepSeek, offering a 1M-token context window with only 13B parameters activated per token out…