You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/exa.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ Search the web using Exa AI. Returns relevant search results with titles, URLs,
55
55
|`summary`| boolean | No | Include AI-generated summaries in results \(default: false\)|
56
56
|`livecrawl`| string | No | Live crawling mode: never \(default\), fallback, always, or preferred \(always try livecrawl, fall back to cache if fails\)|
57
57
|`apiKey`| string | Yes | Exa AI API Key |
58
+
|`pricing`| custom | No | No description |
59
+
|`metadata`| string | No | No description |
60
+
|`rateLimit`| string | No | No description |
58
61
59
62
#### Output
60
63
@@ -87,6 +90,9 @@ Retrieve the contents of webpages using Exa AI. Returns the title, text content,
87
90
|`highlights`| boolean | No | Include highlighted snippets in results \(default: false\)|
88
91
|`livecrawl`| string | No | Live crawling mode: never \(default\), fallback, always, or preferred \(always try livecrawl, fall back to cache if fails\)|
89
92
|`apiKey`| string | Yes | Exa AI API Key |
93
+
|`pricing`| custom | No | No description |
94
+
|`metadata`| string | No | No description |
95
+
|`rateLimit`| string | No | No description |
90
96
91
97
#### Output
92
98
@@ -116,6 +122,9 @@ Find webpages similar to a given URL using Exa AI. Returns a list of similar lin
116
122
|`summary`| boolean | No | Include AI-generated summaries in results \(default: false\)|
117
123
|`livecrawl`| string | No | Live crawling mode: never \(default\), fallback, always, or preferred \(always try livecrawl, fall back to cache if fails\)|
118
124
|`apiKey`| string | Yes | Exa AI API Key |
125
+
|`pricing`| custom | No | No description |
126
+
|`metadata`| string | No | No description |
127
+
|`rateLimit`| string | No | No description |
119
128
120
129
#### Output
121
130
@@ -138,6 +147,9 @@ Get an AI-generated answer to a question with citations from the web using Exa A
138
147
|`query`| string | Yes | The question to answer |
139
148
|`text`| boolean | No | Whether to include the full text of the answer |
0 commit comments