OpenAI-compatible HTTP API built on Python + FastAPI. Instead of the paid APIs it talks to the internal APIs of the free web clients chat.deepseek.com and chat.qwen.ai using server-side accounts. API users need no keys - all requests are made by the server accounts.
Windows (PowerShell):
irm https://raw.githubusercontent.com/FANATFANATA/DanyAPI/main/docs/install.ps1 | iexLinux/macOS:
curl -fsSL https://raw.githubusercontent.com/FANATFANATA/DanyAPI/main/docs/install.sh | bash