ai.hackclub.com

An experimental service providing unlimited /chat/completions for free, for teens in Hack Club. No API key needed.

0 tokens processed since January 2025. Default model: qwen/qwen3-32b

Available models: qwen/qwen3-32b, openai/gpt-oss-120b, openai/gpt-oss-20b, meta-llama/llama-4-maverick, moonshotai/kimi-k2-instruct-0905, moonshotai/kimi-k2-instruct

Open source at github.com/hackclub/ai!

Usage

Chat Completions

curl -X POST https://ai.hackclub.com/chat/completions \
    -H "Content-Type: application/json" \
    -d '{
        "messages": [{"role": "user", "content": "Tell me a joke!"}]
    }'

Get Current Models

To get current models:

curl https://ai.hackclub.com/model

Example response: qwen/qwen3-32b,openai/gpt-oss-120b,openai/gpt-oss-20b,meta-llama/llama-4-maverick-17b-128e-instruct

Terms

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.

Docs

Link