/vercel-openai

Proxy the OpenAI API with Vercel's Edge Functions

Primary LanguageTypeScript

Vercel OpenAI

Proxy the OpenAI API with Vercel's Edge Functions

Inspired by cloudflare-proxy

Why Proxy

  • No need to use VPN all the time
  • No need worry about API Key being stolen

Deploy

Deploy with Vercel

Use https://<your domain>/api as proxy address

必须自定义域名才能在国内正常访问

I Love Vercel!

Develop

# Node.js v18+
pnpm install
pnpm dev