An experimental service providing unlimited
/chat/completions
for free, for teens in
Hack Club. No API
key needed.
290392576 tokens processed since January 2025. Current
model:
meta-llama/llama-4-maverick-17b-128e-instruct
.
Open source at github.com/hackclub/ai!
curl -X POST https://ai.hackclub.com/chat/completions \
-H "Content-Type: application/json" \
-d '{
"messages": [{"role": "user", "content": "Tell me a joke!"}]
}'
To get current model:
curl https://ai.hackclub.com/model
Example response: meta-llama/llama-4-maverick-17b-128e-instruct
You must be a teenager in the Hack Club Slack. All requests and responses are logged to prevent abuse. Projects only - no personal use. This means you can't use it in Cursor or anything similar for the moment! Abuse means this will get shut down - we're a nonprofit funded by donations.