Chatbox
Desktop client for multiple AI APIs
Chatbox Cheatsheet
Supported Providers
| Provider | Setup |
|---|---|
| OpenAI | API key in settings |
| Anthropic | API key in settings |
| Azure OpenAI | Endpoint + key |
| Ollama | Local URL (default: localhost:11434) |
| Custom API | OpenAI-compatible endpoint |
Model Settings
| Parameter | Description | Range |
|---|---|---|
| Temperature | Creativity level | 0-2 |
| Max tokens | Response length | 1-128000 |
| Top P | Nucleus sampling | 0-1 |
| Frequency penalty | Reduce repetition | 0-2 |
| System prompt | Custom instructions | Free text |
Features
| Feature | Description |
|---|---|
| Multi-model | Switch providers mid-conversation |
| Markdown | Rich text rendering |
| Code blocks | Syntax highlighting |
| Image input | Vision model support |
| Export | Markdown, JSON, image |
| Prompt library | Reusable templates |
Chatbox Shortcuts
General
| Shortcut | Action |
|---|---|
| ⌘N | New conversation |
| ⌘K | Quick switch model |
| ⌘, | Settings |
| ⌘Enter | Send message |
| ⇧Enter | New line |
| ⌘L | Clear conversation |
| ⌘/ | Toggle sidebar |
Chat
| Shortcut | Action |
|---|---|
| ⌘⇧C | Copy last AI response |
| ⌘⇧E | Export conversation |
| Up | Edit last message |
| ⌘1-9 | Switch conversation |
| ⌘⇧N | New conversation with current model |