Vercel Ready
DeepSeek2API is running.
This instance exposes OpenAI-compatible endpoints and reports the current runtime configuration source below.
Runtime Status
Config Sourcefile:config.json
Config Mode ReadyTrue
API Keys1
Accounts1
Accounts With Token0
File PersistenceTrue
Quick Test
curl https://your-domain.vercel.app/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-key" \
-d '{"model":"deepseek-chat","messages":[{"role":"user","content":"hello"}],"stream":false}'