SearchModel.tavily constructor
Create a Tavily search model. Tavily uses a fixed endpoint, so no model ID is needed — an empty string is passed (the C ABI ignores it).
Implementation
factory SearchModel.tavily(String apiKey, {String? baseUrl}) =>
SearchModel._(construct2(apiKey, '', baseUrl, _ffi.tavilySearchNew,
_ffi.tavilySearchNewWithBase));