Spaces:
Running
Running
metadata
title: DeepSite v3
emoji: π³
colorFrom: blue
colorTo: blue
sdk: docker
pinned: true
app_port: 3000
license: mit
short_description: Generate any application by Vibe Coding
models:
- deepseek-ai/DeepSeek-V3-0324
- deepseek-ai/DeepSeek-R1-0528
- deepseek-ai/DeepSeek-V3.1
- deepseek-ai/DeepSeek-V3.1-Terminus
- deepseek-ai/DeepSeek-V3.2-Exp
- Qwen/Qwen3-Coder-480B-A35B-Instruct
- moonshotai/Kimi-K2-Instruct
- moonshotai/Kimi-K2-Instruct-0905
- zai-org/GLM-4.6
DeepSite π³
DeepSite is a Vibe Coding Platform designed to make coding smarter and more efficient. Tailored for developers, data scientists, and AI engineers, it integrates generative AI into your coding projects to enhance creativity and productivity.
How to use it locally
Follow this discussion
Google Gemini Integration
This fork adds native support for Google AI Gemini models using @google/genai with server-side streaming.
Supported model IDs:
gemini-2.5-progemini-2.5-flashgemini-flash-lite-latestgemini-2.0-flashgemini-2.0-flash-litelearnlm-2.0-flash-experimentalgemini-robotics-er-1.5-previewgemma-3-27b-it
Environment variable required on the server:
GEMINI_API_KEYβ your Google AI Studio API key
Notes:
- The key is only accessed in server routes (e.g.,
app/api/ask/route.ts). - On Hugging Face Spaces, add the secret in Settings β Variables as
GEMINI_API_KEY.