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: 2 months ago
JSON representation
Extensive documentation of the inference-gateway
- Host: GitHub
- URL: https://github.com/inference-gateway/docs
- Owner: inference-gateway
- License: mit
- Created: 2025-03-09T14:33:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T16:01:03.000Z (2 months ago)
- Last Synced: 2025-03-09T16:27:31.422Z (2 months ago)
- Topics: documentation, gateway, inference-gateway, llms
- Language: TypeScript
- Homepage: https://inference-gateway.github.io/docs/
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, Anthropic, Groq, Cohere, Ollama, and more. Key
## Development
This documentation site is built with Next.js.
```bash
# Install dependencies
npm install# Start development server
npm run dev
```You can use the devcontainer for a consistent development environment. The devcontainer is configured with all the necessary tools and extensions for development.
## Contributing
Contributions to improve the documentation are welcome! You can:
1. Edit existing MDX files in the markdown directory
2. Add new documentation pages
3. Improve the site's design and functionality## License
This project is licensed under the MIT License.