> ## 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.

# Model APIs Overview

> API reference for Friendli Model APIs. Browse chat, completions, tokenization, messages, and audio transcription endpoints.

OpenAPI reference of Friendli Model APIs.

## Inference

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

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

  <Card title="Chat render" href="/openapi/model-apis/chat-render">
    Learn how to render chat.
  </Card>

  <Card title="Tool assisted chat completions (Beta)" href="/openapi/model-apis/tool-assisted-chat-completions">
    Learn how to enhance responses with tool-assisted chat completions using built-in tools.
  </Card>

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

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

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

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