fvlm/README.md
2025-05-22 13:12:13 +00:00

12 lines
286 B
Markdown

# A FastVLM webserver
[fastvlm](https://github.com/apple/ml-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"
```