The YottaAnswers Public API is a collection of routes that are open to the public to use the system to generate a collection of direct answers to a question from billions of possible answers. It's intended to be used in non-commerical use cases.
Currently, the API uses system the equivalent system of Giga model on the YottaAnswers site.
Getting Started
Before a user can even start using our API to its fullest capabilities, they first must sign up on https://yottaanswers.com/api-registration , upon registration they will be emailed a JWT key which they can use to access the unthrottled route.
If the user wants to test the API before signup they can with the public throttled route.
Example of use
Boost LLM results
Using API results to fill your LLMs, can significantly boost their results. It can be seen in the table, which shows experiment of exact question answering.
Model
Base Accuracy
With API results Accuracy
Difference
Flan T5 XL
15%
52%
+242%
Phi 2
34%
56%
+65%
Mistral 7b
37%
55%
+47%
Llama 7b
43%
55%
+28%
Llama 13b
43%
60%
+39%
GPT-3.5
56%
62%
+10%
GPT-4
61%
61%
+0%
Results of API are used as additional input to a LLM. The API results used are from Giga model.
We are giving an code example of how to incorporate our API results to LLM generation