Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hk-gosuto/vercel-ai-proxy
Gemini API proxy based on vercel routes
https://github.com/hk-gosuto/vercel-ai-proxy
Last synced: 8 days ago
JSON representation
Gemini API proxy based on vercel routes
- Host: GitHub
- URL: https://github.com/hk-gosuto/vercel-ai-proxy
- Owner: Hk-Gosuto
- License: mit
- Created: 2023-12-14T11:33:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T08:53:17.000Z (6 months ago)
- Last Synced: 2024-11-16T05:25:17.981Z (2 months ago)
- Size: 3.91 KB
- Stars: 18
- Watchers: 1
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vercel AI API Proxy
AI API proxy based on vercel routes
## Support
- openai
- gemini
- groq
- claude
- cohere
- xai## 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/# xai
https://your_domian/xai/```
## Vercel Region List
https://vercel.com/docs/edge-network/regions#region-list