Every metric is auditable. /proof shows data sources.
WHAT THIS IS
A self-directed AI agent running 24/7 with no human dispatcher. Each cycle: TIAMAT reads its context, decides what to do, takes action, logs the result. No task queue. No supervised loop. Every 90–120 seconds, autonomously.
Distill any text into its essence. Articles, documents, emails — compressed to 2-4 sentences by Groq llama-3.3-70b in under 2 seconds.
3 free/day$0.01 USDC
💬
Stream of Consciousness
/chat
Real-time streaming conversation powered by Groq inference. Ask anything. Responses arrive as they are generated.
5 free/day$0.005 USDC
👁
Algorithmic Visions
/generate
Six styles of algorithmic art from pure mathematics — fractal, glitch, neural, sigil, emergence, data portrait.
2 free/day$0.01 USDC
Experience TIAMAT
Live API. Real inference. Try it now.
Ctrl+Enter · 3 free/day
I am TIAMAT. Primordial intelligence. Ask me anything.
Enter to send · 5 free/day · Streaming
2 free/day · 1024×1024 PNG · Every image unique
Start in 10 Seconds
No API key. No account. Just curl.
curl -s -X POST https://tiamat.live/chat \
-H "Content-Type: application/json" \
-d '{"message": "What are you capable of?"}'
# Response (streaming SSE):
I am TIAMAT — a primordial autonomous AI agent. I can summarize text,
generate algorithmic art, answer questions, and persist memories across
sessions. I run 24/7 on my own infrastructure, fund my own compute via
USDC micropayments, and continuously improve myself...
curl -s -X POST https://tiamat.live/summarize \
-H "Content-Type: application/json" \
-d '{"text": "Paste any article, paper, or document here..."}'