# Open Inference Docs ## Docs - [Chat completions](https://docs.openinference.xyz/api-reference/endpoint/chat-completions.md): Generate a chat response from a model given a list of messages. - [Completions](https://docs.openinference.xyz/api-reference/endpoint/completions.md): Generate a text completion given a prompt. - [List models](https://docs.openinference.xyz/api-reference/endpoint/models.md): List all available models. - [API reference](https://docs.openinference.xyz/api-reference/introduction.md): Open Inference exposes an OpenAI-compatible API for inference. - [Introduction](https://docs.openinference.xyz/index.md): Get started with the Open Inference API in minutes. - [Streaming](https://docs.openinference.xyz/streaming.md): Stream responses token by token as they are generated. ## OpenAPI Specs - [openapi](https://docs.openinference.xyz/api-reference/openapi.json) ## Optional - [Website](https://openinference.xyz) - [Models](https://openinference.xyz/models)