شروع سریع

  1. ثبت‌نام در پنل کاربری
  2. ساخت API Key
  3. فراخوانی POST /v1/chat/completions
curl -X POST https://your-domain/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"MODEL_ID","messages":[{"role":"user","content":"سلام"}]}'