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

# Container Overview

> API reference for Friendli Container. Browse self-hosted inference endpoints for chat, completions, tokenization, images, and audio transcription.

OpenAPI reference of Friendli Container API.

## Inference

<CardGroup cols={2}>
  <Card title="Chat completions" href="/openapi/container/chat-completions">
    Discover how to generate text through interactive conversations.
  </Card>

  <Card title="Messages (Beta)" href="/openapi/container/messages">
    Generate responses using Anthropic Messages-style payloads.
  </Card>

  <Card title="Completions" href="/openapi/container/completions">
    Learn how to generate text.
  </Card>

  <Card title="Text classification" href="/openapi/container/text-classification">
    Learn how to classify a given text input into categories.
  </Card>

  <Card title="Tokenization" href="/openapi/container/tokenization">
    Explore the process of breaking down text into smaller tokens for machine processing.
  </Card>

  <Card title="Detokenization" href="/openapi/container/detokenization">
    Learn how to reconstruct tokenized text back into its original, human-readable form.
  </Card>

  <Card title="Image generations" href="/openapi/container/image-generations">
    Learn how to generate images.
  </Card>

  <Card title="Image edits" href="/openapi/container/image-edits">
    Learn how to edit images.
  </Card>

  <Card title="Audio transcriptions" href="/openapi/container/audio-transcriptions">
    Learn how to transcribe audio.
  </Card>
</CardGroup>
