Documentation Index
Fetch the complete documentation index at: https://docs.usechamber.io/llms.txt
Use this file to discover all available pages before exploring further.
AI Assistant
Get answers without leaving your terminal. Thechamber chat command connects you to Chamber’s AI assistant — ask about workload status, GPU utilization, capacity planning, and more in natural language.
AI Chat requires browser-based authentication. Run
chamber login (without --token) to authenticate. API tokens are not supported for chat.Modes
Quick Question
Pass your question as an argument for a single response:Interactive Conversation
Runchamber chat without arguments to start a multi-turn conversation:
| Command | Action |
|---|---|
/quit or /exit | End the session |
/new | Start a new conversation |
/help | Show available commands |
Esc or Ctrl+C | Cancel the current response |
Named Conversations
Use-c to name a conversation and resume it later:
Pipe Input
Pipe logs, config files, or other data into chat for analysis:Image Attachments
Attach an image for visual analysis:List Conversations
View your recent chat history:What You Can Ask
The AI assistant has access to your organization’s live infrastructure data. Example questions:Workloads
- “What jobs are running right now?”
- “Why did my training job fail?”
- “Show me jobs submitted by my team this week”
- “What’s the average queue wait time?”
Capacity
- “How much GPU capacity is available?”
- “When does our H100 reservation expire?”
- “Which pools have spare capacity?”
- “Are we at risk of hitting our budget?”
Utilization
- “What’s our GPU utilization this week?”
- “Which teams are underutilizing their allocations?”
- “Show me utilization trends for the last 30 days”
- “Are there any idle GPUs I can use?”
Optimization
- “How can I improve my training job’s GPU efficiency?”
- “Should I use reserved or elastic for this workload?”
- “What’s the best GPU type for my use case?”
- “Help me right-size my resource requests”
Command Execution
When the AI assistant determines that a CLI command can fulfill your request, it will suggest the command and ask for confirmation before running it locally:- Confirmation required — The assistant always asks before executing. You stay in control.
- Local execution — Commands run on your machine using the same
chamberbinary you’re already using. - Non-TTY mode — When input is piped (non-interactive), suggested commands are displayed but not executed, so scripts remain safe.
- Ctrl+C — You can cancel a running command at any time.
Command Reference
| Flag | Description |
|---|---|
-c, --conversation | Named conversation thread (resume later with the same name) |
-m, --model | AI model selection |
-i, --image | Attach an image file (PNG, JPG, GIF, WebP) |
--no-stream | Disable streaming (buffer full response before output) |
--raw | Disable markdown rendering in terminal |
-l, --list | List recent conversations |
Output
When running in a terminal, responses are rendered with formatted markdown including syntax highlighting, bold/italic text, and clickable links. Use--raw to disable formatting if needed.
When piped to another command, streaming is disabled automatically and raw text is output:

