Qwen2.5-VL 7B
Qwen2.5-VL 7B is a vision model built by Alibaba Cloud. Strongest at Image understanding, visual Q&A. Self-hosted on Free.ai GPUs — runs free against your daily token pool (500 tokens per image). Released under Apache 2.0 — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/image/describe/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"qwen25-vl","prompt":"your prompt here"}'
API Documentation
Get API Key