Web Search
by CallMissed · Released 2026
Real-time web search for grounding LLM responses with current information. Automatically selects the best provider (Exa for neural/AI-native search, Serper for Google SERP results). Flat rate per query with no per-result surcharge.
Web Search
Powered by CallMissed · Multi-provider routing (Exa + Serper)
Context Window
N/A
Parameters
N/A
Max Output
N/A
Category
Web Search
Overview
Web Search Auto is CallMissed's multi-provider web search service, designed to ground LLM responses with current, real-time information. It automatically routes queries to the best provider — Exa for neural/AI-native search (better for semantic queries and finding specific content) or Serper for Google SERP results (better for factual lookups and trending topics).
The service supports three modes: auto (intelligent provider selection based on query type), shorter (concise results optimized for quick grounding), and detailed (comprehensive results with full context). All modes are priced at a flat ₹1 per search with no per-result surcharge, making costs predictable and easy to budget.
Web Search Auto is essential for RAG (Retrieval-Augmented Generation) pipelines, fact-checking workflows, and any application that needs to combine LLM reasoning with current information. The multi-provider approach means queries are routed to whichever search engine will produce the best results for that specific query type.
Pricing
| Metric | Price |
|---|---|
| Price /search | ₹1.0000 |
1 credit = ₹1 = $0.01 USD. Prices shown from provider; CallMissed passes through with ~35% markup.
Key Highlights
- Automatic provider selection (Exa + Serper)
- Flat ₹1 per search — no per-result surcharge
- Neural search (Exa) + Google SERP (Serper)
- Modes: auto, shorter, detailed
Benchmarks
| Benchmark | Score |
|---|---|
| Providers | 2 |
| Modes | 3 |
| Pricing | Flat ₹1 |
| Latency | <500ms |
Technical Details
- Multi-provider routing: Exa (neural/AI-native) + Serper (Google SERP)
- Automatic provider selection based on query type and intent
- Three modes: auto (intelligent routing), shorter (concise), detailed (comprehensive)
- Flat ₹1 per search — predictable, no per-result surcharges
- Designed for RAG pipelines and LLM grounding workflows
- Returns structured results with titles, snippets, and URLs
Strengths
- Multi-provider approach routes to the best search engine per query
- Flat ₹1 pricing — predictable costs with no per-result surcharges
- Three modes (auto/shorter/detailed) for different use cases
- Essential for RAG pipelines and keeping LLM responses current
Limitations
- Search quality depends on upstream providers (Exa, Serper)
- Not a replacement for specialized domain-specific search engines
- Results may vary in quality for non-English queries
Use Cases
API Example
curl https://api.callmissed.com/v1/search \
-H "Authorization: Bearer cm_YOUR_KEY" \
-d '{"query": "latest AI model releases 2026", "mode": "auto"}'Endpoint: POST /v1/search · Model ID: auto
