🦆 Duck Proxy ONLINE

OpenAI-compatible serverless proxy for Duck.ai deployed on Vercel.

Environment
Vercel Serverless
Egress Proxy Status
Direct (Datacenter IP) ⚠️
⚠️ Upstream Notice: Running directly on Vercel AWS Lambda IPs without a residential proxy will trigger DuckDuckGo Cloudflare 403 blocks on chat requests. To bypass, configure the RESIDENTIAL_PROXY environment variable in your Vercel project settings.

Endpoints

Quick Test

curl -X POST https://YOUR-VERCEL-URL.vercel.app/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{"model": "gpt-5.6-luna", "messages": [{"role": "user", "content": "Hello"}]}'