https://github.com/inference-gateway/docs
Extensive documentation of the inference-gateway
https://github.com/inference-gateway/docs
documentation gateway inference-gateway llms
Last synced: 14 days ago
JSON representation
Extensive documentation of the inference-gateway
- Host: GitHub
- URL: https://github.com/inference-gateway/docs
- Owner: inference-gateway
- License: apache-2.0
- Created: 2025-03-09T14:33:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-05T20:06:00.000Z (20 days ago)
- Last Synced: 2026-06-05T20:23:45.399Z (20 days ago)
- Topics: documentation, gateway, inference-gateway, llms
- Language: TypeScript
- Homepage: http://docs.inference-gateway.com/
- Size: 20.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: supported-providers.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
Inference Gateway Documentation
This 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.
## About Inference Gateway
Inference 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.
## Development
This documentation site is built with **VitePress** 1.x and Vue 3.
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Static build → .vitepress/dist/
npm run build
# Markdown linting
npm run lint:md
# Prettier formatting
npm run format
npm run format:check
```
You can use **flox** for a consistent development environment (configured in `.flox/env/manifest.toml`).
> See [`AGENTS.md`](./AGENTS.md) or [`CLAUDE.md`](./CLAUDE.md) for the full list of commands and development conventions.
## Contributing
Contributions to improve the documentation are welcome! You can:
1. Edit existing Markdown files at the repo root (each `*.md` file becomes a page)
2. Add new documentation pages by creating `*.md` files at the repo root
3. Improve the site's design and functionality
> 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.
## License
This project is licensed under the Apache 2.0 License.