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

# Rapid 모델 배포

Rapid 모델을 만들면, 하나의 [Workflow](/roboflow/roboflow-ko/workflows/what-is-workflows.md) 모델을 실행하기 위해 자동으로 생성됩니다. 이 Workflow는 다음 기술로 구동됩니다. [Roboflow Serverless API](/roboflow/roboflow-ko/deploy/serverless-hosted-api-v2.md).

Rapid는 모델을 애플리케이션에 통합하는 데 사용할 수 있는 다양한 프로그래밍 언어의 코드 스니펫을 표시합니다:

<figure><img src="/files/62fd29843007525e0cf1ac2c2169d4a828007fec" alt=""><figcaption></figcaption></figure>

### 신뢰도 임계값

Workflow가 confidence input을 지원하는 경우, deploy sidebar에 confidence threshold 슬라이더가 표시됩니다. 이를 사용해 애플리케이션에 API를 통합하기 전에 confidence가 낮은 예측을 걸러낼 수 있습니다. deploy preview는 실시간으로 업데이트되어 선택한 threshold의 효과를 확인할 수 있습니다.

### Workflow 사용자 지정

오른쪽 아래 모서리에 있는 "Open Roboflow Workflows" 링크를 클릭하여 API를 사용자 지정하고 새 기능을 추가할 수 있습니다. 그러면 cloud API를 구동하는 Roboflow Workflow가 열립니다. 원하는 방식으로 Workflow를 사용자 지정할 수 있습니다. 예를 들어, ByteTrack block을 추가하여 API에 상태를 유지하는 객체 추적 기능을 더할 수 있습니다.


---

# 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-ko/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.
