Why I Built a Free AI API and How You Can Use It
🎯 Why I Built a Free DeepSeek API Gateway
The Problem
Every AI API requires: signup → API key → credit card → rate limits → monthly bills.
The Solution
I built a gateway on Cloudflare Workers that removes all friction.
How It Works
- You make a request → 2. Worker checks IP rate limit → 3. Forwards to DeepSeek → 4. Returns response
No accounts. No keys. No payments. Just use it.
Quick Start
curl https://free-llm-api.jianchuan.workers.dev/v1/chat/completions -H "Authorization: Bearer free" -H "Content-Type: application/json" -d '{"model":"deepseek-v4-flash-free","messages":[{"role":"user","content":"Write a haiku about code"}]}'
Premium (Optional)
0.0001 BTC lifetime → GPT-5, Claude, Gemini, unlimited calls.
BTC: 1PgS158ZM9RqsBfCjatbrLw7HdmgMoJiXL
📖 Full docs: https://jianchuan3.github.io/free-ai-api-deepseek/
AI should be free. Premium for those who want more.