Unlimited-OCR 3B
Unlimited-OCR 3B is an OCR model built by Baidu. Strongest at Image / scan to structured Markdown, complex layouts, tables, multi-page documents.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (300 tokens per page). Released under MIT — 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/ocr/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"unlimited-ocr","prompt":"your prompt here"}'
API Documentation
Get API Key