Skip to content

Commit aca7e8b

Browse files
Update README.md
1 parent 2c47c0f commit aca7e8b

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,6 @@ const result = await use_mcp_tool({
5353
});
5454
```
5555

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.
7856

7957
## Setup
8058

0 commit comments

Comments
 (0)