Configuration Details
# Important Notes
You must customize the following three parameters before use, otherwise the plugin will not work
- baseUrl
- apiKey
- model
# 1. Qiniu Cloud (opens new window)
baseUrl: "https://openai.qiniu.com/v1/chat/completions"
apiKey: ""
model: "deepseek/deepseek-v4-pro"
# 2. DeepSeek (opens new window)
baseUrl: "https://api.deepseek.com/chat/completions"
apiKey: ""
model: "deepseek-v4-pro"
# 3. Silicon Flow (opens new window)
Register via phone number, DeepSeek and other models are free with limits
baseUrl: "https://api.siliconflow.cn/v1/chat/completions"
apiKey: ""
model: "deepseek-ai/DeepSeek-V4-Flash"
# 4. Others
Any OpenAI-compatible API service provider