На 22 марта 2026 Exa уже неточно описывать как "семантический поисковый API для разработчиков". Current official docs показывают заметно более широкий product surface:
Exa теперь строится не только вокруг search, но и вокруг contents, answer и research;OpenAI-compatible layer для chat completions и responses;Websets уже вышел в GA и добавляет productized dashboard/API поверх web discovery and verification;10 search results now bundled into search pricing;language filtering, userLocation и livecrawl behavior.Поэтому сегодня Exa полезнее понимать как API platform for web retrieval and web-grounded answering, а не как просто "semantic search instead of Google".
Exa = semantic search API + highlights уже слишком узкая. Current official framing строится вокруг Search, Contents, Answer, Research, Websets и OpenAI-compatible interfaces.Current Exa уже нельзя честно описывать одним словом semantic search.
Official docs и changelog показывают несколько отдельных surfaces:
Websets.Это меняет саму полезную mental model:
Один из самых важных current сдвигов у Exa - bundled pricing and bundled behavior around content.
Official Pricing Update от 3 марта 2026 фиксирует:
$7 / 1000 requests;10 results per request are included;10 cost extra;Это важно, потому что старая подача поиск отдельно, содержимое отдельно уже устарела как основной economic story.
Практически current Exa удобнее мыслить не как:
а как:
Official Contents Retrieval docs показывают, что contents endpoint у Exa уже не сводится к "вернуть text страницы".
Current retrieval surface поддерживает:
Это важно для engineering practice:
Official Answer docs прямо выделяют /answer как отдельный product surface.
Current /answer:
Это важный conceptual point:
То есть current Exa может быть полезен не только как backend retrieval tool, но и как higher-level answer service when you do not want to stitch search + prompt + citations yourself.
Самая заметная current эволюция - это Exa Research.
Official docs описывают Research API как:
Docs также отдельно противопоставляют его /answer:
/answer подходит для single-shot Q&A;Research нужен для longer-running, multi-step investigations.Практически это означает:
Это уместно для:
Official OpenAI SDK Compatibility docs показывают ещё один maturity signal.
Current Exa supports OpenAI-style interfaces for:
chat completions;responses.Это важно потому, что integration story становится проще:
Старая статья подавала Exa почти как API-only developer utility. Current Websets делает это описание неполным.
Official docs пишут, что Websets is GA and provides:
Это очень важный current nuance:
Websets особенно уместен для:
Current changelog также показывает, что Exa стал сильнее на retrieval controls:
language filtering is enabled by default and matches query language;userLocation can bias ranking by country;livecrawl modes affect freshness vs cached fallback behavior.Это practical detail, но очень полезная:
Official rate limits page даёт понятные defaults:
/search: 10 QPS;/contents: 100 QPS;/answer: 10 QPS;/research: 15 concurrent tasks.Это важный current ops signal:
Research надо мыслить как longer-running async workload, not just another quick request;contents can be scaled much more aggressively than answer-like endpoints.Current Exa особенно уместен, если вам нужно:
Особенно сильные use cases:
Exa обычно менее уместен, если:
Иными словами, current Exa силён там, где нужен web-grounded LLM retrieval platform, а не just semantic search as a feature.
Самая полезная current framing такая:
Search отвечает за retrieval;Contents - за extraction;Answer - за web-grounded response;Research - за longer investigations;Websets - за structured collections and verification.То есть current Exa - это уже не просто semantic search engine, а web retrieval platform for agents, RAG and web-grounded research products.
1. Что сильнее всего устарело в старой подаче Exa как 'semantic search API'?
2. Чем current Research у Exa принципиально отличается от /answer?
3. Почему bundled pricing update у Exa важен practically?