Tripplet is one workspace for chat, code and research — four specialised models bound not by a single provider or a single trick, but by the work you actually bring them.
Ask anything
Free to start · No account required · Your message carries into the chat
Four models
Astro reaches for the hardest problems, Taipei works through the ones that need structure, Majuli keeps pace with an ordinary day, and Suzhou answers before you have finished reading the question. Every one of them streams token by token, runs real code, searches the live web, and remembers what mattered last time.
Your workspace, thinking.
The lineup
Every model in Tripplet is tuned for a different kind of thinking. Switch between them mid-conversation — your context comes along.
Our most capable model — deep reasoning, agentic tool use, and full code pipelines through Astro 5.2 Code.
Structured thinking for research, analysis, and multi-step problems that deserve more than a first guess.
The balanced daily driver — fast enough to keep up, thoughtful enough to be worth asking.
Light and immediate. Free for guests, no account required — start a conversation in one click.
Modes & tones
Modes change the model's approach; tones change its voice. Stack them however the moment calls for.
think
Slows the model down for careful, low-temperature reasoning when precision matters.
deep-research
A longer leash and a bigger budget — thorough, multi-angle answers for hard questions.
web-search
Live results woven into the conversation, cited and current.
study
Explains instead of solves — guides you to the answer so it sticks.
Connectors
Link the apps you already live in, and Tripplet can read and act on them — issues, mail, docs — scoped to your account, revocable any time.
For developers
Every response is server-sent events from the first token. Build on the same streaming API the Tripplet interface runs on — plus an MCP server and OAuth for your own agents.
const res = await fetch('/api/chat', {
method: 'POST',
body: JSON.stringify({
model: 'astro-5',
messages: [{ role: 'user', content: 'Explain quines.' }],
}),
});
// Server-sent events — tokens as they're generated
for await (const chunk of readSSE(res.body)) {
render(chunk.delta);
}Triplepedia
Articles you can read, extend, and pull straight into a conversation — Tripplet's collective memory, one tab away.
Free to start — no card, no setup. Guests get Suzhou 4.1 instantly; an account unlocks the full lineup.