Why I Built a Free AI API and How You Can Use It

in #ai6 hours ago

🎯 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

  1. 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.

#ai #api #free #cloudflare #deepseek #buildinpublic