Groq AI
Groq AI offers multiple LLM models over a free API, some of these models include llama3, Gemma and Mixtral.
It is often used to create chatbots but can also be used for other applications like basic code generation (results may vary)
How to use
There are many library listings that take advantage of the groq API, you can find an example of one below.
This listing by 8BiToe integrates Groq into your bot in the form of a command based chatbot, you can send messages to the AI and get a response. This is done through a simple network request to the appropiate endpoint. If you wish to learn more then you can visit the Groq documentation at https://console.groq.com/docs/overview and you can use the above listing as a starting point.