Chat
Conversations
Manage chat history, multiple threads, and past conversations.
Automatic saving
Every chat session is automatically saved as a conversation. You never lose context — close the tab and come back later to pick up where you left off.
Multiple threads
You can have multiple independent conversations with the same model. This is useful for keeping different topics separate:
- One conversation for drafting blog posts
- Another for brainstorming ideas
- A third for reviewing code
Start a new conversation by navigating back to the model from your dashboard and clicking Open in chat again.
Managing conversations
From the chat history sidebar, you can:
| Action | How |
|---|---|
| Resume a conversation | Click its title in the sidebar |
| Rename | Click the edit icon next to the title |
| Delete | Remove a conversation permanently |
Chat vs API conversations
Conversations in the chat UI and conversations through the API are completely separate:
- Chat UI — Commissioned manages conversation history for you. Messages are stored and loaded automatically.
- API — you manage history yourself by passing the full message array with each request. See Chat Completions for details.
There's no way to access chat UI conversations through the API, or vice versa. They use the same model but operate independently.