Discover and explore top open-source AI tools and projects—updated daily.
API proxy for GenSpark-based models
Top 55.6% on SourcePulse
Genspark2API provides a unified API gateway for various AI models, including large language models, image generation, and video generation. It aims to simplify access to these models for developers and users by offering a single interface, supporting features like streaming, web search, and multi-modal input.
How It Works
The project acts as a proxy, forwarding requests to different AI model providers. It handles authentication, request formatting, and response parsing. Key features include support for multiple LLM providers (GPT-4o, Claude, Gemini), image generation models (DALL-E 3, Ideogram), and video generation models. It also incorporates advanced functionalities like web search integration, multi-turn conversations with image/file context, and automatic cookie management for handling rate limits and service availability.
Quick Start & Requirements
docker-compose pull && docker-compose up -d
) or Docker (docker run ... deanxv/genspark2api:latest
).GS_COOKIE
(user session cookie) and API_SECRET
(optional API key for authentication) must be set. A proxy service (genspark-playwright-proxy
) is recommended for Cloudflare V3 bypass.Highlighted Details
-search
to model names.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
genspark-playwright-proxy
) for validation.2 months ago
1 day