Image-Text-to-Text
Transformers.js
ONNX
lfm2_vl
liquid
lfm2
lfm2-vl
edge
lfm2.5
lfm2.5-vl
onnxruntime
webgpu
conversational
custom_code
Instructions to use LiquidAI/LFM2.5-VL-3B-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use LiquidAI/LFM2.5-VL-3B-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-text-to-text', 'LiquidAI/LFM2.5-VL-3B-ONNX');