Chat with AI models using a modern interface. Select models, manage conversations, and customize settings.
Attach files to your messages using the paperclip button. Supported formats:
Use the microphone button to speak your message. The Speech Recognition API converts your voice to text in real-time.
Tips: Speak clearly and pause between sentences. Click the microphone again or press Enter to send.
When you attach a PDF, click the preview icon to:
When you paste a URL, ChatStudio automatically fetches a preview with title, description, and favicon.
Code blocks are syntax-highlighted in a sandboxed iframe for security. Use markdown formatting:
```javascript
console.log('Hello, World!');
```
Choose from various AI models including:
Enter - Send messageShift + Enter - New line in inputCtrl + K - Clear conversation (if implemented)All conversations are stored locally in your browser. No data is sent to external servers except for AI processing through the configured API endpoint.
If a model times out, try a smaller cloud model like qwen3.5:7b instead of larger models.
Make sure your browser supports the Web Speech API and has microphone permissions enabled.
Ensure file sizes are reasonable. Large PDFs may take longer to process.