> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uncensored Chat API

> Build uncensored AI chat applications with ModelsLab's Chat API. Supports chat completions and uncensored conversation endpoints.

### Endpoints

<CardGroup>
  <Card title="Uncensored Chat" href="/uncensored-chat-api/uncensored-chat">
    The Uncensored Chat endpoint enables unrestricted, flexible chat conversations and responses to any question.
  </Card>

  <Card title="Chat Completions" href="/uncensored-chat-api/chat-completions">
    The Uncensored Completions endpoint generates unrestricted responses from prompts, supports OpenAI SDKs, and uses Bearer token authentication.
  </Card>
</CardGroup>


## Related topics

- [Chat Completions](/llm-api/chat-completions.md)
- [Tools Reference](/mcp-web-api/tools-reference.md)
- [Advanced Parameters](/llm-api/advanced-parameters.md)
