Documentation Index
Fetch the complete documentation index at: https://docs.agipower.ai/llms.txt
Use this file to discover all available pages before exploring further.
Guide to Using Obsidian Copilot via AGIPower
Obsidian Copilot is a powerful AI assistant plugin. Through its integration with AGIPower, you can use multiple advanced AI models within your Obsidian notes for a smarter writing and thinking experience.AGIPower fully supports the OpenAI API protocol and can be seamlessly integrated into the Obsidian Copilot plugin. Minimal configuration is required.Note that the OpenAI protocol base_url=“https://api.agipower.ai/v1”.
Installation and Configuration
1. Install Obsidian
Go to the Obsidian website to download and install the Obsidian desktop app.2. Install the Copilot Plugin
- Open the Obsidian app
- Click the Settings icon (gear icon) in the bottom-left corner
- In the Settings page, find Community plugins
- Click the Browse button to open the plugin community
- Enter copilot in the search box
- Find the Obsidian Copilot plugin and click Install
- After installation, click Enable to activate the plugin
3. Configure AGIPower Models
Get Your AGIPower API Key
Add a Custom Model
- Open the Obsidian Settings page
- In the left menu, find Community plugins → Copilot plugin settings
- Click the Models tab
- Click the Add model button
Fill in the Model Configuration
In the pop-up configuration form, fill in the fields as follows:- Provider: Select
OpenAI - Base URL: Enter
https://api.agipower.ai/v1 - API Key: Enter your AGIPower API Key (starts with
sk-) - Model ID: Enter the model slug on AGIPower that supports the OpenAI Chat-Completion protocol
4. Test the Model Connection
After configuration, click the Test button to verify connectivity: If configured correctly, you will see a success message. If the connection fails, see the Troubleshooting section.Using Copilot
Launch the Chat Interface
After configuration, you can use Copilot in the following way:- Click the Copilot icon (robot icon) in the left sidebar
- Open the chat interface
- Select your configured AGIPower model in the model selector
Troubleshooting
Common Issue Resolution
API Key Error
Issue: API Key is invalid or authentication failed Solution:- Check whether the API Key was copied correctly and ensure there are no extra spaces
- Verify the API Key format starts with
sk- - Confirm the API Key is active and has sufficient balance
- Check the API Key status in the AGIPower Console
Connection Failure
Issue: Copilot cannot connect to the AGIPower service Solution:- Check if your network connection is working properly
- Verify the Base URL is configured as
https://api.agipower.ai/v1(note it is/v1and not/anthropic) - Confirm your firewall or proxy settings are not blocking the connection
- Try accessing https://agipower.ai in a browser to confirm the service is reachable
Model Unavailable
Issue: The model is reported as non-existent or does not support the OpenAI protocol Solution:- Check that the Model ID is correct, paying attention to case and spelling
- Common mistake:
anthropic/claude-hiku-4.5-sonnetshould beanthropic/claude-haiku-4.5(haiku, not hiku) - Visit the AGIPower Model List and filter by “OpenAI API Compatible” to view available models
- Confirm the selected model supports the OpenAI Chat-Completion protocol
Test Succeeds but Fails During Use
Issue: Connection test succeeds, but errors occur during actual use Solution:- Check that your API Key has sufficient balance
- Verify the model capability settings are correct (Chat, Streaming, etc.)
- Open the Obsidian Developer Console (
Ctrl/Cmd + Shift + I) for detailed error messages - Try switching to another model to test whether it is a model-specific issue
Slow Response or Timeout
Issue: AI responses take too long or requests time out Solution:- Check your network connection quality
- Try faster models such as
anthropic/claude-haiku-4.5ordeepseek/deepseek-chat - Reduce the text length per conversation
- Adjust timeout parameters in Copilot settings
Plugin Configuration Lost
Issue: Configuration is lost after restarting Obsidian Solution:- Ensure the Copilot plugin is properly enabled
- Check permissions for the
.obsidian/plugins/obsidian-copilot/directory in your Obsidian vault - Try reinstalling the Copilot plugin
- Back up important configurations to avoid accidental loss