{"id":48063871,"url":"https://github.com/chigwell/llm7.io","last_synced_at":"2026-04-04T14:34:52.771Z","repository":{"id":287085060,"uuid":"963553917","full_name":"chigwell/llm7.io","owner":"chigwell","description":"LLM7.io offers a single API gateway that connects you to a wide array of leading AI models from various providers.","archived":false,"fork":false,"pushed_at":"2026-02-04T09:01:10.000Z","size":27883,"stargazers_count":139,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-04T19:29:12.803Z","etag":null,"topics":["ai","api","artificial-intelligence","inference","large-language-models","llm","models"],"latest_commit_sha":null,"homepage":"https://llm7.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chigwell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-09T21:21:26.000Z","updated_at":"2026-02-04T09:01:24.000Z","dependencies_parsed_at":"2025-06-11T06:22:30.779Z","dependency_job_id":"eca6b81f-abe7-4b83-b674-527d8e692352","html_url":"https://github.com/chigwell/llm7.io","commit_stats":null,"previous_names":["chigwell/llm7.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chigwell/llm7.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chigwell%2Fllm7.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chigwell%2Fllm7.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chigwell%2Fllm7.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chigwell%2Fllm7.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chigwell","download_url":"https://codeload.github.com/chigwell/llm7.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chigwell%2Fllm7.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","api","artificial-intelligence","inference","large-language-models","llm","models"],"created_at":"2026-04-04T14:34:52.646Z","updated_at":"2026-04-04T14:34:52.746Z","avatar_url":"https://github.com/chigwell.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://llm7.io/?utm_source=github\u0026utm_medium=readme\"\u003e\n   \u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026color=gradient\u0026height=200\u0026section=header\u0026text=LLM7.io\u0026fontSize=50\u0026fontAlignY=35\u0026animation=fadeIn\u0026fontColor=FFFFFF\u0026descAlignY=55\u0026descAlign=62\" alt=\"LLM7.io\" width=\"100%\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\nThis repository contains the source code for the landing page of [LLM7.io](https://llm7.io), a free, open endpoint for accessing top LLMs (Large Language Models) without requiring heavy hardware.\n\n## Overview\n\nLLM7.io provides:\n- **Free access** to powerful LLMs (GPT-4-like, DeepSeek, Mistral, etc.)\n- **Token access**: Use an API token to access the service\n- **Free tokens**: Get higher rate limits via [token.llm7.io](https://token.llm7.io)\n- **OpenAI-compatible API** for seamless integration with existing tools\n\nThe landing page highlights the core features, usage instructions, and goals of the service.\n\n## Features\n\n- **Token-required access**: Use a free API token to call the service\n- **Free tokens**: Get higher rate limits via [token.llm7.io](https://token.llm7.io)\n- **Responsive design**: Clean layout showcasing LLM7.io's benefits\n- **Quick start guides**: Python, Node.js, and CLI examples\n- **Documentation links**: Jumpstart your LLM integration\n\n## Getting Started (Local Development)\n\n1. **Clone the Repo**  \n   ```bash\n   git clone https://github.com/chigwell/llm7.io.git\n   ```\n2. **Install Dependencies**  \n   ```bash\n   cd llm7.io\n   npm install\n   ```\n3. **Run Development Server**  \n   ```bash\n   npm run dev\n   ```\n   Access at http://localhost:3000\n\n4. **Production Build**  \n   ```bash\n   npm run build\n   npm run start\n   ```\n\n## Using LLM7.io API\n### With tokens:\n```python\nimport openai\nclient = openai.OpenAI(\n    base_url=\"https://api.llm7.io/v1\",\n    api_key=\"YOUR_FREE_TOKEN\"  # Get from https://token.llm7.io\n)\nresponse = client.chat.completions.create(model=\"gpt-4\", messages=[...])\n```\n\n## Contributing\nWe welcome contributions! Please:\n- Report bugs via GitHub issues\n- Suggest features with use cases\n- Submit PRs with clear descriptions\n\n## Powered By\n\nThis project is made possible thanks to the generous support and infrastructure provided by:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://azure.microsoft.com/en-us/products/ai-foundry/models/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Microsoft_Azure.svg/240px-Microsoft_Azure.svg.png\u0026h=48\u0026output=webp\" alt=\"Azure\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eAzure\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://cloudflare.com/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=cdn.prod.website-files.com/6640cd28f51f13175e577c05/664e007b3edcb1f1cd6c7871_7a675b16-95cc-5699-bd72-d4ab79b979bf.svg\u0026h=48\u0026output=webp\" alt=\"Cloudflare\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eCloudflare\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://deepseek.ai/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=registry.npmmirror.com/@lobehub/icons-static-png/latest/files/dark/deepseek-color.png\u0026h=48\u0026output=webp\" alt=\"DeepSeek\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eDeepSeek\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://ollama.com/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=ollama.com/public/ollama.png\u0026h=48\u0026output=webp\" alt=\"LLaMA / Ollama\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eLLaMA / Ollama\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://mistral.ai/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Mistral_AI_logo_%282025%E2%80%93%29.svg/500px-Mistral_AI_logo_%282025%E2%80%93%29.svg.png\u0026h=48\u0026output=webp\" alt=\"Mistral\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eMistral\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://nebius.com/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=https://cdn-1.webcatalog.io/catalog/nebius/nebius-icon-filled-256.webp\u0026w=48\u0026output=webp\" alt=\"Nebius\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eNebius\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://www.nebulablock.com/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=https://i.ibb.co/Y7MKnWfT/nebula-block-logo.jpg\u0026w=48\u0026output=webp\" alt=\"Nebula Block\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eNebula Block\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://openai.com/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=upload.wikimedia.org/wikipedia/commons/thumb/6/66/OpenAI_logo_2025_%28symbol%29.svg/330px-OpenAI_logo_2025_%28symbol%29.svg.png\u0026h=48\u0026output=webp\" alt=\"OpenAI\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eOpenAI\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://pollinations.ai/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=avatars.githubusercontent.com/u/86964862\u0026h=48\u0026output=webp\" alt=\"Pollinations\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003ePollinations\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://www.scaleway.com/?utm_source=llm7.io\u0026utm_medium=llm7.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://wsrv.nl/?url=avatars.githubusercontent.com/u/5185491\u0026h=48\u0026output=webp\" alt=\"Scaleway\" /\u003e\u003cbr/\u003e\n        \u003csub\u003e\u003cb\u003eScaleway\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## License\n\nThis project is licensed under the [GNU AFFERO GENERAL PUBLIC LICENSE](LICENSE). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchigwell%2Fllm7.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchigwell%2Fllm7.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchigwell%2Fllm7.io/lists"}