Free AI API, ready in minutes.
Sign up in Discord, unlock your key with /checkin, point the OpenAI SDK at FreeTheAi, send a chat completion.
1
Get a free key. Join discord.gg/secrets, run
/signup, and complete the modal. Lost it? Use /resetkey.2
Unlock today. Run
/checkin once per UTC day and solve the human challenge. Until then, the API returns 403 daily_checkin_required.3
Send a request. Install the OpenAI SDK, set
base_url to https://api.freetheai.xyz/v1, and pick any alias from the model catalog.pip install openai import os from openai import OpenAI client = OpenAI( api_key=os.environ["FREETHEAI_API_KEY"], base_url="https://api.freetheai.xyz/v1", ) response = client.chat.completions.create( model="opc/deepseek-v4-flash-free", messages=[{"role": "user", "content": "Reply with OK."}], ) print(response.choices[0].message.content)
Where to go next.
Setup guidesOpenCode, Cline, Roo Code, Zed, SillyTavern, Janitor AI, Chub, and more.Full API docsChat completions, Anthropic messages, models, images, errors, rate limits.Model catalogLive searchable aliases with provider prefixes and copyable IDs.PricingThe free tier stays free. Optional paid slots start at $8/month.StatusLive provider health by alias prefix.