Free AI Models

Free models are for experimenting, learning and shipping without a bill — AIHubMix covers the inference cost for all 14 models on this page, and every model answers all three protocols: Chat Completions, Messages and Responses. Every account starts with 3 trial calls, no credit card, and a $1 top-up switches you to permanent daily quotas.

14 models8 model authorsEvery model $0/M input & outputUpdated 2026-09-10

Before your first top-up

No credit card required, and trial calls never expire.

Trial calls 3 total, all free models

After a one-time $1 top-upRecommended

Top up once — any amount from $1 — and every free model switches to daily quotas with no expiry, reset every day.

Requests 5/dayRequests 2/minTokens 10K/dayResets daily

Usage

Last 6 days · 2026-08-19 to 2026-09-10

Tokens

69.9K

Requests

71

Models in use

4 of 14

Tokens per day, stacked by model

026.4K52.8K08-192026-08-19 — 0 tokens2026-08-27 — 0 tokens2026-08-30 — 195 tokens gpt-4.1-free: 1952026-08-31 — 52,845 tokens ling-3.0-flash-fin-free: 52,8452026-09-01 — 16,490 tokens ling-3.0-flash-fin-free: 16,4902026-09-10 — 350 tokens ling-3.0-flash-fin-free: 350
  • ling-3.0-flash-fin-free
  • gpt-4.1-free

Which models that traffic went to

  1. Ling 3.0 Flash Fin (free)99.7%69.7K
  2. GPT 4.1 (free)0.3%195

Share of 69.9K tokens. 2 models with traffic report no token counts and are only in the request view.

All 14 Free Models

Open in model list
All free models on AIHubMix, in catalog order, with developer, input and output modalities, context length and the rate limit each model allows on a topped-up account.
ModelModalitiesContextRate limitPaid version
coding-glm-4.6-freeTakes text, returns text.200K2/day · 1/minvs paid
gemini-2.0-flash-free5/day · 2/minvs paid
gemini-3-flash-preview-freeTakes text, vision, audio, video, PDF. Output modality not published.1.05M5/day · 2/minvs paid
gemini-3.1-flash-image-preview-freeNew5/day · 2/minvs paid
gemini-3.8-flash-freeNewTakes text, vision, audio, video, PDF. Output modality not published.1.05M5/day · 2/minvs paid
gemma-4-26b-a4b-it-freeTakes text, vision, video, returns text.262K5/day · 2/min
gemma-4-31b-it-freeTakes text, vision, video, returns text.262K5/day · 2/min
gpt-4.1-freeTakes text, vision, PDF, returns text.1.05M5/day · 2/minvs paid
gpt-image-2-freeNewTakes text, vision. Output modality not published.5/day · 2/minvs paid
gpt-oss-20b-freeTakes text, returns text.131K5/day · 2/minvs paid
ling-2.6-flash-freeTakes text, returns text.262K5/day · 2/min
ling-3.0-flash-fin-freeNewTakes text. Output modality not published.262K5/day · 2/min
nemotron-3.5-content-safety-freeTakes text, vision, returns text.131K5/day · 2/min
qwen3.6-plus-preview-freeTakes text, returns text.1M5/day · 2/minvs paid

Rate limit shows the daily and per-minute request caps for topped-up accounts. Some models carry a higher request weight — one call counts as several requests — which is why their caps are lower. All free models share one pool of 10K tokens per day. Before your first top-up, the 3 trial calls apply instead. Context “—” means the value is not published in the catalog. Modalities read input → output — the same fact the developer pages show; a missing output side means the catalog does not publish it, not that the model returns nothing.

How to Start

  1. 1

    Create an account

    Email or OAuth, no credit card required. 3 trial calls are available immediately.

  2. 2

    Create an API key

    One key works for every model on the platform, free and paid alike. Open the API keys page

  3. 3

    Call a free model

    Point any OpenAI-compatible client — Cursor, Cline, Cherry Studio, LiteLLM — at the gateway and pick a -free model ID.

POST /v1/chat/completions

curl https://aihubmix.com/v1/chat/completions \
-H "Authorization: Bearer sk-***" \
-H "Content-Type: application/json" \
-d '{
"model": "ling-3.0-flash-fin-free",
"messages": [{"role":"user","content":"Hi"}]
}' # gpt-oss-20b-free / gpt-4.1-free

A -free ID like gpt-oss-20b-free — the most-called free model this month — is the same upstream model as gpt-oss-20b, served as a subsidized free variant. Swap the suffix off when you need paid throughput; nothing else in your code changes.

Free Models on AIHubMix

Are these models really free?

Yes. All 14 models bill $0 for input and output tokens. AIHubMix subsidizes the inference cost; usage is bounded by quotas instead of a bill.

What do I get before topping up?

3 trial calls, shared across all free models, with no expiry. When they run out the API keeps answering with a note that the trial is used up — your integration never sees a hard error.

What do I get after topping up?

Any top-up of $1 or more permanently switches your account to daily quotas: 2 requests per minute, 5 requests per day and 10K tokens per day, shared across the free catalog and reset every day. Models with a higher request weight count as several requests per call — the exact caps are in the table. Past a cap the API returns 429 until the next minute or day starts.

What is the difference between GPT Oss 20B (free) and gpt-oss-20b?

Price is the only difference — they are the same upstream model with identical capability. The -free ID bills $0 within the quotas above; the paid ID bills per token with no daily cap. Switching between them is a one-line model-name change.

Keep Exploring

All Models

The full catalog — 750 models across chat, image, video and audio, with per-token pricing.

Browse all models

LLM Router

Fill in auto as the model ID and the gateway routes each request to the optimal model by cost and quality.

Try the router

Apps

Ready-to-use apps in the AIHubMix app store — and model discounts beyond the free catalog.

Browse the app store