An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Inference Gateway Documentation




CI Status



Version



License

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.