We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c47c0f commit aca7e8bCopy full SHA for aca7e8b
1 file changed
README.md
@@ -53,28 +53,6 @@ const result = await use_mcp_tool({
53
});
54
```
55
56
-## Intelligent Model Selection
57
-
58
-The server automatically analyzes query complexity to route requests to the most appropriate model:
59
60
-1. **Simple Queries** → Sonar Pro
61
- - Basic information lookup
62
- - Straightforward questions
63
- - Quick facts
64
65
-2. **Complex Queries** → Sonar Reasoning Pro
66
- - How/why questions
67
- - Comparisons
68
- - Step-by-step explanations
69
- - Problem-solving tasks
70
71
-3. **Research Queries** → Sonar Deep Research
72
- - In-depth analysis
73
- - Comprehensive research
74
- - Detailed investigations
75
- - Multi-faceted topics
76
77
-You can override the automatic selection using `force_model: true` in any tool's arguments.
78
79
## Setup
80
0 commit comments