Cloudflare AI Web是一个在线开源基于GeminiPro Vision和ChatGPT搭建的融合Web平台,利用免费、免翻的 Cloudflare Workers AI 快速搭建文本生成、AI翻译、AI绘画平台,支持GeminiPro Vision / Cloudflare Workers AI / ChatGPT等等,支持Vercel Edge Functions 部署,全球CDN网络加速,500000次免费额度,无限制响应时间,开箱即用。
GeminiPro Vision
stable-diffusion-xl-base-1.0
GeminiPro
llama-2-7b-chat-fp16
llama-2-7b-chat-int8
mistral-7b-instruct-v0.1
gpt-3.5-turbo
codellama-7b-instruct-awq
m2m100-1.2b
CF_TOKEN
- Cloudflare Workers AI TokenCF_GATEWAY
- Cloudflare AI Gateway URLOPENAI_API_KEY
- OpenAI API Key (需要ChatGPT时填写)G_API_KEY
- Google AI API Key (需要GeminiPro时填写)G_API_URL
- Google AI 反代 (非美国ip填写,或参考以下配置)PASSWORD
- 访问密码 (可选)https://dash.cloudflare.com/profile/api-tokens
https://ai.google.dev/tutorials/rest_quickstart#set_up_your_api_key
参考 https://github.com/Jazee6/gemini-proxy 搭建反代
或者在nuxt.config.ts
中添加以下配置
nitro: {
vercel: {
regions: ["cle1", "iad1", "pdx1", "sfo1", "sin1", "syd1", "hnd1", "kix1"]
}
}
演示地址:https://ai.jaze.top
GitHub:https://github.com/Jazee6/cloudflare-ai-web