-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Chris Gage edited this page Jun 21, 2026
·
1 revision
Once accepted: Settings → Community plugins → Browse → search "Real Chat" → Install → Enable.
- Download
main.js,manifest.jsonandstyles.cssfrom the latest release. - Put them in
<your vault>/.obsidian/plugins/real-chat/. - Reload Obsidian, then enable Real Chat under Settings → Community plugins.
- Open Settings → Real Chat.
- Choose a provider:
- DeepSeek direct — cheapest, cache-aware pricing.
- OpenRouter — one key, 300+ models (Claude, GPT, Gemini, …) with a live model list and per-model pricing.
- Custom — any OpenAI-compatible base URL.
- Paste your API key for the chosen provider. On OpenRouter, click Load / refresh models to pull the list, then star your favourites.
- Open the sidebar from the ribbon (speech-bubble icon) or run the Open Real Chat command.
- Each session has its own model — set it from the model selector in the chat header.
- On OpenRouter, the list shows per-model pricing and marks multimodal (vision-capable) models, which can read images directly. For text-only models like DeepSeek, configure a separate Vision provider — see Vision & Images.
Your keys and live settings are stored in this plugin's local data.json inside the plugin folder. They are never sent anywhere except the provider they belong to. Don't commit data.json to a public repo.