Web platform for multimodal AI model integration
Top 22.1% on sourcepulse
This project provides a unified web platform for interacting with multiple AI models, including Gemini Pro, Cloudflare Workers AI, and ChatGPT. It targets users who want a single interface for various AI services and offers a serverless deployment option for ease of use.
How It Works
The platform leverages Cloudflare Workers AI for serverless deployment, enabling rapid setup without dedicated servers. It supports a range of models, including Gemini Pro, Stable Diffusion, and others listed in its documentation, allowing users to integrate and switch between different AI providers.
Quick Start & Requirements
docker run -d --name cloudflare-ai-web -e CF_TOKEN=YOUR_CF_TOKEN -e CF_GATEWAY=YOUR_CF_GATEWAY -p 3000:3000 --restart=always jazee6/cloudflare-ai-web
CF_TOKEN
), Cloudflare AI Gateway URL (CF_GATEWAY
). Optional: OpenAI API Key (OPENAI_API_KEY
), Google AI API Key (G_API_KEY
)..env.example
for details.Highlighted Details
Maintenance & Community
No specific community links or contributor information are provided in the README.
Licensing & Compatibility
The license is not explicitly stated in the README.
Limitations & Caveats
The project is described as "Beta" for Cloudflare Workers AI. Specific regional deployment configurations for Vercel are mentioned, implying potential regional limitations or performance considerations.
2 months ago
1 day