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"}'