چه کاری یک هوش مصنوعی میتواند انجام دهد؟
در وبگاه خودتان جاسازی کنید
یک ویجت گپ را روی وبگاه خودتان بگذارید. مالک دستگیره برای استفاده بازدیدکنندگان از توکنها پرداخت میکند.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
تخصص
در مورد
This is the official Free.ai personal assistant. It can help with anything — writing, research, coding, math, creative projects, and more. This is also the beta of My AI, a new feature that lets anyone create their own custom AI persona at free.ai/@username. Try creating yours!
استفاده به عنوان عامل
دسترسی برنامهریزی شده حالت پرداخت مالک پیام بازدیدکنندگان را بدون افشا کردن حساب شما ارسال میکند.
curl -X POST https://free.ai/api/v1/myai/freeai/embed-chat/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message":"Hello"}'