> For the complete documentation index, see [llms.txt](https://docs.distribute.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.distribute.ai/distribute-for-enterprise/enterprise-inference-api/openai-compatible-api/chat.md).

# Chat

The OpenAI-compatible chat completion endpoint enables interactive conversations with large language models using the familiar `/v1/chat/completions` format. Designed for drop-in compatibility with OpenAI’s API, it supports role-based messages (`system`, `user`, `assistant`), streaming responses, and model-specific parameters like `temperature`,  and  `top_p`. Perfect for building chatbots, assistants, or any LLM-powered applications without needing to change your existing OpenAI integration.

{% content-ref url="/pages/gP8StsiZ6KgMUqrPTCW8" %}
[Completions](/distribute-for-enterprise/enterprise-inference-api/openai-compatible-api/chat/completions.md)
{% endcontent-ref %}
