Real-ESRGAN
Real-ESRGAN is an image upscaler built by Xintao Wang. Strongest at Image upscaling 2x/4x. Self-hosted on Free.ai GPUs — runs free against your daily token pool (1,000 tokens per image). Released under BSD — 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/enhance/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"real-esrgan","prompt":"your prompt here"}'
API Documentation
Get API Key