Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
Começar a conversarConversas
Mensagens
Visualizações
O que um @handle IA pode fazer
Inclua-o no seu site
Deixe um widget de chat em seu próprio site. O proprietário do manexo paga o tokens os visitantes usam.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
Perícia
Sobre
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!
Utilizar como agente
Acesso programático. O modo proprietário-paga encaminha mensagens de visitante sem expor sua conta.
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"}'