Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
વાતચીત શરૂ કરોવાર્તાલાપો
સંદેશાઓ
દેખાવો
@handle એઆઈ શું કરી શકે છે
તમારી સાઇટ પર તેને જડિત કરો
તમારી પોતાની વેબસાઇટ પર વાતચીત વિજેટ મૂકો. ટોકનનો ઉપયોગ કરનાર મુલાકાતીઓનો માલિક ચૂકવે છે.
<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"}'