> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/rapid/deploy-a-rapid-model.md).

# Deploy a Rapid Model

When you create a Rapid model, a [Workflow](/workflows/what-is-workflows.md) will be automatically created to run your model. This Workflow will be powered by the [Roboflow Serverless API](/deploy/serverless-hosted-api-v2.md).

Rapid will show code snippets in various programming languages that you can use to integrate your model into your applications:

<figure><img src="/files/P8T4SofPV3zMffskwenH" alt=""><figcaption></figcaption></figure>

### Confidence Threshold

If your Workflow supports a confidence input, a confidence threshold slider will appear in the deploy sidebar. Use it to filter out low-confidence predictions before integrating the API into your application. The deploy preview will update in real time so you can see the effect of your chosen threshold.

### Customize Your Workflow

You can customize your API to add new features by clicking the "Open Roboflow Workflows" link in the bottom right corner. This will open the Roboflow Workflow that powers your cloud API. You can customize your Workflow in whatever way you want. For example, you could add a ByteTrack block to add stateful object tracking capabilities to your API.
