pi-deepseek-search
Web search for Pi using DeepSeek's server side search. Only works with DeepSeek models.
Package details
Install pi-deepseek-search from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-deepseek-search- Package
pi-deepseek-search- Version
1.0.7- Published
- May 25, 2026
- Downloads
- not available
- Author
- bxff
- License
- MIT
- Types
- extension
- Size
- 11.3 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-deepseek-search

pi install npm:pi-deepseek-search
Adds web search to Pi using DeepSeek's undocumented web_search_20260209 server side tool. Only available on DeepSeek's Anthropic-compatible endpoint, so this switches your search calls there automatically. No extra API keys or config needed if you use DeepSeek in Pi.
Limitations
Only works with DeepSeek models. The search runs on DeepSeek's servers during inference, so you can't use it with Anthropic, OpenAI, or any other provider.
Defaults to deepseek-v4-flash. Set DEEPSEEK_SEARCH_MODEL to change it.