Add DeepSeek provider example to documentation (#24)

* Add DeepSeek provider example to documentation

Added DeepSeek provider example with API key instructions.

* Fix formatting in PROVIDER_EXAMPLES.md
This commit is contained in:
Zane Chen
2026-06-28 08:49:20 -04:00
committed by zane
parent 1171be7d89
commit 169eb7e8cd
+12
View File
@@ -74,3 +74,15 @@ llm:
api_key: your-google-api-key api_key: your-google-api-key
``` ```
Get your API key at [Google AI Studio](https://aistudio.google.com/app/apikey). Get your API key at [Google AI Studio](https://aistudio.google.com/app/apikey).
### DeepSeek
```yaml
llm:
provider: deepseek
model: deepseek/deepseek-v4-flash # or "deepseek/deepseek-v4-pro"
api_key: sk-your-deepseek-api-key
api_base: https://api.deepseek.com
```
Get your API key at [Deepseek](https://platform.deepseek.com/)