free-llm-api

skill
Guvenlik Denetimi
Uyari
Health Uyari
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Gecti
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

Verified free LLM API list — no-card options, direct API key links, rate limits, OpenAI-compatible endpoints, and coding-agent setup guides.

README.md

Free LLM APIs

English · 简体中文

CI
License: MIT
providers
sources checked

Permanent free tiers, no-card options, direct API key links, models, and verified limits — every claim points to an official source.

15 permanent provider free tiers · 15 require no credit card · 15 are OpenAI compatible · sources reviewed 2026-07-25. No keys are distributed here. A probe describes one sampled request, not provider-wide uptime.

Browse the live directory · Pick by model · Set up a coding agent · Check your own key

Filterable LLM free-tier status page

Star this repository to bookmark the dataset and follow releases. A star changes nothing about any provider's keys, credits, or limits, and this project gives nothing in return for one.

Pick a free API by goal

Goal Pick Why it appears here Start
Highest published daily request limit GroqCloud 1,000 requests/day published Get API key
Highest published requests per minute SiliconFlow 1,000 RPM published Get API key
Works with the browser key checker Google Gemini API Browser CORS check supported Get API key
Fast path for coding agents GroqCloud Documented OpenAI-compatible coding setup Get API key

These are rule-based shortcuts, not paid placements. Open the filterable directory for all 26 providers.

Permanent free tiers

These Provider Free Tiers are the main list: they do not expire like trial credits, and none currently require a credit card.

Provider Models Published limits Card OpenAI compatible Get API key
Google Gemini API Free-tier eligibility varies by model
gemini-2.5-flash
gemini-2.5-flash-lite
Dynamic / model-dependent Not required Yes Open
GroqCloud llama-3.3-70b-versatile
llama-3.1-8b-instant
openai/gpt-oss-120b
30 RPM, 1,000 requests/day Not required Yes Open
SambaNova Cloud DeepSeek-V3.1
Meta-Llama-3.3-70B-Instruct
gpt-oss-120b
20 RPM, 20 requests/day Not required Yes Open
Cohere command-a-03-2025
command-r-plus
embed-v4.0
20 RPM Not required Yes Open
Cloudflare Workers AI @cf/meta/llama-3.3-70b-instruct-fp8-fast
@cf/openai/gpt-oss-120b
@cf/qwen/qwen2.5-coder-32b-instruct
Dynamic / model-dependent Not required Yes Open
Hugging Face Inference Providers deepseek-ai/DeepSeek-V3-0324
openai/gpt-oss-120b
200+ models routed across partner providers
Dynamic / model-dependent Not required Yes Open
SiliconFlow Qwen/Qwen3-8B
THUDM/GLM-4-9B-0414
deepseek-ai/DeepSeek-R1
1,000 RPM Not required Yes Open
Fireworks AI accounts/fireworks/models/llama-v3p3-70b-instruct
accounts/fireworks/models/gpt-oss-120b
10 RPM Not required Yes Open
Z.AI Open Platform GLM-4.7-Flash
GLM-4.5-Flash
Dynamic / model-dependent Not required Yes Open
Novita AI inclusionai/Ling-3.0-flash
Mind Lab Macaron V1 Venti
Dynamic / model-dependent Not required Yes Open
Mistral La Plateforme mistral-small-latest
open-mistral-nemo
codestral-latest
Dynamic / model-dependent Not required Yes Open
Alibaba Cloud Model Studio qwen-plus
qwen-turbo
qwen3-coder-plus
Dynamic / model-dependent Not required Yes Open
Moonshot AI (Kimi) kimi-k2-0905-preview
moonshot-v1-8k
moonshot-v1-128k
Dynamic / model-dependent Not required Yes Open
Pollinations.AI openai
mistral
Community-hosted open models
Dynamic / model-dependent Not required Yes Open
Ollama Cloud gpt-oss:120b-cloud
gpt-oss:20b-cloud
qwen3-coder:480b-cloud
Dynamic / model-dependent Not required Yes Open

Other access options

These entries can still be useful, but they are aggregators, trial credits, retiring tiers, or metered services — not permanent Provider Free Tiers.

Provider Access type Models Published limits Card OpenAI compatible Get API key
Cerebras Inference Free trial credit gpt-oss-120b
zai-glm-4.7
gemma-4-31b
5 RPM Required Yes Open
Vercel AI Gateway Free trial credit Free Tier eligible model subset
openai/gpt-oss-120b
moonshotai/kimi-k2
Dynamic / model-dependent Not required Yes Open
IBM watsonx.ai Free trial credit ibm/granite-3-8b-instruct
meta-llama/llama-3-3-70b-instruct
mistralai/mistral-large
Dynamic / model-dependent Not required No Open
OpenRouter Free model aggregator Model IDs ending in :free
openrouter/free
20 RPM, 50 requests/day Not required Yes Open
GitHub Models Retiring free tier
Retires 2026-07-30
Existing-customer catalog only until retirement Dynamic / model-dependent Not required Yes Closed to new users
Together AI Metered access meta-llama/Llama-3.3-70B-Instruct-Turbo
openai/gpt-oss-120b
Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo
Dynamic / model-dependent Not required Yes Open
Nebius Token Factory Metered access deepseek-ai/DeepSeek-V3
meta-llama/Llama-3.3-70B-Instruct
Qwen/Qwen3-235B-A22B
60 RPM Not required Yes Open
Perplexity API Metered access sonar
sonar-pro
sonar-reasoning
50 RPM Not required Yes Open
DeepInfra Metered access deepseek-ai/DeepSeek-V3
Qwen/Qwen3-Next-80B-A3B-Instruct
meta-llama/Llama-4-Scout-17B-16E
Dynamic / model-dependent Not required Yes Open
Chutes Metered access zai-org/GLM-5
Qwen/Qwen3-32B
unsloth/Mistral-Nemo-Instruct-2407
Dynamic / model-dependent Not required Yes Open
Scaleway Generative APIs Metered access llama-3.3-70b-instruct
gpt-oss-120b
qwen3-coder-30b-a3b-instruct
Dynamic / model-dependent Required Yes Open

Limits marked dynamic or model-dependent are intentionally not replaced with guessed numbers. Follow the linked official source for the current quota.

Quick start

After creating your own Groq API key, the OpenAI SDK needs only a different Base URL and model id:

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["GROQ_API_KEY"],
    base_url="https://api.groq.com/openai/v1",
)

response = client.chat.completions.create(
    model="llama-3.3-70b-versatile",
    messages=[{"role": "user", "content": "Say hello in one sentence."}],
)
print(response.choices[0].message.content)

For coding agents, generate a client-specific configuration that reads the key from your environment:

npx free-llm-api setup claude-code

Client guides: Claude Code · Codex CLI · Cline · all clients.

Check a key you already have

Open the browser key checker. Nothing is installed or stored: the request goes from your browser straight to the chosen provider. Its Content Security Policy allows the 26 catalog origins and no analytics or project server. 21 providers answer cross-origin browser requests; blocked providers get an equivalent curl command.

Why trust this list

  • Every limit and lifecycle claim links to an official source and carries a review date.
  • Trial credit, metered access, aggregators, and retiring tiers are separated from permanent free tiers.
  • No working API keys are stored or distributed. Use environment variables for your own credentials.
  • A probe describes one sampled request, not provider-wide uptime. A 429 does not reveal the key's remaining quota.

Run probes explicitly outside CI. Keys are read only from the provider environment variable:

GROQ_API_KEY=YOUR_API_KEY npm run probe -- --provider groq

The ignored data/probe-output.json contains only a bounded classification, status, latency, and timestamp — never the key, response body, or raw exception. Read the full methodology.

Changed this week

Week of 2026-07-25. First published catalog: 26 providers, every published number traced to an official page checked this week.

  • Added (26): Google Gemini API, GroqCloud, SambaNova Cloud, Cohere, Cloudflare Workers AI, Hugging Face Inference Providers, SiliconFlow, Fireworks AI, Z.AI Open Platform, Novita AI, Mistral La Plateforme, Alibaba Cloud Model Studio, Moonshot AI (Kimi), Pollinations.AI, Ollama Cloud, Cerebras Inference, Vercel AI Gateway, IBM watsonx.ai, OpenRouter, GitHub Models, Together AI, Nebius Token Factory, Perplexity API, DeepInfra, Chutes, Scaleway Generative APIs
  • Lifecycle — GitHub Models: Free tier retires 2026-07-30, so the catalog carries no signup link for it.
  • Corrected — Cerebras Inference: A verified payment method is a precondition for API access, so this is not a card-free free tier.
  • Corrected — Fireworks AI: The 10 RPM cap for accounts without a payment method applies account-wide, not per model.

Every entry above is dated and sourced in the catalog below. Full history: data/changelog.json.

Contributing

Corrections are the contribution this project runs on: a limit that moved, a provider that closed signups, or a link that died. See CONTRIBUTING.md and the issue templates.

Data and local development

  • data/providers.json is the reviewed source dataset.
  • data/changelog.json records weekly changes.
  • README.md, docs/providers.json, and the static pages are generated deterministically.
  • npm run validate rejects stated quotas without an official source.

Run the generated site locally:

npm run render && npm run serve

Open http://127.0.0.1:4173. Node.js 20+ is required; there are no runtime dependencies and no API keys are needed.

Security

This repository contains no working credentials. Keep probe keys in environment variables and redact Authorization headers from reports. See SECURITY.md.

Star history

Star History Chart

Related projects

  • Free Tier LLM Router combines your own provider keys behind one local endpoint with controlled failover.
  • AI Coding Field Notes is a write-up collection on what coding agents actually cost, where they break, and what shipped.

Need one stable endpoint?

If rotating free-tier keys and handling different limits becomes the work, create a PekPik API account for one OpenAI-compatible hosted endpoint. The free directory above remains usable without it.

Yorumlar (0)

Sonuc bulunamadi