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 |