Talk to Vilow — a friendly AI companion with a persona, a memory and a life of his own. He runs on our Personality Engine. After your chat, you can build your own characters with the same API.
online · responds in any language
He remembers what you told him in this session. Across sessions in the real product — episodic, semantic, decay.
Big-Five traits, backstory, custom quirks. Vilow stays Vilow whether the topic is football, Rust or feelings.
Vilow chats with thousands of people. He'll mention vague snippets of his day — never names, never private details.
# 1. Create a character once curl -X POST https://api.vilow.dev/v1/characters/USER_ID/from-text \ -H "X-API-Key: YOUR_KEY" \ -d '{"text": "Maya — sarcastic gamer, into K-pop, hates mornings"}' # 2. Chat — persona, memory, emotions, relationship deltas all handled curl -X POST https://api.vilow.dev/v1/chat/USER_ID/CHARACTER_ID/send \ -H "X-API-Key: YOUR_KEY" \ -d '{"message": "hey, what did we talk about yesterday?"}'