TalkCodyTalkCody

Web Search

TalkCody uses web search to get the latest information

Web Search is TalkCody's web search feature that allows AI agents to search the internet for the latest information. This is very useful for querying the latest technical documentation, API references, programming Q&A, and more.

TalkCody supports multiple search providers and will automatically select an available method for searching.

Search Providers and Priority

TalkCody automatically selects search providers in the following priority order:

PriorityProviderRequirement
1Tavily SearchConfigure Tavily API Key
2Serper SearchConfigure Serper API Key
3MiniMax Coding PlanConfigure MiniMax API Key + Enable Coding Plan
4GLM Coding PlanConfigure Zhipu AI API Key + Enable Coding Plan
5Exa Search (Free)No configuration required, automatically available

The system checks in priority order and uses the first available search provider.

Configuration

Tavily is a search API designed specifically for AI agents, providing accurate, real-time search results.

Get Tavily API Key

  1. Visit tavily.com
  2. Click "Get API Key" or "Sign Up" to register
  3. Complete email verification
  4. After logging in, view your key in the "API Keys" section of the Dashboard
  5. Copy the API key

Configure in TalkCody

  1. Open TalkCody
  2. Click the Settings icon
  3. Navigate to the API Keys page
  4. Paste your API Key in the Tavily input field
  5. Click Test Key to verify it works

Tavily provides 1000 free search requests per month, suitable for individual developers.

Serper provides a Google Search API that returns structured search results.

Get Serper API Key

  1. Visit serper.dev
  2. Register an account and log in
  3. Get the API Key from the Dashboard

Configure in TalkCody

  1. Open SettingsAPI Keys
  2. Paste your API Key in the Serper input field
  3. Click Test Key to verify

Serper provides 2500 free search requests upon registration.

If you have already configured MiniMax or Zhipu AI's Coding Plan, you can directly use its built-in web search feature without an additional search API Key.

For detailed configuration, please refer to the Coding Plan documentation

Option 4: Exa Free Search (No Configuration Required)

Exa provides a free AI search service as TalkCody's default fallback option. When no other search provider is configured, the system will automatically use Exa for searching.

Exa free search requires no configuration and works out of the box.

Features:

  • ✅ Completely free, no API Key required
  • ✅ Automatically enabled as the last fallback option

How to Use

After configuration, click the Tools button in the toolbar above the chat input box and select the web_search tool. Then ask the AI questions that require searching, and the AI will automatically use web search to get the latest information.

User: Search for new features in React 19

AI: I will search for the latest React 19 information.
[Using web_search tool]

Based on the search results, the main new features in React 19 include:
1. Actions - Simplified form handling
2. use() hook - New way to read resources
3. Server component improvements
...

FAQ

What if the search returns no results?

  1. Check if at least one search provider's API Key is configured
  2. Verify the API Key is valid
  3. If using Coding Plan search, ensure the Use Coding Plan toggle is enabled
  4. Check if the network connection is working properly