a quick review of the @xai API: Their API gives access to grok 4. However, this is not what I really cared about - I wanted real time access to tweets. xAI API has a feature called "Live Search" where the LLM's source data can be live X tweets. You can filter by specific X handles, and even set date ranges. On paper this looks incredible, but in reality it did not work as well as I expected. I wanted to generate AI summaries of tweets of protocols that I'm farming, such as @katana and @turtledotxyz, and have my script send me a daily summary. The LLM missed a tweet from katana that it sent 4 hours ago. The API output gives you a list of citations (all tweets it found), and that tweet was not to be found. With such data unreliability, I cannot continue with this API :( The best way to AI summarize X data is still just raw querying the actual tweets (whether through official X API or through <redacted>) and then feeding it into your LLM.
2,93K