Find similar links
Find similar links to the link provided and optionally return the contents of the pages.
curl -X POST 'https://api.exa.ai/findSimilar' \
-H 'Authorization: Bearer YOUR-EXA-API-KEY' \
-H 'Content-Type: application/json' \
-d '{
"url": "https://arxiv.org/abs/2307.06435",
"text": true
}'
{
"requestId": "c6958155d5c89ffa0663b7c90c407396",
"results": [
{
"title": "A Comprehensive Overview of Large Language Models",
"url": "https://arxiv.org/pdf/2307.06435.pdf",
"publishedDate": "2023-11-16T01:36:32.547Z",
"author": "Humza Naveed, University of Engineering and Technology (UET), Lahore, Pakistan",
"score": 0.4600165784358978,
"id": "https://arxiv.org/abs/2307.06435",
"image": "https://arxiv.org/pdf/2307.06435.pdf/page_1.png",
"favicon": "https://arxiv.org/favicon.ico",
"text": "Abstract Large Language Models (LLMs) have recently demonstrated remarkable capabilities...",
"highlights": [
"Such requirements have limited their adoption..."
],
"highlightScores": [
0.4600165784358978
],
"summary": "This overview paper on Large Language Models (LLMs) highlights key developments...",
"subpages": [
{
"id": "https://arxiv.org/abs/2303.17580",
"url": "https://arxiv.org/pdf/2303.17580.pdf",
"title": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face",
"author": "Yongliang Shen, Microsoft Research Asia, Kaitao Song, Microsoft Research Asia, Xu Tan, Microsoft Research Asia, Dongsheng Li, Microsoft Research Asia, Weiming Lu, Microsoft Research Asia, Yueting Zhuang, Microsoft Research Asia, [email protected], Zhejiang University, Microsoft Research Asia, Microsoft Research, Microsoft Research Asia",
"publishedDate": "2023-11-16T01:36:20.486Z",
"text": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face Date Published: 2023-05-25 Authors: Yongliang Shen, Microsoft Research Asia Kaitao Song, Microsoft Research Asia Xu Tan, Microsoft Research Asia Dongsheng Li, Microsoft Research Asia Weiming Lu, Microsoft Research Asia Yueting Zhuang, Microsoft Research Asia, [email protected] Zhejiang University, Microsoft Research Asia Microsoft Research, Microsoft Research Asia Abstract Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are abundant AI models available for different domains and modalities, they cannot handle complicated AI tasks. Considering large language models (LLMs) have exhibited exceptional ability in language understanding, generation, interaction, and reasoning, we advocate that LLMs could act as a controller to manage existing AI models to solve complicated AI tasks and language could be a generic interface to empower t",
"summary": "HuggingGPT is a framework using ChatGPT as a central controller to orchestrate various AI models from Hugging Face to solve complex tasks. ChatGPT plans the task, selects appropriate models based on their descriptions, executes subtasks, and summarizes the results. This approach addresses limitations of LLMs by allowing them to handle multimodal data (vision, speech) and coordinate multiple models for complex tasks, paving the way for more advanced AI systems.",
"highlights": [
"2) Recently, some researchers started to investigate the integration of using tools or models in LLMs ."
],
"highlightScores": [
0.32679107785224915
]
}
],
"extras": {
"links": []
}
}
],
"costDollars": {
"total": 0.005,
"breakDown": [
{
"search": 0.005,
"contents": 0,
"breakdown": {
"keywordSearch": 0,
"neuralSearch": 0.005,
"contentText": 0,
"contentHighlight": 0,
"contentSummary": 0
}
}
],
"perRequestPrices": {
"neuralSearch_1_25_results": 0.005,
"neuralSearch_26_100_results": 0.025,
"neuralSearch_100_plus_results": 1,
"keywordSearch_1_100_results": 0.0025,
"keywordSearch_100_plus_results": 3
},
"perPagePrices": {
"contentText": 0.001,
"contentHighlight": 0.001,
"contentSummary": 0.001
}
}
}
Get your Exa API key
Authorizations
API key can be provided either via x-api-key header or Authorization header with Bearer scheme
Body
The url for which you would like to find similar links.
"https://arxiv.org/abs/2307.06435"
Number of results to return (up to thousands of results available for custom plans)
x <= 100
10
List of domains to include in the search. If specified, results will only come from these domains.
["arxiv.org", "paperswithcode.com"]
List of domains to exclude from search results. If specified, no results will be returned from these domains.
Crawl date refers to the date that Exa discovered a link. Results will include links that were crawled after this date. Must be specified in ISO 8601 format.
"2023-01-01T00:00:00.000Z"
Crawl date refers to the date that Exa discovered a link. Results will include links that were crawled before this date. Must be specified in ISO 8601 format.
"2023-12-31T00:00:00.000Z"
Only links with a published date after this will be returned. Must be specified in ISO 8601 format.
"2023-01-01T00:00:00.000Z"
Only links with a published date before this will be returned. Must be specified in ISO 8601 format.
"2023-12-31T00:00:00.000Z"
List of strings that must be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.
["large language model"]
List of strings that must not be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.
["course"]
If true, returns full page text with default settings. If false, disables text return.
Text snippets the LLM identifies as most relevant from each page.
The number of sentences to return for each snippet.
1
The number of snippets to return for each result.
1
Custom query to direct the LLM's selection of highlights.
"Key advancements"
Summary of the webpage
Custom query for the LLM-generated summary.
"Main developments"
JSON schema for structured output from summary. See https://json-schema.org/overview/what-is-jsonschema for JSON Schema documentation.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Title",
"type": "object",
"properties": {
"Property 1": {
"type": "string",
"description": "Description"
},
"Property 2": {
"type": "string",
"enum": ["option 1", "option 2", "option 3"],
"description": "Description"
}
},
"required": ["Property 1"]
}
Options for livecrawling pages. 'never': Disable livecrawling (default for neural search). 'fallback': Livecrawl when cache is empty (default for keyword search). 'always': Always livecrawl. 'auto': Use an LLM to detect if query needs real-time content.
never
, fallback
, always
, auto
"always"
The timeout for livecrawling in milliseconds.
1000
The number of subpages to crawl. The actual number crawled may be limited by system constraints.
1
Keyword to find specific subpages of search results. Can be a single string or an array of strings, comma delimited.
"sources"
Response
Unique identifier for the request
"c6958155d5c89ffa0663b7c90c407396"
A list of search results containing title, URL, published date, author, and score.
The title of the search result.
"A Comprehensive Overview of Large Language Models"
The URL of the search result.
"https://arxiv.org/pdf/2307.06435.pdf"
An estimate of the creation date, from parsing HTML content. Format is YYYY-MM-DD.
"2023-11-16T01:36:32.547Z"
If available, the author of the content.
"Humza Naveed, University of Engineering and Technology (UET), Lahore, Pakistan"
A number from 0 to 1 representing similarity between the query/url and the result.
0.4600165784358978
The temporary ID for the document. Useful for /contents endpoint.
"https://arxiv.org/abs/2307.06435"
The URL of an image associated with the search result, if available.
"https://arxiv.org/pdf/2307.06435.pdf/page_1.png"
The URL of the favicon for the search result's domain.
"https://arxiv.org/favicon.ico"
The full content text of the search result.
"Abstract Large Language Models (LLMs) have recently demonstrated remarkable capabilities..."
Array of highlights extracted from the search result content.
[
"Such requirements have limited their adoption..."
]
Array of cosine similarity scores for each highlighted
[0.4600165784358978]
Summary of the webpage
"This overview paper on Large Language Models (LLMs) highlights key developments..."
Array of subpages for the search result.
The title of the search result.
"A Comprehensive Overview of Large Language Models"
The URL of the search result.
"https://arxiv.org/pdf/2307.06435.pdf"
An estimate of the creation date, from parsing HTML content. Format is YYYY-MM-DD.
"2023-11-16T01:36:32.547Z"
If available, the author of the content.
"Humza Naveed, University of Engineering and Technology (UET), Lahore, Pakistan"
A number from 0 to 1 representing similarity between the query/url and the result.
0.4600165784358978
The temporary ID for the document. Useful for /contents endpoint.
"https://arxiv.org/abs/2307.06435"
The URL of an image associated with the search result, if available.
"https://arxiv.org/pdf/2307.06435.pdf/page_1.png"
The URL of the favicon for the search result's domain.
"https://arxiv.org/favicon.ico"
The full content text of the search result.
"Abstract Large Language Models (LLMs) have recently demonstrated remarkable capabilities..."
Array of highlights extracted from the search result content.
[
"Such requirements have limited their adoption..."
]
Array of cosine similarity scores for each highlighted
[0.4600165784358978]
Summary of the webpage
"This overview paper on Large Language Models (LLMs) highlights key developments..."
Array of subpages for the search result.
The title of the search result.
"A Comprehensive Overview of Large Language Models"
The URL of the search result.
"https://arxiv.org/pdf/2307.06435.pdf"
An estimate of the creation date, from parsing HTML content. Format is YYYY-MM-DD.
"2023-11-16T01:36:32.547Z"
If available, the author of the content.
"Humza Naveed, University of Engineering and Technology (UET), Lahore, Pakistan"
A number from 0 to 1 representing similarity between the query/url and the result.
0.4600165784358978
The temporary ID for the document. Useful for /contents endpoint.
"https://arxiv.org/abs/2307.06435"
The URL of an image associated with the search result, if available.
"https://arxiv.org/pdf/2307.06435.pdf/page_1.png"
The URL of the favicon for the search result's domain.
"https://arxiv.org/favicon.ico"
The full content text of the search result.
"Abstract Large Language Models (LLMs) have recently demonstrated remarkable capabilities..."
Array of highlights extracted from the search result content.
[
"Such requirements have limited their adoption..."
]
Array of cosine similarity scores for each highlighted
[0.4600165784358978]
Summary of the webpage
"This overview paper on Large Language Models (LLMs) highlights key developments..."
Array of subpages for the search result.
The title of the search result.
"A Comprehensive Overview of Large Language Models"
The URL of the search result.
"https://arxiv.org/pdf/2307.06435.pdf"
An estimate of the creation date, from parsing HTML content. Format is YYYY-MM-DD.
"2023-11-16T01:36:32.547Z"
If available, the author of the content.
"Humza Naveed, University of Engineering and Technology (UET), Lahore, Pakistan"
A number from 0 to 1 representing similarity between the query/url and the result.
0.4600165784358978
The temporary ID for the document. Useful for /contents endpoint.
"https://arxiv.org/abs/2307.06435"
The URL of an image associated with the search result, if available.
"https://arxiv.org/pdf/2307.06435.pdf/page_1.png"
The URL of the favicon for the search result's domain.
"https://arxiv.org/favicon.ico"
The full content text of the search result.
"Abstract Large Language Models (LLMs) have recently demonstrated remarkable capabilities..."
Array of highlights extracted from the search result content.
[
"Such requirements have limited their adoption..."
]
Array of cosine similarity scores for each highlighted
[0.4600165784358978]
Summary of the webpage
"This overview paper on Large Language Models (LLMs) highlights key developments..."
Array of subpages for the search result.
[
{
"id": "https://arxiv.org/abs/2303.17580",
"url": "https://arxiv.org/pdf/2303.17580.pdf",
"title": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face",
"author": "Yongliang Shen, Microsoft Research Asia, Kaitao Song, Microsoft Research Asia, Xu Tan, Microsoft Research Asia, Dongsheng Li, Microsoft Research Asia, Weiming Lu, Microsoft Research Asia, Yueting Zhuang, Microsoft Research Asia, [email protected], Zhejiang University, Microsoft Research Asia, Microsoft Research, Microsoft Research Asia",
"publishedDate": "2023-11-16T01:36:20.486Z",
"text": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face Date Published: 2023-05-25 Authors: Yongliang Shen, Microsoft Research Asia Kaitao Song, Microsoft Research Asia Xu Tan, Microsoft Research Asia Dongsheng Li, Microsoft Research Asia Weiming Lu, Microsoft Research Asia Yueting Zhuang, Microsoft Research Asia, [email protected] Zhejiang University, Microsoft Research Asia Microsoft Research, Microsoft Research Asia Abstract Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are abundant AI models available for different domains and modalities, they cannot handle complicated AI tasks. Considering large language models (LLMs) have exhibited exceptional ability in language understanding, generation, interaction, and reasoning, we advocate that LLMs could act as a controller to manage existing AI models to solve complicated AI tasks and language could be a generic interface to empower t",
"summary": "HuggingGPT is a framework using ChatGPT as a central controller to orchestrate various AI models from Hugging Face to solve complex tasks. ChatGPT plans the task, selects appropriate models based on their descriptions, executes subtasks, and summarizes the results. This approach addresses limitations of LLMs by allowing them to handle multimodal data (vision, speech) and coordinate multiple models for complex tasks, paving the way for more advanced AI systems.",
"highlights": [
"2) Recently, some researchers started to investigate the integration of using tools or models in LLMs ."
],
"highlightScores": [0.32679107785224915]
}
]
Results from extras.
[
{
"id": "https://arxiv.org/abs/2303.17580",
"url": "https://arxiv.org/pdf/2303.17580.pdf",
"title": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face",
"author": "Yongliang Shen, Microsoft Research Asia, Kaitao Song, Microsoft Research Asia, Xu Tan, Microsoft Research Asia, Dongsheng Li, Microsoft Research Asia, Weiming Lu, Microsoft Research Asia, Yueting Zhuang, Microsoft Research Asia, [email protected], Zhejiang University, Microsoft Research Asia, Microsoft Research, Microsoft Research Asia",
"publishedDate": "2023-11-16T01:36:20.486Z",
"text": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face Date Published: 2023-05-25 Authors: Yongliang Shen, Microsoft Research Asia Kaitao Song, Microsoft Research Asia Xu Tan, Microsoft Research Asia Dongsheng Li, Microsoft Research Asia Weiming Lu, Microsoft Research Asia Yueting Zhuang, Microsoft Research Asia, [email protected] Zhejiang University, Microsoft Research Asia Microsoft Research, Microsoft Research Asia Abstract Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are abundant AI models available for different domains and modalities, they cannot handle complicated AI tasks. Considering large language models (LLMs) have exhibited exceptional ability in language understanding, generation, interaction, and reasoning, we advocate that LLMs could act as a controller to manage existing AI models to solve complicated AI tasks and language could be a generic interface to empower t",
"summary": "HuggingGPT is a framework using ChatGPT as a central controller to orchestrate various AI models from Hugging Face to solve complex tasks. ChatGPT plans the task, selects appropriate models based on their descriptions, executes subtasks, and summarizes the results. This approach addresses limitations of LLMs by allowing them to handle multimodal data (vision, speech) and coordinate multiple models for complex tasks, paving the way for more advanced AI systems.",
"highlights": [
"2) Recently, some researchers started to investigate the integration of using tools or models in LLMs ."
],
"highlightScores": [0.32679107785224915]
}
]
[
{
"id": "https://arxiv.org/abs/2303.17580",
"url": "https://arxiv.org/pdf/2303.17580.pdf",
"title": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face",
"author": "Yongliang Shen, Microsoft Research Asia, Kaitao Song, Microsoft Research Asia, Xu Tan, Microsoft Research Asia, Dongsheng Li, Microsoft Research Asia, Weiming Lu, Microsoft Research Asia, Yueting Zhuang, Microsoft Research Asia, [email protected], Zhejiang University, Microsoft Research Asia, Microsoft Research, Microsoft Research Asia",
"publishedDate": "2023-11-16T01:36:20.486Z",
"text": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face Date Published: 2023-05-25 Authors: Yongliang Shen, Microsoft Research Asia Kaitao Song, Microsoft Research Asia Xu Tan, Microsoft Research Asia Dongsheng Li, Microsoft Research Asia Weiming Lu, Microsoft Research Asia Yueting Zhuang, Microsoft Research Asia, [email protected] Zhejiang University, Microsoft Research Asia Microsoft Research, Microsoft Research Asia Abstract Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are abundant AI models available for different domains and modalities, they cannot handle complicated AI tasks. Considering large language models (LLMs) have exhibited exceptional ability in language understanding, generation, interaction, and reasoning, we advocate that LLMs could act as a controller to manage existing AI models to solve complicated AI tasks and language could be a generic interface to empower t",
"summary": "HuggingGPT is a framework using ChatGPT as a central controller to orchestrate various AI models from Hugging Face to solve complex tasks. ChatGPT plans the task, selects appropriate models based on their descriptions, executes subtasks, and summarizes the results. This approach addresses limitations of LLMs by allowing them to handle multimodal data (vision, speech) and coordinate multiple models for complex tasks, paving the way for more advanced AI systems.",
"highlights": [
"2) Recently, some researchers started to investigate the integration of using tools or models in LLMs ."
],
"highlightScores": [0.32679107785224915]
}
]
[
{
"id": "https://arxiv.org/abs/2303.17580",
"url": "https://arxiv.org/pdf/2303.17580.pdf",
"title": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face",
"author": "Yongliang Shen, Microsoft Research Asia, Kaitao Song, Microsoft Research Asia, Xu Tan, Microsoft Research Asia, Dongsheng Li, Microsoft Research Asia, Weiming Lu, Microsoft Research Asia, Yueting Zhuang, Microsoft Research Asia, [email protected], Zhejiang University, Microsoft Research Asia, Microsoft Research, Microsoft Research Asia",
"publishedDate": "2023-11-16T01:36:20.486Z",
"text": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face Date Published: 2023-05-25 Authors: Yongliang Shen, Microsoft Research Asia Kaitao Song, Microsoft Research Asia Xu Tan, Microsoft Research Asia Dongsheng Li, Microsoft Research Asia Weiming Lu, Microsoft Research Asia Yueting Zhuang, Microsoft Research Asia, [email protected] Zhejiang University, Microsoft Research Asia Microsoft Research, Microsoft Research Asia Abstract Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are abundant AI models available for different domains and modalities, they cannot handle complicated AI tasks. Considering large language models (LLMs) have exhibited exceptional ability in language understanding, generation, interaction, and reasoning, we advocate that LLMs could act as a controller to manage existing AI models to solve complicated AI tasks and language could be a generic interface to empower t",
"summary": "HuggingGPT is a framework using ChatGPT as a central controller to orchestrate various AI models from Hugging Face to solve complex tasks. ChatGPT plans the task, selects appropriate models based on their descriptions, executes subtasks, and summarizes the results. This approach addresses limitations of LLMs by allowing them to handle multimodal data (vision, speech) and coordinate multiple models for complex tasks, paving the way for more advanced AI systems.",
"highlights": [
"2) Recently, some researchers started to investigate the integration of using tools or models in LLMs ."
],
"highlightScores": [0.32679107785224915]
}
]
Total dollar cost for your request
0.005
Breakdown of costs by operation type
Cost of your search operations
0.005
Cost of your content operations
0
Cost of your keyword search operations
0
Cost of your neural search operations
0.005
Cost of your text content retrieval
0
Cost of your highlight generation
0
Cost of your summary generation
0
Standard price per request for different operations
Standard price for neural search with 1-25 results
0.005
Standard price for neural search with 26-100 results
0.025
Standard price for neural search with 100+ results
1
Standard price for keyword search with 1-100 results
0.0025
Standard price for keyword search with 100+ results
3
Standard price per page for different content operations
curl -X POST 'https://api.exa.ai/findSimilar' \
-H 'Authorization: Bearer YOUR-EXA-API-KEY' \
-H 'Content-Type: application/json' \
-d '{
"url": "https://arxiv.org/abs/2307.06435",
"text": true
}'
{
"requestId": "c6958155d5c89ffa0663b7c90c407396",
"results": [
{
"title": "A Comprehensive Overview of Large Language Models",
"url": "https://arxiv.org/pdf/2307.06435.pdf",
"publishedDate": "2023-11-16T01:36:32.547Z",
"author": "Humza Naveed, University of Engineering and Technology (UET), Lahore, Pakistan",
"score": 0.4600165784358978,
"id": "https://arxiv.org/abs/2307.06435",
"image": "https://arxiv.org/pdf/2307.06435.pdf/page_1.png",
"favicon": "https://arxiv.org/favicon.ico",
"text": "Abstract Large Language Models (LLMs) have recently demonstrated remarkable capabilities...",
"highlights": [
"Such requirements have limited their adoption..."
],
"highlightScores": [
0.4600165784358978
],
"summary": "This overview paper on Large Language Models (LLMs) highlights key developments...",
"subpages": [
{
"id": "https://arxiv.org/abs/2303.17580",
"url": "https://arxiv.org/pdf/2303.17580.pdf",
"title": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face",
"author": "Yongliang Shen, Microsoft Research Asia, Kaitao Song, Microsoft Research Asia, Xu Tan, Microsoft Research Asia, Dongsheng Li, Microsoft Research Asia, Weiming Lu, Microsoft Research Asia, Yueting Zhuang, Microsoft Research Asia, [email protected], Zhejiang University, Microsoft Research Asia, Microsoft Research, Microsoft Research Asia",
"publishedDate": "2023-11-16T01:36:20.486Z",
"text": "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face Date Published: 2023-05-25 Authors: Yongliang Shen, Microsoft Research Asia Kaitao Song, Microsoft Research Asia Xu Tan, Microsoft Research Asia Dongsheng Li, Microsoft Research Asia Weiming Lu, Microsoft Research Asia Yueting Zhuang, Microsoft Research Asia, [email protected] Zhejiang University, Microsoft Research Asia Microsoft Research, Microsoft Research Asia Abstract Solving complicated AI tasks with different domains and modalities is a key step toward artificial general intelligence. While there are abundant AI models available for different domains and modalities, they cannot handle complicated AI tasks. Considering large language models (LLMs) have exhibited exceptional ability in language understanding, generation, interaction, and reasoning, we advocate that LLMs could act as a controller to manage existing AI models to solve complicated AI tasks and language could be a generic interface to empower t",
"summary": "HuggingGPT is a framework using ChatGPT as a central controller to orchestrate various AI models from Hugging Face to solve complex tasks. ChatGPT plans the task, selects appropriate models based on their descriptions, executes subtasks, and summarizes the results. This approach addresses limitations of LLMs by allowing them to handle multimodal data (vision, speech) and coordinate multiple models for complex tasks, paving the way for more advanced AI systems.",
"highlights": [
"2) Recently, some researchers started to investigate the integration of using tools or models in LLMs ."
],
"highlightScores": [
0.32679107785224915
]
}
],
"extras": {
"links": []
}
}
],
"costDollars": {
"total": 0.005,
"breakDown": [
{
"search": 0.005,
"contents": 0,
"breakdown": {
"keywordSearch": 0,
"neuralSearch": 0.005,
"contentText": 0,
"contentHighlight": 0,
"contentSummary": 0
}
}
],
"perRequestPrices": {
"neuralSearch_1_25_results": 0.005,
"neuralSearch_26_100_results": 0.025,
"neuralSearch_100_plus_results": 1,
"keywordSearch_1_100_results": 0.0025,
"keywordSearch_100_plus_results": 3
},
"perPagePrices": {
"contentText": 0.001,
"contentHighlight": 0.001,
"contentSummary": 0.001
}
}
}