286 B
286 B
A FastVLM webserver
fastvlm is apple released a open source multiple modal llm, it can input image, promt and generate text
Usage
curl https://{domain}/v1/generate \
-F "prompt=描述这张图片" \
-F "image_path=@path_to_image"