30개 제공업체, 431+개의 무료 LLM API — 무료 모델을 검색, 비교, 설정하세요.
🌐 freellm.net 방문 — 모델 찾기 · 플레이그라운드 · 설정 생성 · API 키
🔄 freellm.net에서 매일 자동 업데이트 — 마지막 업데이트: 2026-08-12
🌐 English · 简体中文 · 繁體中文 · 日本語 · 한국어
--- ## 이 프로젝트가 필요한 이유 무료 LLM API를 찾기 위해 여러 GitHub README를 뒤지고, 여러 플랫폼에 가입하고, 어떤 모델이 아직 무료 티어를 제공하는지 추측해서는 안 됩니다. 이 저장소는 **구조화된 기계 판독 가능 무료 LLM API 디렉토리**입니다 — 속도 제한, 컨텍스트 윈도우, 원클릭 설정 스니펫, API 키 링크를 매일 업데이트합니다. **이 저장소 + freellm.net을 선택하는 이유:** - ✅ **항상 최신** — 매일 자동 모니터링으로 업데이트, 2년 된 정적 목록이 아닙니다 - ✅ **신용카드 투명성** — 신용카드 필요, 전화 인증 필요, 완전 무료 제공업체를 명확히 표시 - ✅ **원클릭 설정** — Claude Code, Cursor, Codex, Aider 등 10개 이상 도구 지원 - ✅ **나란히 비교** — 컨텍스트 윈도우, 속도 제한, 멀티모달 지원을 즉시 비교 --- ## 3단계로 시작하기 1. **제공업체 선택** — 아래 [Provider Directory](#provider-directory)를 보세요. **Groq**부터 시작하는 것을 추천(신용카드 불필요, 30 RPM 무료). 2. **API 키 발급** — 아래 [Quick Reference](#quick-reference--base-urls--api-keys)의 [Get Key →] 링크를 클릭해서 가입(대부분 이메일만 필요), 키를 복사. 1분도 안 걸립니다. 3. **코드에 붙여넣기** — base URL + model ID를 복사해서 아래 [빠른 시작](#빠른-시작--30초-만에-무료-api-사용하기) 예제에 붙여넣으세요. 도구 설정이 필요하세요? Claude Code · Cursor · Codex · OpenHuman · OpenCode · OpenClaw — freellm.net/config/에서 원클릭 설정. ## 빠른 시작 — 30초 만에 무료 API 사용하기 **API를 처음 써보세요?** 가장 간단한 방법: console.groq.com/keys에 접속, 이메일만으로 가입(신용카드 불필요), 무료 키를 복사해서 아래 예제에 붙여넣으세요. 1분도 안 걸려 실행할 수 있습니다. 아래 모든 제공업체는 **OpenAI 호환 엔드포인트**를 제공합니다. `baseURL` + `apiKey`를 지원하는 모든 도구에서 작동합니다 — base URL과 키만 바꾸면 됩니다. ### Python (OpenAI SDK) ```python from openai import OpenAI client = OpenAI( base_url="https://api.groq.com/openai/v1", # 무료, 신용카드 불필요 api_key="GROQ_API_KEY", # 발급: console.groq.com/keys ) response = client.chat.completions.create( model="llama-3.3-70b-versatile", # 모델 목록은 아래 Best Models 표 참조 messages=[{"role": "user", "content": "안녕하세요!"}], ) print(response.choices[0].message.content) # Groq 무료 한도: 30 RPM, 14,400 RPD — 개인 사용에 충분 ``` ### Codex CLI ```bash export OPENAI_BASE_URL="https://api.groq.com/openai/v1" export OPENAI_API_KEY="your-groq-key" # 발급: console.groq.com/keys codex --model "llama-3.3-70b-versatile" ``` ### Cursor ``` Settings → Models → Add Model Model name: llama-3.3-70b-versatile Base URL: https://api.groq.com/openai/v1 API key: your-groq-key # 발급: console.groq.com/keys ``` ### Claude Code ```bash # Claude Code 는 Anthropic 호환 API 필요 — OpenRouter 사용 export ANTHROPIC_BASE_URL="https://openrouter.ai/api" export ANTHROPIC_AUTH_TOKEN="sk-or-v1-your-key" # openrouter.ai/keys export ANTHROPIC_API_KEY="" # 빈 값 필수 # 참고: OpenRouter Anthropic 모델은 $10 충전 필요 (1회) ``` ### 다른 도구 사용하기 대부분의 AI 개발 도구는 커스텀 API 엔드포인트를 지원합니다. 무료 키를 받은 후: - **Claude Code** — `ANTHROPIC_BASE_URL` + `ANTHROPIC_AUTH_TOKEN` 설정.단계별 가이드 → - **Cursor** — Settings → Models → Add Model.단계별 가이드 → - **Codex CLI** — `OPENAI_BASE_URL` + `OPENAI_API_KEY` 설정.단계별 가이드 → - **OpenHuman** — `config.toml` 편집.단계별 가이드 → - **Aider** — `.aider.conf.yml` 편집.단계별 가이드 → - **Cline**(VS Code)— API provider 설정.단계별 가이드 → - **Open WebUI** — Settings → Connections.단계별 가이드 → 더 많은 즉시 사용 가능한 설정은 **freellm.net/config/** 에서. > **모든 제공업체의 Base URL 및 API 키 링크**는 아래 [Quick Reference](#quick-reference--base-urls--api-keys) 참조. --- ## 제공업체 디렉토리 & 인기 무료 모델 | Provider | Free Models | Credit Card? | Max Context | Modalities | Get API Key | |---|---|---|---|---|---| | NVIDIA NIM | 123 | Phone verification | 1M | audio, embedding, image, reasoning, rerank, text, video, vision | → | | ModelScope | 55 | Registration | 1M | audio, image, reasoning, text, video, vision | → | | Cloudflare Workers AI | 39 | No | 10M | code, image, reasoning, text, video | → | | GitHub Models | 16 | No | 1M | image, pdf, reasoning, text | → | | Google Gemini | 15 | No | 1M | audio, image, pdf, reasoning, text, video, vision | → | | LLM7.io | 15 | No | 1M | audio, code, image, pdf, reasoning, text, video, vision | → | | OVHcloud AI Endpoints | 14 | Registration | 262K | audio, code, image, reasoning, text, video | → | | Ollama Cloud | 13 | Registration | 1M | code, image, reasoning, text, video, vision | → | | Groq | 12 | No | 262K | image, reasoning, text | → | | Mistral AI | 12 | No | 256K | code, image, text | → | | Cohere | 12 | No | 436K | image, text | → | | Kilo Code | 12 | No | 1M | audio, code, image, reasoning, text, video | → | | OpenCode Zen | 10 | Registration | 1M | audio, reasoning, vision | → | | Cerebras | 8 | No | 131K | image, reasoning, text | → | | Aion Labs | 7 | Registration | 131K | text | → | | Hugging Face | 7 | No | 131K | code, text | → | | Agnes AI | 5 | Registration | 256K | image, text, video, vision | → | | Alibaba Cloud Model Studio | 5 | Registration | 1M | code, image, text | → | | Z AI (Zhipu AI) | 4 | No | 200K | image, reasoning, text, video | → | | SambaNova | 4 | Registration | 128K | image, reasoning, text | → | | SiliconFlow | 3 | Registration | 131K | text | → | | xAI | 3 | Registration | 2M | text | → | | Chutes.ai | 2 | Registration | 131K | reasoning, text | → | | Glhf.chat | 2 | Registration | 131K | text | → | | Grok (xAI) | 2 | Registration | 131K | text | → | | AI21 Labs | 2 | Registration | 256K | text | → | | DeepSeek | 2 | Registration | 128K | text | → | | Nscale | 2 | Registration | 128K | text | → | | Nebius | 1 | Registration | 128K | text | → | | Provider | Free Models | Credit Model | Max Context | Modalities | Get API Key | |---|---|---|---|---|---| | OpenRouter | 24 | Free tier + $10 topup → 1K RPD | 1M | audio, code, embeddings, image, reasoning, rerank, speech, text, video | → | ## 빠른 참조 — Base URL 및 API 키 | Provider | Base URL | Get API Key | Credit Card? | |---|---|---|---| | NVIDIA NIM | `https://integrate.api.nvidia.com/v1` | Get Key → | Phone verification | | ModelScope | `https://api-inference.modelscope.cn/v1` | Get Key → | Registration | | Cloudflare Workers AI | `https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/run` | Get Key → | No | | OpenRouter | `https://openrouter.ai/api/v1` | Get Key → | Registration | | GitHub Models | `https://models.github.ai/inference` | Get Key → | No | | Google Gemini | `https://generativelanguage.googleapis.com/v1beta` | Get Key → | No | | LLM7.io | `https://api.llm7.io/v1` | Get Key → | No | | OVHcloud AI Endpoints | `https://oai.endpoints.kepler.ai.cloud.ovh.net/v1` | Get Key → | Registration | | Ollama Cloud | `https://api.ollama.com` | Get Key → | Registration | | Groq | `https://api.groq.com/openai/v1` | Get Key → | No | | Mistral AI | `https://api.mistral.ai/v1` | Get Key → | No | | Cohere | `https://api.cohere.com/v2` | Get Key → | No | | Kilo Code | `https://api.kilo.ai/api/gateway` | Get Key → | No | | OpenCode Zen | `https://opencode.ai/zen/v1` | Get Key → | Registration | | Cerebras | `https://api.cerebras.ai/v1` | Get Key → | No | | Aion Labs | `https://api.aionlabs.ai/v1` | Get Key → | Registration | | Hugging Face | `https://router.huggingface.co/v1` | Get Key → | No | | Agnes AI | `https://apihub.agnes-ai.com/v1` | Get Key → | Registration | | Alibaba Cloud Model Studio | `https://dashscope-intl.aliyuncs.com/compatible-mode/v1` | Get Key → | Registration | | Z AI (Zhipu AI) | `https://open.bigmodel.cn/api/paas/v4` | Get Key → | No | | SambaNova | `https://api.sambanova.ai/v1` | Get Key → | Registration | | SiliconFlow | `https://api.siliconflow.cn/v1` | Get Key → | Registration | | xAI | `https://api.x.ai/v1` | Get Key → | Registration | | Chutes.ai | `https://api.chutes.ai/v1` | Get Key → | Registration | | Glhf.chat | `https://glhf.chat/api/openai/v1` | Get Key → | Registration | | Grok (xAI) | `https://api.x.ai/v1` | Get Key → | Registration | | AI21 Labs | `https://api.ai21.com/studio/v1` | Get Key → | Registration | | DeepSeek | `https://api.deepseek.com/v1` | Get Key → | Registration | | Nscale | `https://inference.api.nscale.com/v1` | Get Key → | Registration | | Nebius | `https://api.studio.nebius.com/v1` | Get Key → | Registration | ## 제공업체별 최고의 무료 모델 | Provider | Best Free Model | Model ID | Max Context | Rate Limit | |---|---|---|---|---| | NVIDIA NIM | z-ai/glm-5.2 | `z-ai/glm-5.2` | 1M | Up to 40 RPM | | | poolside/laguna-xs-2.1 | `poolside/laguna-xs-2.1` | 262K | Up to 40 RPM | | | z-ai/glm-5.1 | `z-ai/glm-5.1` | 202K | Up to 40 RPM | | ModelScope | MiniMax-M2.5-highspeed | `MiniMax/MiniMax-M2.5` | 204K | See provider | | | Qwen/Qwen3.5-35B-A3B | `qwen-qwen3-5-35b-a3b` | 131K | 2,000 RPD total; <=500 .. | | | Qwen/Qwen3.5-27B | `qwen-qwen3-5-27b` | 131K | 2,000 RPD total; <=500 .. | | Cloudflare Workers AI | Mistral 7B | `@cf/mistral/mistral-7b-instruct-v0.1` | 32K | See provider | | | Qwen 1.5 7B | `@cf/qwen/qwen1.5-7b-chat` | 32K | See provider | | | @cf/meta/llama-3.3-70b-instruct-fp8-fast | `@cf/meta/llama-3.3-70b-instruct-fp8-fast` | 131K | 10K neurons/day (shared) | | OpenRouter | NVIDIA: Nemotron 3 Ultra (free) | `nvidia/nemotron-3-ultra-550b-a55b:free` | 1M | See provider | | | Poolside: Laguna M.1 (free) | `poolside/laguna-m.1:free` | 262K | See provider | | | NVIDIA: Nemotron 3 Super (free) | `nvidia/nemotron-3-super-120b-a12b:free` | 262K | See provider | | GitHub Models | Phi-4 | `Phi-4` | 131K | See provider | | | Mistral Large (24.11) | `Mistral-large-2411` | 131K | See provider | | | AI21 Jamba 1.5 Large | `AI21-Jamba-1.5-Large` | 256K | See provider | | Google Gemini | Gemini 3.6 Flash | `gemini-3.6-flash` | 1M | 15 RPM, 1,500 RPD | | | Gemini 3.5 Flash | `gemini-3.5-flash` | 1M | 15 RPM, 1,500 RPD | | | Gemini 3.5 Flash-Lite | `gemini-3.5-flash-lite` | 1M | 30 RPM, 1,500 RPD | | LLM7.io | deepseek-r1-0528 | `deepseek-r1-0528` | 131K | 30 RPM (120 with token) | | | deepseek-v3-0324 | `deepseek-v3-0324` | 131K | 30 RPM (120 with token) | | | gpt-4o-mini | `gpt-4o-mini` | 131K | 30 RPM (120 with token) | | OVHcloud AI Endpoints | Qwen3.5-397B-A17B | `qwen3.5-397b-a17b` | 131K | 2 RPM (anonymous) | | | Meta-Llama-3_3-70B-Instruct | `meta-llama-3_3-70b-instruct` | 131K | 2 RPM (anonymous) | | | Qwen3.6-27B | `qwen3.6-27b` | 131K | 2 RPM (anonymous) | | Ollama Cloud | minimax-m3 | `minimax-m3` | 1M | Session/weekly limits (.. | | | gpt-oss:20b | `gpt-oss:20b` | 131K | Session/weekly limits (.. | | | nemotron-3-ultra | `nemotron-3-ultra` | 262K | Session/weekly limits (.. | | Groq | Moonshot Kimi K2 | `moonshotai/kimi-k2-instruct` | 131K | See provider | | | Moonshot Kimi K2 0905 | `moonshotai/kimi-k2-instruct-0905` | 131K | See provider | | | groq/compound | `groq/compound` | 131K | 30 RPM, 250 RPD | | Mistral AI | Mistral 7B | `open-mistral-7b` | 32K | See provider | | | Mixtral 8x7B | `open-mixtral-8x7b` | 32K | See provider | | | Mistral Medium 3.5 (128B) | `mistral-medium-3-5-128b` | 256K | ~1 RPS, 500K TPM | | Cohere | Command A+ (218B) | `command-a-218b` | 436K | 20 RPM | | | Command A (111B) | `command-a-111b` | 288K | 20 RPM | | | Command R+ | `command-r` | 128K | 20 RPM | | Kilo Code | nvidia/nemotron-3-ultra-550b-a55b:free | `nvidia/nemotron-3-ultra-550b-a55b:free` | 1M | ~200 req/hr | | | stepfun/step-3.7-flash:free | `stepfun/step-3.7-flash:free` | 262K | ~200 req/hr | | | nvidia/nemotron-3-super-120b-a12b:free | `nvidia/nemotron-3-super-120b-a12b:free` | 262K | ~200 req/hr | | OpenCode Zen | big-pickle | `big-pickle` | 0 | | | | DeepSeek V4 Flash | `deepseek-v4-flash-free` | 1M | | | | MiMo-V2.5 | `mimo-v2.5-free` | 1M | | | Cerebras | Llama 3.1 70B | `llama3.1-70b` | 131K | See provider | | | gpt-oss-120b | `gpt-oss-120b` | 131K | 5 RPM, 30K TPM, 1M TPD | | | zai-glm-4.7 (deprecated Aug 2026) | `zai-glm-4.7` | 131K | 5 RPM, 30K TPM, 1M TPD | | Aion Labs | Aion 2.5 | `aion-2-5` | 128K | 15 RPM, 20K TPD | | | Aion 2.0 | `aion-2-0` | 128K | 15 RPM, 20K TPD | | | Aion-RP 1.0 (8B) | `aion-rp-1-0-8b` | 32K | 15 RPM, 20K TPD | | Hugging Face | Meta-Llama-3.1-8B-Instruct | `meta-llama-3-1-8b-instruct` | 128K | Credit-metered | | | gemma-3-4b-it | `gemma-3-4b-it` | 131K | Credit-metered | | | Qwen2.5-Coder-7B-Instruct | `qwen2-5-coder-7b-instruct` | 131K | Credit-metered | | Agnes AI | agnes-1.5-flash | `agnes-1.5-flash` | 256K | 30 RPM | | | agnes-2.0-flash | `agnes-2.0-flash` | 256K | 30 RPM | | | agnes-image-2.0-flash | `agnes-image-2.0-flash` | 4K | 30 RPM (1K) | | Alibaba Cloud Model Studio | Qwen3-Max | `qwen3-max` | 128K | Tiered by region | | | Qwen3-Plus | `qwen3-plus` | 1M | Tiered by region | | | Qwen3-VL-Plus | `qwen3-vl-plus` | 128K | Tiered by region | | Z AI (Zhipu AI) | GLM-4.7-Flash | `glm-4.7` | 200K | 1 concurrent request | | | GLM-4.5-Flash | `glm-4.5` | 128K | 1 concurrent request | | | GLM-4.6V-Flash | `glm-4.6` | 128K | 1 concurrent request | | SambaNova | DeepSeek-V3.1 | `deepseek-v3-1` | 128K | 20 RPM, 20 RPD, 200K TPD | | | DeepSeek-V3.2 (Preview) | `deepseek-v3-2-preview` | 128K | 20 RPM, 20 RPD, 200K TPD | | | MiniMax-M2.7 | `minimax-m2-7` | 128K | 20 RPM, 20 RPD, 200K TPD | | SiliconFlow | deepseek-ai/DeepSeek-R1-Distill-Qwen-7B | `deepseek-ai-deepseek-r1-distill-qwen-7b` | 131K | 30 RPM, 60K TPM | | | Abbreviation | `abbreviation` | 131K | See provider | | | deepseek-ai/DeepSeek-OCR | `deepseek-ai-deepseek-ocr` | 131K | 30 RPM, 60K TPM | | xAI | grok-4.3 | `grok-4-3` | 1M | Credit-based | | | grok-4.1-fast | `grok-4-1-fast` | 2M | Credit-based | | | grok-3-mini | `grok-3-mini` | 131K | Credit-based | | Chutes.ai | DeepSeek-R1 | `deepseek-ai/DeepSeek-R1` | 131K | Community-powered, no h.. | | | Llama 3.1 70B | `meta-llama/Meta-Llama-3.1-70B-Instruct` | 131K | Community-powered, no h.. | | Glhf.chat | Llama 3.1 70B | `meta-llama/Meta-Llama-3.1-70B-Instruct` | 131K | Unlimited for free models | | | Mixtral 8x7B | `mistralai/Mixtral-8x7B-Instruct-v0.1` | 32K | Unlimited for free models | | Grok (xAI) | Grok-2 | `grok-2` | 131K | $25/month free credits,.. | | | Grok-2 Mini | `grok-2-mini` | 131K | $25/month free credits,.. | | AI21 Labs | Jamba Large 1.7 | `jamba-large-1-7` | 256K | 200 RPM, 10 RPS | | | Jamba Mini 2 | `jamba-mini-2` | 256K | 200 RPM, 10 RPS | | DeepSeek | deepseek-chat (V3.2) | `deepseek-chat-v3-2` | 128K | Dynamic | | | deepseek-reasoner (R1) | `deepseek-reasoner-r1` | 128K | Dynamic | | Nscale | Llama-3.3-70B-Instruct | `llama-3-3-70b-instruct` | 128K | Fair-use | | | DeepSeek-R1-Distill-Llama-70B | `deepseek-r1-distill-llama-70b` | 128K | Fair-use | | Nebius | Qwen3-235B-A22B | `qwen3-235b-a22b` | 128K | Tier-based | ### 热门免费模型 | Model | Provider | Context | Weekly Usage | |---|---|---|---| | z-ai/glm-5.2 | NVIDIA NIM | 1M | 2998B tokens | | NVIDIA: Nemotron 3 Ultra (free) | OpenRouter | 1M | 2326B tokens | | Poolside: Laguna M.1 (free) | OpenRouter | 262K | 768B tokens | | NVIDIA: Nemotron 3 Super (free) | OpenRouter | 262K | 315B tokens | | Cohere: North Mini Code (free) | OpenRouter | 256K | 255B tokens | | poolside/laguna-xs-2.1 | NVIDIA NIM | 262K | 171B tokens | | z-ai/glm-5.1 | NVIDIA NIM | 202K | 158B tokens | | Poolside: Laguna S 2.1 (free) | OpenRouter | 262K | 83B tokens | | Poolside: Laguna XS 2.1 (free) | OpenRouter | 262K | 81B tokens | | NVIDIA: Nemotron 3 Nano 30B A3B (free) | OpenRouter | 256K | 45B tokens | --- ## 기여하기 기여를 환영합니다! - **누락된 무료 모델 추가** — 이슈 또는 PR 제출 - **부정확한 데이터 수정** — 속도 제한은 변경되고 제공업체도 발전합니다. PR 환영 - **설정 스니펫 추가** — 사용 중인 도구의 설정 방법이 있다면 `code-examples/`에 추가 ### 포함 기준 다음 조건을 충족하는 모델이 대상입니다: 1. 제공업체가 명시적으로 **무료 티어**를 제공 (단순 체험 크레딧이 아님) 2. API가 **공개적으로 접근 가능** (대기자 명단, 비공개 베타, 리버스 엔지니어링이 아님) 3. 체험 크레딧: 명확히 표시되고 최소 $1 상당 --- ## 링크 - 🌐 **라이브 사이트**: freellm.net — 검색, 비교, 플레이그라운드, 설정 생성 - 🔑 **API 키 디렉토리**: freellm.net/free-llm-api-keys/ - ⚙️ **설정 생성기**: freellm.net/config/ - 🎮 **플레이그라운드**: freellm.net/playground/ - 📊 **모델 비교**: freellm.net/compare/ ## 라이선스 MIT © open-free-llm-api ---매일 자동 업데이트 · 마지막 업데이트: 2026-08-12