LLMs have a knowledge cutoff point, which means they cannot access the most up-to-date world knowledge. This can lead to issues such as misinformation, outdated responses, hallucinations, and other factual errors. For GenAI applications, grounding is absolutely essential. Reader allows you to ground your LLM with the latest information from the web. Simply prepend your query with https://s.jina.ai/, and Reader will search the web and return the top five results along with their URLs and content, each formatted as clean, LLM-friendly text. This way, you can keep your LLM up-to-date, improve its accuracy, and reduce hallucinations.From:https://jina.ai/readerPrice: 0.02 PTC /1M Token
Request
Path Params
query
string
required
Example:
What's chatgpt?
Header Params
Authorization
string
optional
API Key from 302.AI backend
Example:
Bearer {{YOUR_API_KEY}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.302.ai/jina/search/What'\''s chatgpt' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz'