For the complete documentation index, see llms.txt. This page is also available as Markdown.

Exa

exa/exa-search

post
Header parameters
AuthorizationstringRequiredExample: sk-Yf4D
Body
modelstringRequired
querystringRequired
additionalQueriesstring[]Optional
typestringOptional
categorystringOptional
userLocationstringOptional
numResultsintegerOptional
includeDomainsstring[]Optional
excludeDomainsstring[]Optional
startCrawlDatestringOptional
endCrawlDatestringOptional
startPublishedDatestringOptional
endPublishedDatestringOptional
includeTextstring[]Optional
excludeTextstring[]Optional
contextbooleanOptional
moderationbooleanOptional
Responses
200Success
application/json
requestIdstringRequired
resolvedSearchTypestringRequired
searchTimenumberRequired
post/v1/exa
POST /v1/exa HTTP/1.1
Host: search.onerouter.pro
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 511

{
  "model": "exa/exa-search",
  "query": "Latest research in LLMs",
  "additionalQueries": [
    "LLM advancements",
    "large language model progress"
  ],
  "type": "auto",
  "category": "news",
  "userLocation": "US",
  "numResults": 100,
  "excludeDomains": [
    "baidu.com"
  ],
  "startCrawlDate": "2023-01-01T00:00:00.000Z",
  "endCrawlDate": "2023-12-31T00:00:00.000Z",
  "startPublishedDate": "2023-01-01T00:00:00.000Z",
  "endPublishedDate": "2023-12-31T00:00:00.000Z",
  "includeText": [
    "large language model"
  ],
  "excludeText": [
    "course"
  ],
  "context": true,
  "moderation": false
}
200Success
{
  "requestId": "7dcfcaa3fbb822e93354c16a3dca33ea",
  "resolvedSearchType": "neural",
  "results": [
    {
      "id": "https://www.llm360.ai/",
      "title": "LLM360 | Open-Source LLMs towards Community-Driven AGI",
      "url": "https://www.llm360.ai/",
      "publishedDate": "2023-11-23T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://www.nvidia.com/en-us/deep-learning-ai/large-language-model-news/",
      "title": "Large Language Models (LLM) Newsletter",
      "url": "https://www.nvidia.com/en-us/deep-learning-ai/large-language-model-news/",
      "publishedDate": "2023-01-15T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://community.openai.com/t/foundational-must-read-gpt-llm-papers/197003",
      "title": "Foundational must read GPT/LLM papers",
      "url": "https://community.openai.com/t/foundational-must-read-gpt-llm-papers/197003",
      "publishedDate": "2023-05-07T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://healthra.org/resources/ai-and-llm-news-articles-2023/",
      "title": "AI and LLM News Articles (2023)",
      "url": "https://healthra.org/resources/ai-and-llm-news-articles-2023/",
      "publishedDate": "2023-11-30T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://www.uctoday.com/unified-communications/the-best-large-language-models-in-2023-top-llms/",
      "title": "The Best Large Language Models in 2023: Top LLMs",
      "url": "https://www.uctoday.com/unified-communications/the-best-large-language-models-in-2023-top-llms/",
      "publishedDate": "2023-11-23T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://www.lakera.ai/blog/open-source-llms",
      "title": "The List of 11 Most Popular Open Source LLMs [2025]",
      "url": "https://www.lakera.ai/blog/open-source-llms",
      "publishedDate": "2023-08-22T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://trendfeedr.com/blog/large-language-model-llm-trends/",
      "title": "Behind the AI Boom: Large Language Model (LLM) Trends",
      "url": "https://trendfeedr.com/blog/large-language-model-llm-trends/",
      "publishedDate": "2023-08-07T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://cloud.google.com/ai/llms",
      "title": "Large Language Models (LLMs) with Google AI",
      "url": "https://cloud.google.com/ai/llms",
      "publishedDate": "2023-09-23T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://ig.ft.com/generative-ai/",
      "title": "Generative AI exists because of the transformer",
      "url": "https://ig.ft.com/generative-ai/",
      "publishedDate": "2023-09-11T00:00:00.000Z",
      "author": null
    },
    {
      "id": "https://kadence.com/en-us/knowledge/how-large-language-models-are-changing-market-research-2/",
      "title": "How Large Language Models are Changing Market Research.",
      "url": "https://kadence.com/en-us/knowledge/how-large-language-models-are-changing-market-research-2/",
      "publishedDate": "2023-04-25T00:00:00.000Z",
      "author": null
    }
  ],
  "searchTime": 951.5,
  "costDollars": {
    "total": 0.005,
    "search": {
      "neural": 0.005
    }
  }
}

Last updated