From f71e34dd0f0149843de1c4345c5ce9799493fbcd Mon Sep 17 00:00:00 2001 From: Ahmed Allam <49919286+0xallam@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:16:59 -0700 Subject: [PATCH] Update web search model name to 'sonar-reasoning-pro' --- strix/tools/web_search/web_search_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strix/tools/web_search/web_search_actions.py b/strix/tools/web_search/web_search_actions.py index 52f00a9..f2b6fcf 100644 --- a/strix/tools/web_search/web_search_actions.py +++ b/strix/tools/web_search/web_search_actions.py @@ -46,7 +46,7 @@ def web_search(query: str) -> dict[str, Any]: headers = {"Authorization": f"Bearer {api_key}", "Content-Type": "application/json"} payload = { - "model": "sonar-reasoning", + "model": "sonar-reasoning-pro", "messages": [ {"role": "system", "content": SYSTEM_PROMPT}, {"role": "user", "content": query},