{"id":26256768,"url":"https://github.com/inference-gateway/docs","last_synced_at":"2026-06-11T00:01:26.160Z","repository":{"id":281511496,"uuid":"945483157","full_name":"inference-gateway/docs","owner":"inference-gateway","description":"Extensive documentation of the inference-gateway ","archived":false,"fork":false,"pushed_at":"2026-06-05T20:06:00.000Z","size":21297,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-05T20:23:45.399Z","etag":null,"topics":["documentation","gateway","inference-gateway","llms"],"latest_commit_sha":null,"homepage":"http://docs.inference-gateway.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inference-gateway.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"supported-providers.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-03-09T14:33:02.000Z","updated_at":"2026-06-05T20:06:02.000Z","dependencies_parsed_at":"2025-03-29T21:23:18.240Z","dependency_job_id":"5dec4579-21c0-49d3-bb50-222152024fb2","html_url":"https://github.com/inference-gateway/docs","commit_stats":null,"previous_names":["inference-gateway/docs"],"tags_count":143,"template":false,"template_full_name":null,"purl":"pkg:github/inference-gateway/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inference-gateway%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inference-gateway%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inference-gateway%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inference-gateway%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inference-gateway","download_url":"https://codeload.github.com/inference-gateway/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inference-gateway%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34175887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["documentation","gateway","inference-gateway","llms"],"created_at":"2025-03-13T20:19:17.408Z","updated_at":"2026-06-11T00:01:26.147Z","avatar_url":"https://github.com/inference-gateway.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eInference Gateway Documentation\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003c!-- CI Status Badge --\u003e\n  \u003ca href=\"https://github.com/inference-gateway/docs/actions/workflows/ci.yml?query=branch%3Amain\"\u003e\n    \u003cimg src=\"https://github.com/inference-gateway/docs/actions/workflows/ci.yml/badge.svg?branch=main\" alt=\"CI Status\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- Version Badge --\u003e\n  \u003ca href=\"https://github.com/inference-gateway/docs/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/inference-gateway/docs?color=blue\u0026style=flat-square\" alt=\"Version\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- License Badge --\u003e\n  \u003ca href=\"https://github.com/inference-gateway/docs/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/inference-gateway/docs?color=blue\u0026style=flat-square\" alt=\"License\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains the documentation website for [Inference Gateway](https://github.com/inference-gateway/inference-gateway), an open-source API gateway for Large Language Models (LLMs) that provides a unified interface for accessing multiple AI providers.\n\n## About Inference Gateway\n\nInference Gateway offers a unified API layer to interact with multiple LLM providers including OpenAI, DeepSeek, Anthropic, Groq, Cohere, Ollama and more. It provides a consistent interface for interacting with different LLMs, abstracting away the differences between each provider's API.\n\n## Development\n\nThis documentation site is built with **VitePress** 1.x and Vue 3.\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Static build → .vitepress/dist/\nnpm run build\n\n# Markdown linting\nnpm run lint:md\n\n# Prettier formatting\nnpm run format\nnpm run format:check\n```\n\nYou can use **flox** for a consistent development environment (configured in `.flox/env/manifest.toml`).\n\n\u003e See [`AGENTS.md`](./AGENTS.md) or [`CLAUDE.md`](./CLAUDE.md) for the full list of commands and development conventions.\n\n## Contributing\n\nContributions to improve the documentation are welcome! You can:\n\n1. Edit existing Markdown files at the repo root (each `*.md` file becomes a page)\n2. Add new documentation pages by creating `*.md` files at the repo root\n3. Improve the site's design and functionality\n\n\u003e This site migrated from Next.js/MDX to VitePress. Content is authored as plain Markdown (`.md`) files — no `markdown/` directory or MDX extension is used.\n\n## License\n\nThis project is licensed under the Apache 2.0 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finference-gateway%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finference-gateway%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finference-gateway%2Fdocs/lists"}