> 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/roboflow/roboflow-hi/rapid/deploy-a-rapid-model.md).

# एक Rapid Model deploy करें

जब आप एक Rapid model बनाते हैं, एक [Workflow](/roboflow/roboflow-hi/workflows/what-is-workflows.md) स्वचालित रूप से आपके model को चलाने के लिए बनाया जाएगा। यह Workflow द्वारा संचालित होगा [Roboflow Serverless API](/roboflow/roboflow-hi/deploy/serverless-hosted-api-v2.md).

Rapid विभिन्न programming languages में code snippets दिखाएगा, जिनका उपयोग आप अपने model को अपनी applications में integrate करने के लिए कर सकते हैं:

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

### Confidence Threshold

यदि आपका Workflow एक confidence input को support करता है, तो deploy sidebar में एक confidence threshold slider दिखाई देगा। इसका उपयोग अपनी application में API integrate करने से पहले कम-confidence वाली predictions को filter out करने के लिए करें। deploy preview real time में update होगा, ताकि आप अपने चुने गए threshold का effect देख सकें।

### अपने Workflow को अनुकूलित करें

आप नीचे दाईं ओर मौजूद "Open Roboflow Workflows" लिंक पर क्लिक करके नई features जोड़ने के लिए अपने API को customize कर सकते हैं। इससे वह Roboflow Workflow खुल जाएगा जो आपके cloud API को power करता है। आप अपने Workflow को जिस तरह चाहें, वैसे customize कर सकते हैं। उदाहरण के लिए, आप अपने API में stateful object tracking capabilities जोड़ने के लिए एक ByteTrack block जोड़ सकते हैं।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/rapid/deploy-a-rapid-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
