๐Ÿ’ฐ Free AI Credits + Setup Guide ยท June 2026 ยท For Beginners

Never used an API? Start here.

The single page that turns "I've never touched an API key" into a stacked $200+ AI toolkit with copy-paste instructions for every provider. Click "How do I set it up?" under each card for click-by-click instructions including where to find your API key, where to paste it in Lovable, and what to do when it breaks.

๐Ÿ’ฐ ~$200+ free credits
โฑ 45 min to claim all
๐Ÿ’ณ No card on most
๐Ÿ“– Step-by-step for beginners

๐Ÿ‘‹ Never used an API key before? Read this first.

An API key is basically a password that lets your app talk to a service (like Claude or ElevenLabs). For each service below: (1) you sign up, (2) the website gives you a string of letters like sk-ant-abc123..., (3) you copy that string into Lovable or Supabase as a "secret." Lovable usually pops up a window and asks you to paste it โ€” so you don't need to know any code. That's it. Click the "How do I set it up?" buttons below for click-by-click instructions on each.

๐Ÿ“– Quick glossary ยท so the instructions make sense

5 words you'll see over and over. Memorize these:

API keyThe password your app uses to call a service. Looks like sk-... or a long hash. Treat it like your bank PIN.
SecretSame thing as an API key, just stored on the backend (in Supabase) so users can't see it. Lovable handles this for you.
Edge functionA small piece of code that runs on Supabase to call an external API (like ElevenLabs) using your secret. Lovable writes these for you.
Free tierWhat a service gives you for $0. Usually limited (e.g. "10 minutes per month") but enough for a hackathon demo.
TokenA unit of text (roughly 4 letters). LLMs are priced per million tokens (1M tokens โ‰ˆ 750K words).
Vault / Secrets managerThe secure place in Supabase where your API keys live. Open via Project Settings โ€บ Edge Functions โ€บ Secrets.

Your setup progress

0/24

Sign up to all 5 LLMs.

Google Gemini 3 (Flash-Lite) FREE ยท NO CARD
The hackathon hero. Gemini 3 family is the most generous free tier in market. Flash-Lite is free on AI Studio, no card needed. 1M-token context. Handles text + vision + audio + video in one endpoint.
Sign up at aistudio.google.com โ†’

1Get your API key (3 minutes)

  1. Go to aistudio.google.com and sign in with your Google account
  2. Click the blue "Get API key" button (top-left sidebar) Get API key โ€บ Create API key
  3. Click "Create API key" โ†’ choose your project (or create new)
  4. Your key appears as a long string starting with AIza... โ€” click the copy icon

2Add it to your Lovable app

  1. In Lovable, ask the AI: "Use Gemini 3 Flash-Lite to summarize the user's input"
  2. Lovable will pop up a window asking for GEMINI_API_KEY โ€” paste the AIza... string
  3. Lovable stores it as a secret in Supabase โ†’ wires up the edge function automatically
โš ๏ธ Gotcha: The free tier is rate-limited (15 requests/min on Flash-Lite). If you hit the limit during demo, wait 60 sec or upgrade to paid ($0.10/M tokens โ€” still cheapest).
๐Ÿ’ก Win: Use Gemini 3 Flash-Lite as your default LLM. Save Claude + GPT-5 credits for the calls that NEED the deeper reasoning.
Anthropic Claude $5 free trial
Get Fable 5 ยท Opus 4.8 ยท Sonnet 4.6 ยท Haiku 4.5. Fable 5 (released Jun 9, 2026) is the new flagship for multimodal reasoning. Opus 4.8 (May 28) for agentic coding. Sonnet 4.6 for everyday. Haiku 4.5 for cheap/fast.
Sign up at console.anthropic.com โ†’

1Get your API key (4 minutes)

  1. Go to console.anthropic.com ยท sign up with Google or email
  2. Click "Get API keys" from the home screen (or use sidebar): Settings โ€บ API keys โ€บ Create Key
  3. Name it (e.g. "Hackathon 02") ยท choose your workspace ยท click Create
  4. The key shows as sk-ant-api03-... โ€” copy it NOW (it shows only once)
  5. Confirm your $5 trial: Settings โ€บ Billing โ†’ you should see "$5.00 free credit"

2Add it to your Lovable app

  1. In Lovable, ask the AI: "Add a Claude API call using Sonnet 4.6 to generate descriptions"
  2. Lovable pops up a secrets window asking for ANTHROPIC_API_KEY โ€” paste your sk-ant-... string
  3. For Fable 5 / Opus 4.8 specifically: tell Lovable to use model IDs claude-fable-5 or claude-opus-4-8
โš ๏ธ Gotcha: Anthropic shows the API key only once. If you close the window without copying โ€” go back to API keys, delete it, and create a new one.
๐Ÿ’ก Win: Use Sonnet 4.6 by default ยท save Fable 5 and Opus 4.8 calls for when reasoning depth matters. $5 in trial = ~30 hackathon demos.
OpenAI (GPT-5) $5 free trial
GPT-5 + Whisper STT + image gen. Use when you need native audio output (voice mashups where GPT replies in audio without separate TTS).
Sign up at platform.openai.com โ†’

1Get your API key

  1. Go to platform.openai.com ยท sign up
  2. Navigate to Dashboard โ€บ API keys (left sidebar)
  3. Click "+ Create new secret key" ยท name it ยท click Create
  4. Copy the sk-proj-... string (shows only once)

2Add to Lovable

  1. Ask Lovable: "Add a GPT-5 call to generate voice replies"
  2. Paste the key when prompted as OPENAI_API_KEY
โš ๏ธ Gotcha: OpenAI's $5 trial expires after 3 months. Use it within hackathon week or you'll forfeit it.
xAI Grok $25 credits
Most overlooked free credit. Grok-3 / Grok-4. Most builders forget to sign up โ€” go get yours.
Sign up at console.x.ai โ†’

1Get your API key

  1. Go to console.x.ai
  2. Sign in with X (Twitter) account or email
  3. Navigate to API Keys in left sidebar ยท click Create API Key
  4. Copy the key (looks like xai-...)

2Add to Lovable

  1. Ask Lovable: "Add Grok-4 as a fallback LLM"
  2. Paste as XAI_API_KEY
Together AI up to $100
Open-source models (Llama, Qwen, FLUX) at cheap rates. Sign-up bonus varies. Useful if you want a Llama 3.3 fallback for any LLM call.

Image + video generation.

Fal.ai $20 free credits
Hackathon hero for image/video. $20 = ~500 FLUX 2 Pro images OR ~130 sec Kling video. Lowest latency in market. Pre-built code snippets for every model.
Sign up at fal.ai โ†’

1Get your API key

  1. Go to fal.ai ยท sign up with GitHub or Google
  2. Navigate to Dashboard โ€บ Keys (top-right sidebar)
  3. Click "Add Key" ยท copy the long string
  4. Confirm credits: Dashboard โ€บ Billing shows "$20.00 free credit"

2Add to Lovable

  1. Tell Lovable: "Use Fal.ai to generate images with FLUX 2 Pro"
  2. Paste the key as FAL_KEY when prompted
  3. Lovable creates a Supabase edge function that calls Fal.ai's image endpoint

3Test the API (recommended before scaffolding)

In your terminal, paste this curl command to verify the key works:

curl https://fal.run/fal-ai/flux-pro -H "Authorization: Key YOUR_FAL_KEY" -d '{"prompt":"a hackathon trophy"}'

๐Ÿ’ก Win: Fal.ai has a "playground" UI on their site. Test prompts there BEFORE adding to your app to avoid burning credits on bad prompts.
Replicate free trial
Run anything (FLUX, Whisper, video models, Llama). Pay per second of compute. Good fallback if Fal.ai doesn't have your model.
Sign up at replicate.com โ†’

1Get your API token

  1. Go to replicate.com ยท sign in with GitHub
  2. Click your profile (top-right) โ€บ Account settings โ€บ API tokens
  3. Copy the default token (starts with r8_...)

2Add to Lovable

Paste as REPLICATE_API_TOKEN when Lovable prompts you.

Black Forest Labs (FLUX 2) free signup credits
FLUX 2 Pro ยท Dev ยท Schnell directly from the makers. 1 credit = $0.01. Schnell tier is cheap; Pro tier for showcase quality.
Ideogram 3.0 25/day FREE on web
Best for text-in-images. Posters ยท logos ยท signs. Web UI free tier.

Voice tools ยท free tiers.

ElevenLabs v3 10K credits/mo FREE
~10 min TTS/month free. v3 model included (launched Feb 2026). Resets monthly. Free tier = no commercial rights ยท attribution required.
Sign up at elevenlabs.io โ†’

1Get your API key (3 minutes)

  1. Go to elevenlabs.io ยท sign up with email
  2. Click your profile avatar (top-right) โ†’ "My Account"
  3. Navigate to My Account โ€บ API Keys โ€บ Create API Key
  4. Name it ยท click Create ยท copy the key (starts with sk_...)

2Add to Lovable

  1. Tell Lovable: "Use ElevenLabs to generate voice output for the user's text"
  2. Paste your key as ELEVENLABS_API_KEY when prompted
  3. Pick a voice ID from Voice Lab on ElevenLabs site ยท paste it into Lovable too
โš ๏ธ Commercial rights: Free tier = you must attribute "Voice by ElevenLabs" anywhere it's used. Upgrade to Starter $5/mo before launching for revenue.
๐Ÿ’ก Win: 10K credits = ~10 min of TTS. Build a demo at 1-2 min of TTS per session โ†’ you can support ~5 demo sessions/mo on free tier.
Cartesia (Sonic 2) free tier
Lowest latency (~150ms). Best for real-time voice mashups ยท voice agents ยท conversational apps.
Sign up at cartesia.ai โ†’

1Get your API key

  1. Go to cartesia.ai ยท click "Get Started"
  2. Sign up ยท go to Dashboard โ€บ API Keys
  3. Click Create API Key ยท copy

2Add to Lovable

Paste as CARTESIA_API_KEY. Use the model ID sonic-2 for low latency.

Deepgram (STT) $200 free credit
Best speech-to-text deal in market. Nova-3 model. $200 = ~830 hours of transcription. Real-time leader.
Sign up at deepgram.com โ†’

1Get your API key

  1. Go to deepgram.com ยท click "Sign up free"
  2. Sign in ยท go to Console โ€บ API Keys
  3. Click Create a New API Key ยท choose scope: Member ยท copy

2Add to Lovable

Paste as DEEPGRAM_API_KEY. Use model nova-3.

Hume EVI 3 free trial
Emotion-detecting voice agent. Use only if emotion is your product (coaching ยท therapy-adjacent ยท companion apps).

Avatar + music ยท free tiers.

HeyGen 4 3 videos/mo FREE
Avatar talking-head videos. Free tier enough for hackathon demo. v4 + real-time avatars. Used by Foundry + most cohort builders.
Sign up at heygen.com โ†’

1Get your API key

  1. Go to heygen.com ยท sign up
  2. Upgrade NOT required for API access โ€” go to Settings โ€บ Subscriptions โ€บ API
  3. Click "Subscribe to API" (free tier is included)
  4. Go to Settings โ€บ API Token ยท click Show Token ยท copy

2Add to Lovable

Paste as HEYGEN_API_KEY. Pick a default avatar from Avatar Gallery on HeyGen.

โš ๏ธ Heads up: HeyGen rate-limits the free tier hard. Build your demo around 1-2 video generations, not 10.
D-ID Studio 14-day trial
Photo-to-talking-head. Cheapest paid option ($5.99/mo).
Suno v5 50 credits/day ยท NO COMMERCIAL
Best AI music gen. 50 credits = ~10 songs/day. Resets daily UTC midnight. Free tier = NO commercial rights ยท upgrade to Pro ($8/mo) for commercial use.
Sign up at suno.com โ†’

1Use Suno's web UI for hackathon

Suno doesn't have an official public API. For hackathon: generate songs on suno.com web ยท download MP3 ยท upload to your Lovable app as static asset OR use a third-party Suno API.

2If you need API access

  1. Use a third-party Suno API like sunoapi.org ($0.014-$0.11/song)
  2. Or apiframe.ai ($19/mo for 3,000 credits)
โš ๏ธ Critical: Free Suno = no commercial rights. For hackathon DEMO it's fine. Don't put it in a product you sell.
Udio free trial
Suno's main rival ยท better for instrumental + remix. Has stems (separate vocal + drum tracks).

Where you build ยท all free tier.

Lovable.dev daily free credits
Cohort default builder. ~5 messages/day on free tier ยท Supabase + Stripe + GitHub native. Pro $25/mo unlocks more daily prompts.
Sign up at lovable.dev โ†’

1Sign up + connect Supabase

  1. Go to lovable.dev ยท sign in with GitHub
  2. Create new project ยท let Lovable build the first scaffold
  3. Click the Supabase icon (top-right) โ†’ "Connect Supabase"
  4. Authorize ยท select your Supabase org ยท pick or create a project

2How API keys get stored

When you tell Lovable to use ElevenLabs (or any external API), it pops up a window asking for the secret. You paste your key. Lovable then:

  1. Stores it as a secret in Supabase Project Settings โ€บ Edge Functions โ€บ Secrets
  2. Writes a Supabase edge function that uses the secret to call ElevenLabs
  3. Wires up your Lovable frontend to call that edge function

3To check / edit secrets manually

Open Supabase dashboard โ†’ your project โ†’ Project Settings โ€บ Edge Functions โ€บ Secrets. You'll see every key Lovable stored. Add new ones with + Add Secret.

Vercel ยท Hobby tier FREE FOREVER
Most generous hosting in market. 100GB bandwidth ยท serverless functions ยท auto-deploy. Most MVPs never leave Hobby.
Supabase free tier
Hackathon-grade DB + auth + edge functions. 500MB DB ยท 50K MAU ยท edge functions for ALL the API integrations Lovable can't do natively.
Sign up at supabase.com โ†’

1Sign up

  1. Go to supabase.com ยท click Start your project
  2. Sign up with GitHub ยท create your first project (pick the closest region)
  3. Wait ~30 sec for the project to provision

2Where to find your Supabase keys

  1. Open your project ยท go to Project Settings โ€บ API Keys
  2. You'll see TWO types of keys:
  3. Publishable keys (safe to use in browser) โ€” for the frontend
  4. Secret keys (NEVER share, bypasses security) โ€” for server-side / edge functions only

3Where to add external API secrets (ElevenLabs, Fal, etc.)

  1. Go to Project Settings โ€บ Edge Functions โ€บ Secrets
  2. Click + Add Secret
  3. Name: e.g. ELEVENLABS_API_KEY ยท Value: paste your key
  4. Click Save ยท the key is now available to all your edge functions
โš ๏ธ Critical: NEVER paste a secret key directly into your Lovable code. ALWAYS go through Supabase secrets manager โ†’ edge function. Anything else is a security breach waiting to happen.
Replit Agent free tier ยท 1 always-on
Alternative to Lovable + Vercel combined. Replit Agent includes hosting + DB + AI builder. Best for backend-heavy mashups. Core $20/mo unlocks more.
Sign up at replit.com โ†’

1Where to add API keys in Replit

  1. Open your Repl project
  2. Click the ๐Ÿ”’ lock icon in the left sidebar (Secrets)
  3. Click + New Secret ยท Name (e.g. OPENAI_API_KEY) ยท Value (paste key) ยท Save
  4. Reference in your code as os.environ.get("OPENAI_API_KEY") (Python) or process.env.OPENAI_API_KEY (Node)
Bolt.new daily token allowance
Fastest "see it move" builder. StackBlitz under the hood. Pro $20/mo.

Stack $500-$2,000+ more as a student.

AWS Educate $30-$100
Bedrock-Claude (Fable 5 ยท Opus 4.8) ยท Bedrock-Titan access. Apply with .edu email.
GitHub Student Pack ~$200+ value
Massive bundle. DigitalOcean $200 ยท Namecheap domain ยท Notion Pro ยท Figma ยท Heroku. Single application unlocks everything.
Google Cloud Platform $300 (90 days)
Free tier on signup (no student status needed). Use for Vertex AI access to Veo 3.1 ยท Gemini 3 ยท Imagen 4.
Microsoft Azure (Imagine) $100+ free
Azure OpenAI access ยท GPT-5 + Fable 5 via Azure Foundry deployment.
Hackathon sponsorships $200-$1K each
The highest-leverage stack. Anthropic, OpenAI, Google sponsor most student hackathons. 3-4/year = $500-$2K stacked. Find on MLH / Devpost.

Ship a mashup at $0.

The exact stack to ship a multi-modal MVP without paying a cent. Tested by Hackathon 02 cohort.

  1. Gemini 3 Flash-Lite (free tier on AI Studio) โ†’ all LLM calls + vision + audio understanding
  2. Fal.ai $20 free โ†’ image gen (FLUX 2 Pro) + video gen (Kling)
  3. ElevenLabs 10K free โ†’ voice TTS for demo
  4. Lovable free + Supabase free + Vercel Hobby โ†’ entire backend at $0
  5. Total cost: $0. Stack value: ~$200. User capacity: ~500 active users/mo.
๐Ÿ’ก Megan's rule: If your first MVP costs more than $5 in real money, you over-engineered it. Build cheap. Learn fast. Upgrade only when a user pays you first.
โš ๏ธ Free-tier commercial rights: Suno + ElevenLabs free tiers don't grant them. Fine for demos ยท upgrade to Pro before you launch with paying customers.
๐Ÿš€ Beyond June 2026: The free-tier landscape changes monthly. Check getaiperks.com or grizzlypeaksoftware.com for refreshed cheat sheets.
๐Ÿ“Š Open the slide deck โ†’ ๐Ÿ  Hackathon 02 hub โ†’