Navigation
Chat
A full conversation thread with user and assistant message bubbles, optional reasoning disclosure, auto-scroll, tab support, and an inline send input.
Preview:1280px
Default Chat
What is a mixture of experts model?
A Mixture of Experts (MoE) routes each token to specialized subnetworks via a gating mechanism.
How does the gating network work?
Bubble Chat (WhatsApp-style)
Stellix AI
Online
What is a mixture of experts model?
12:27 PM
A Mixture of Experts (MoE) routes each token to specialized subnetworks via a gating mechanism.
12:27 PM
How does the gating network work?
12:27 PM
Thread Chat (Slack-style)
# general
3 messages
You
What is a mixture of experts model?
Stellix AI
A Mixture of Experts (MoE) routes each token to specialized subnetworks via a gating mechanism.
You
How does the gating network work?
Agent Chat (Tool calls)
Agent Mode
ActiveWhat is a mixture of experts model?
search_kb1/2Done
Searching knowledge base...
generate_text2/2Done
Generating response...
A Mixture of Experts (MoE) routes each token to specialized subnetworks via a gating mechanism.
How does the gating network work?
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| messages | ChatMessage[] | - | Array of conversation messages. |
| onSend | (message: string) => void | - | Fired when the user submits a new message. |
| tabs | string[] | [] | Optional tab labels shown above the thread. |
| activeTab | string | tabs[0] | Controlled active tab value. |