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

# Dedicated Overview

> API reference for Friendli Dedicated Endpoints. Browse inference, endpoint management, chat completions, embeddings, and image generation endpoints.

OpenAPI reference of Friendli Dedicated Endpoints API.

## Inference

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

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

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

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

  <Card title="Embeddings" href="/openapi/dedicated/inference/embeddings">
    Learn how to create embeddings.
  </Card>

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

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

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

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

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

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

## Endpoint (Beta)

<CardGroup cols={2}>
  <Card title="List endpoints" href="/openapi/dedicated/endpoint/list">
    List Dedicated Endpoint deployments.
  </Card>

  <Card title="Retrieve an endpoint specification" href="/openapi/dedicated/endpoint/get-spec">
    Given an endpoint ID, return its specification.
  </Card>

  <Card title="Retrieve endpoint versions" href="/openapi/dedicated/endpoint/get-version">
    Given an endpoint ID, return its version history.
  </Card>

  <Card title="Retrieve an endpoint status" href="/openapi/dedicated/endpoint/get-status">
    Given an endpoint ID, return its current status.
  </Card>

  <Card title="Create an endpoint with Hugging Face model" href="/openapi/dedicated/endpoint/create">
    Create a Dedicated Endpoint deployment for a Hugging Face model.
  </Card>

  <Card title="Update an endpoint with new configuration" href="/openapi/dedicated/endpoint/update">
    Update a Dedicated Endpoint deployment with new configuration.
  </Card>

  <Card title="Terminate an endpoint" href="/openapi/dedicated/endpoint/terminate">
    Terminate an endpoint.
  </Card>

  <Card title="Restart an endpoint" href="/openapi/dedicated/endpoint/restart">
    Restart a failed or terminated Dedicated Endpoint.
  </Card>

  <Card title="Sleep an endpoint" href="/openapi/dedicated/endpoint/sleep">
    Put a Dedicated Endpoint into sleep mode.
  </Card>

  <Card title="Wake up an endpoint" href="/openapi/dedicated/endpoint/wake">
    Wake up a sleeping Dedicated Endpoint.
  </Card>

  <Card title="Delete an endpoint" href="/openapi/dedicated/endpoint/delete">
    Delete an endpoint.
  </Card>
</CardGroup>
