Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
Започни разговорРазговорите
Пораки
Погледи
Што може да направи @handleAI
Вметнете го на вашата страница
Фрли го виџетот за чат на твојата веб- страница. Сопственикот плаќа за жетоните што ги користат посетителите.
<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"}'