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

# Overview

Blink supports the following OpenAI Actions:

* [Ask OpenAI](./actions/ask-openai)
* [Create Assistant](./actions/create-assistant)
* [Create Chat Completion](./actions/create-chat-completion)
* [Create Completion](./actions/create-completion)
* [Create Vector Store](./actions/create-vector-store)
* [Create Vector Store File Batch](./actions/create-vector-store-file-batch)
* [Get Model](./actions/get-model)
* [Get Vector Store File Batch](./actions/get-vector-store-file-batch)
* [List Models](./actions/list-models)
* [OpenAI Custom Action](./actions/openai-custom-action)
* [Upload File](./actions/upload-file)

<Note>
  Missing an action? You can always [create your own](/docs/workflows/building-workflows/actions/custom-actions).
</Note>
