Meta AI homemade API
Our last article mentioned the release of Meta AI as the brand new AI Assistant on the market and how it was unique in its own ways compared to its competitors. Meta has also put its model Llama 3, under which Meta AI is built, as open source on this link: https://llama.meta.com/llama3/
However when it comes to APIs, Meta still hasn’t released one for Meta AI. Gemini has a limited free version, with a paid option coming up May 2nd, and ChatGPT only has a paid version. I thought it would be interesting to be able to make (free) API calls to Meta AI which led me to build a custom Python based program that leverages chromedriver and other libraries to access the data from Meta AI. Below is a walkthrough video of how it works.
This is a simplistic illustration of a few prompts thrown at Meta AI but it can be tweaked with a call from an external source (DB, csv, etc.) and a for loop to mass generate content that can be integrated into your email marketing process for example.
Here is the Github link where you’ll find the code for the API: https://github.com/younesrifai/meta-api


