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

# Using Models on Oxen.ai

> Oxen.ai exposes API endpoints and a playground for a variety of models and modalities, including text, image, and video generation.

## Model API

Oxen.ai's API allows you to start building on top of the [latest and greatest models](https://oxen.ai/ai/models) and deploy fine-tuned models with a single API. If a model is too slow, costly, inaccurate, or if you want full control of the weights, you can use our [one-click interface to fine-tune](/getting-started/fine-tuning) and deploy a custom model using the same interface.

## All your modalities, in one place

Whether you want to generate text, images, or videos, Oxen.ai has you covered. If you want any other modality or model, reach out at [support@oxen.ai](mailto:support@oxen.ai) and we'll be happy to add your use-case to the platform.

Checkout the documentation for each modality to learn more about how to use them.

<CardGroup cols={4}>
  <Card title="Chat Completions" icon="message" href="/examples/inference/chat_completions">
    Generate a response based on a user text prompt.
  </Card>

  <Card title="Image Generation" icon="palette" href="/examples/inference/image_generation">
    Generate images based on a user prompt.
  </Card>

  <Card title="Image Editing" icon="paintbrush" href="/examples/inference/image_editing">
    Edit an image based on a user prompt and a reference image.
  </Card>

  <Card title="Video Generation" icon="video" href="/examples/inference/video_generation">
    Generate a video based on a user prompt.
  </Card>
</CardGroup>
