Web Search
Enable your AI applications to access real-time information from the internet. NeuraAI’s web search feature allows models to find current data, verify facts, and retrieve information beyond their training data.
Overview
All NeuraAI models support web search capabilities through our proprietary search engine. This enables your applications to:
- Answer questions about current events
- Fetch up-to-date statistics and data
- Verify facts and claims
- Find recent news and information
- Access information published after the model’s training cutoff
Using Web Search
With Responses API
The recommended approach for most use cases:
With Chat Completions API
For chat-based applications, add -search suffix to the model name:
Practical Examples
Current Events
Market Data
Research Questions
Fact Checking
Product Information
Combining with Other Features
Web Search + Function Calling
Web Search + Code Execution
Chat Completions with Search
When using the Chat Completions endpoint, remember to add the -search suffix:
Example with Conversation
Best Practices
When to Use Web Search
Use web search for:
- Current events and news
- Recent statistics and data
- Time-sensitive information
- Facts that change frequently
- Information beyond the model’s training date
Don’t use web search for:
- General knowledge questions
- Mathematical calculations
- Code generation
- Creative writing
- Personal advice
Optimizing Queries
Be Specific
Include Context
Specify Timeframes
Handling Search Results
The model automatically integrates search results into its response. You don’t need to parse or handle search results separately - the AI will:
- Determine if a search is needed
- Execute the search
- Analyze the results
- Synthesize information into a coherent response
- Include relevant sources when appropriate
Limitations
- Search results depend on public internet availability
- Some paywalled or restricted content may not be accessible
- Search quality depends on query formulation
- Results may vary based on regional availability
- Rate limits may apply based on your subscription tier
Tips for Better Results
- Frame questions clearly and specifically
- Include relevant context in your queries
- Ask for sources when fact-checking is important
- Combine with other tools for complex tasks
- Use appropriate models for your use case
- Consider using Responses API for most search tasks
- Add
-searchsuffix only when using Chat Completions API