mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
docs: add DashScope quota limits to web search documentation
- Add quota information (200 requests/minute, 2000 requests/day) to DashScope provider description - Update provider details section with quota limits
This commit is contained in:
@@ -8,7 +8,7 @@ Use `web_search` to perform a web search and get information from the internet.
|
|||||||
|
|
||||||
### Supported Providers
|
### Supported Providers
|
||||||
|
|
||||||
1. **DashScope** (Official, Free) - Default provider, always available when using Qwen OAuth authentication
|
1. **DashScope** (Official, Free) - Default provider, always available when using Qwen OAuth authentication (200 requests/minute, 2000 requests/day)
|
||||||
2. **Tavily** - High-quality search API with built-in answer generation
|
2. **Tavily** - High-quality search API with built-in answer generation
|
||||||
3. **Google Custom Search** - Google's Custom Search JSON API
|
3. **Google Custom Search** - Google's Custom Search JSON API
|
||||||
|
|
||||||
@@ -120,6 +120,7 @@ web_search(query="best practices for React 19", provider="dashscope")
|
|||||||
- **Cost:** Free
|
- **Cost:** Free
|
||||||
- **Authentication:** Automatically available with Qwen OAuth
|
- **Authentication:** Automatically available with Qwen OAuth
|
||||||
- **Configuration:** No API key required
|
- **Configuration:** No API key required
|
||||||
|
- **Quota:** 200 requests/minute, 2000 requests/day
|
||||||
- **Best for:** General queries, always available
|
- **Best for:** General queries, always available
|
||||||
|
|
||||||
### Tavily
|
### Tavily
|
||||||
|
|||||||
Reference in New Issue
Block a user