Free AI Index / Resource detail

Hugging Face · Inference Providers free tier

Hugging Face · International

What this offer provides

The official Inference Providers documentation states: 'Get Started for Free: Inference Providers includes a generous free tier, with additional credits for PRO users and Team & Enterprise organizations.'

Quick facts

Free mechanismGenerous free tier included; additional credits for PRO users and organizations
ValidityMonthly included credits; unused quota does not roll over
AccessHugging Face account
Last verified2026-09-07

How to use it

Call open models through the Inference Providers router with the free tier included in every account

Prerequisites

Steps

curl

curl https://router.huggingface.co/v1/chat/completions --header 'Authorization: Bearer ${HF_TOKEN}' --header 'Content-Type: application/json' --data '{"model":"openai/gpt-oss-120b","messages":[{"role":"user","content":"Hello"}]}'

Official sources

Official docs: 'Get Started for Free: Inference Providers includes a generous free tier, with additional credits for PRO users and Team & Enterprise organizations.'

Related resources