Web Search
by CallMissed · Released 2026
Real-time web search for grounding LLM responses with current information. Defaults to Google grounded search, with Exa (neural) and Serper (Google SERP) also available. Flat rate per query with no per-result surcharge.
Web Search
Powered by CallMissed · Multi-provider routing (Google + 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. By default it uses Google grounded search for accurate, citation-backed results, and can also route to Exa for neural/AI-native search or Serper for Google SERP results.
The service supports three modes: auto (platform default provider), shorter (concise results optimized for quick grounding), and detailed (comprehensive results with full context and sources). 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 design means a query can fall back across providers for resilience while keeping a single, flat per-search price.
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
- Google grounded search by default (Exa + Serper also available)
- Flat ₹1 per search — no per-result surcharge
- Cited sources for grounded, verifiable answers
- Modes: auto, shorter, detailed
Benchmarks
| Benchmark | Score |
|---|---|
| Providers | 3 |
| Modes | 3 |
| Pricing | Flat ₹1 |
| Latency | <500ms |
Technical Details
- Multi-provider routing: Google (grounded search, default) + Exa (neural) + Serper (Google SERP)
- Cross-provider fallback for resilience — same normalized response shape
- Three modes: auto (platform default), 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, URLs, and source citations
Strengths
- Google grounded search by default — accurate, citation-backed results
- 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
- Grounded search returns cited sources rather than a raw ranked SERP
- 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
