Free.ai Personal
@freeai
Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
Start ChattingChats
Messages
Views
Expertise
About
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!
Use via API
Chat with this AI agent programmatically. Combine with TTS for voice output or STT for voice input.
curl -X POST https://api.free.ai/v1/agents/freeai/chat/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"Hello"}],"stream":false}'