Visit the Wiki for more info!
import ermai
ai = ermai.ChatGPSimon(
api_key="YOUR_GROQ_KEY"
)
print(ai.prompt("Hello!"))Credits: Groq, Python, and Meta AI
ErmAI is now on PyPI! Get it now with this command:
pip install ermai
Important
Billy requires a Google API key. Get your free key at aistudio.google.com
Warning
ESW is in alpha testing! This means it is beginning to be tested. If there is an ESW problem, tell me in the discussions.
ErmAI is making OpenAI, Anthropic, and Google AI more available to the average coder!
Why fiddle with client.chat.completions.create() when you have ErmAI in your hands?
Use the new wrappers to make those APIs easy to use! Choose from models like GPT-5, Gemini 3, and Claude Opus!
Important
For each service, a respective API key is needed. Get yours for free on the services' platforms.

