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

# Overview

> Nebius Token Factory offers an OpenAI-compatible API for inference and fine-tuning.

Welcome to the API examples library! Here you’ll find practical, real-world requests you can copy, paste, and modify to get results faster.

<Columns cols={2}>
  <Card title="Text Generation" icon="text" href="/api-reference/examples/text-generation" />

  <Card title="Vision Capabilities" icon="eye" href="/api-reference/examples/vision-capabilities" />

  <Card title="Text Generation for Code Autocomplete" icon="code" href="/api-reference/examples/text-generation-for-code-autocomplete" />

  <Card title="List of Models" icon="list" href="/api-reference/examples/list-of-models" />

  <Card title="Image Generation" icon="image" href="/api-reference/examples/image-generation" />

  <Card title="Create Embeddings" icon="arrow-right" href="/api-reference/examples/create-embeddings" />

  <Card title="Files" icon="file" href="/api-reference/examples/files" />
</Columns>
