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 created from your own free provider tokens (DEEPSEEK_TOKENS / QWEN_TOKENS). API consumers need no keys - all upstream requests are made by the configured server tokens.
Requires Python 3.10+ (CI tests 3.10-3.14).
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