> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siliconflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using in Obsidian Copilot

Obsidian Copilot is an open-source AI assistant plugin that is simple in design and easy to use. Users can interact with various models through built-in API keys or local models. It supports custom prompts, quick conversations with the entire note library, and provides answers and insights. It is designed to be the ultimate privacy-focused AI assistant with a deep understanding of your personal knowledge base.\
<br />How can you use SiliconFlow models in Obsidian?

## 1. Obtain API Key

1. Open the SiliconFlow [official website](https://cloud.siliconflow.com/) and register an account (if you already have one, simply log in).
2. After completing the registration, go to [API Key](https://cloud.siliconflow.com/account/ak), create a new API Key, and copy the key for later use.

## 2. Use the SiliconFlow Language Model Series in Obsidian Copilot

### 2.1 Install Obsidian Copilot

1. Install the Obsidian application. For details, visit the [Obsidian official website](https://obsidian.md/).
2. Install the Copilot plugin in Obsidian.

### 2.2 Configure the SiliconFlow Model in Obsidian Copilot

#### 2.2.1 Set up the LLM Model

1. Select Copilot.
2. Enter the model name from SiliconFlow [SiliconFlow Platform LLM List](https://cloud.siliconflow.com/models?types=chat).
3. Choose a third-party model compatible with Open API: 3rd party (openai-format).
4. Enter the corresponding Base URL for SiliconFlow: [https://api.siliconflow.com/v1](https://api.siliconflow.com/v1).
5. Enter the corresponding API Key for SiliconFlow: ([https://cloud.siliconflow.com/account/ak](https://cloud.siliconflow.com/account/ak)).
6. Click “Add Model” to complete the setup.

#### 2.2.2 Set up the Embedding Model

1. Enter the corresponding Embedding model name. Refer to the [SiliconFlow Platform Embedding List](https://cloud.siliconflow.com/models?types=embedding).
2. Choose a third-party model compatible with Open API: 3rd party (openai-format).
3. Enter the corresponding Base URL for SiliconFlow: [https://api.siliconflow.com/v1](https://api.siliconflow.com/v1).
4. Enter the corresponding API Key for SiliconFlow: ([https://cloud.siliconflow.com/account/ak](https://cloud.siliconflow.com/account/ak)).
5. Click “Add Model” to complete the setup.

#### 2.2.3 Load the Configuration

Select the model you just added, then click “Save and Reload” to save and reload the configuration.\
You can now perform retrieval and Q\&A based on the SiliconFlow model and your local knowledge base.
