/vercel-ai-proxy

Gemini API proxy based on vercel routes

MIT LicenseMIT

Vercel AI API Proxy

AI API proxy based on vercel routes

Support

  • openai
  • gemini
  • groq
  • claude
  • cohere

How to deploy

Installing Vercel CLI

To download and install Vercel CLI, run the following command:

pnpm i -g vercel

Login Vercel

vercel login

Publish

Publish to Vercel

vercel --prod -y

How to use

Configure proxy address

# openai
https://your_domian/openai/

# gemini
https://your_domian/gemini/

# groq
https://your_domian/groq/

# claude
https://your_domian/claude/

# cohere
https://your_domian/cohere/