# Rapid 모델 배포

Rapid model을 생성하면, [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>

### Confidence Threshold

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

### Workflow 사용자 지정

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


---

# Agent Instructions: 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.
