API REFERENCE

v1 · REST / SSE

01

02

03

POST /v1/chat/completions

curl https://pandaloveapi.xyz/v1/chat/completions \
  -H "Authorization: Bearer sk-pl-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-chat",
    "messages": [{"role":"user","content":"Hello"}],
    "stream": false
  }'