/sources, or an LLM-synthesized answer with citations in /answer (sources are not echoed back — call /sources separately if you need them). Best for agents that need broad cross-source coverage in a single round-trip with explicit partial-failure surfacing. Charges upstream costs plus a 0.03 markup plus LLM token cost on /answer.
2 endpoints available through Lava’s AI Gateway. See the Lava Search API docs for full documentation.
This provider is managed — no additional setup required.
Endpoints
Fan out a query across the 9 default providers (or a caller-specified subset) and return aggregated normalized results plus per-provider failure surfacing. Charges upstream provider costs plus a $0.005 markup.
POSThttps://api.lava.so/v1/search/sources — $0.005 / request
- SDK
- cURL
Same fan-out as /sources plus an LLM synthesis pass — returns { answer, citations, cost } (sources are not echoed back; call /sources separately if you need them). Charges $0.03 markup plus LLM token cost plus upstream fanout costs.
POST https://api.lava.so/v1/search/answer — $0.03 / request
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests