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

# Provisioned Throughput 요청하기

> Provisioned Throughput을 도입하는 방법을 안내해요. PTU를 예상하고, 세일즈팀에 문의하고, 실 트래픽으로 PoC를 진행한 뒤 사용을 시작해요.

Provisioned Throughput은 세일즈팀과 함께 준비해요. 트래픽을 알려 주시면 필요한 용량을 함께 계산하고, 실 트래픽으로 PoC(Proof of Concept)를 진행한 뒤 엔드포인트를 열어 드려요.

## PTU 먼저 계산해 보기

문의하기 전에 계획에 참고할 PTU(Provisioned Throughput Unit) 수를 계산기로 확인해 보세요. 사이드바에서 **Inference** → <strong>Models</strong>를 열고 모델을 선택한 다음 <strong>Estimate total cost</strong>를 클릭하면 돼요.

<Tip>아래 데모에서 트래픽을 입력하고 필요한 PTU 수와 예상 비용을 확인하는 과정을 볼 수 있어요.</Tip>

<div style={{ position: 'relative', paddingBottom: 'calc(57.8984% + 41px)', height: 0, width: '100%' }}>
  <iframe src="https://demo.arcade.software/T9ceLeapYfyVQYlHUlOz?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true" title="Estimate and Compare Model Inference Costs" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" allowFullScreen allow="clipboard-write" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', colorScheme: 'light' }} />
</div>

계산기는 트래픽에 필요한 용량만 계산해요. 실제로 계약할 PTU 수량은 세일즈팀과 개별 협의해서 정해요. [PTU와 과금 이해하기](/ko/inference/ptu)를 참고하세요.

## 요청 방법

[세일즈팀에 문의](https://vessl.ai/ko/talk-to-sales?utm_source=docs\&utm_medium=referral\&utm_campaign=inference_kr\&utm_content=request_intro)하거나, 아직 계약이 없는 모델 페이지에서 <strong>Contact sales</strong>를 클릭하세요. 아래 내용을 함께 알려 주시면 좋아요.

|            |                                                                  |
| ---------- | ---------------------------------------------------------------- |
| **모델**     | 서빙하려는 기반 모델(base model). [모델 살펴보기](/ko/inference/models)를 참고하세요. |
| **트래픽 규모** | 예상 일일 토큰량, 최대 분당 토큰 수(TPM)                                       |
| **트래픽 형태** | 요청당 평균 입력·출력 길이, 예상 캐시 적중률(cache hit rate)                       |
| **목표 SLA** | 필요한 출력 토큰 하나당 시간(TPOT, Time per Output Token)                    |

## 이후 진행

1. **상담과 워크로드 파악**: 모델, 트래픽 규모와 패턴, 목표 SLA를 함께 살펴봐요.
2. **조건 확정과 계약**: 보장 TPM, SLA, 가격을 확정하고 계약 조건을 협의해요.
3. **PoC**: 샘플 API Key를 받아 PoC를 진행해요. VESSL Cloud가 합의한 처리량과 SLA 목표에 맞춰 모델을 최적화하면, 실제 트래픽으로 직접 벤치마크해서 성능과 비용을 확인해요.
4. **사용 시작**: 엔드포인트가 열리면 모델 페이지의 <strong>Deploy options</strong> 카드에 <strong>Provisioned capacity is live</strong>가 표시돼요. [첫 요청 보내기](/ko/inference/send-requests)를 참고하세요.
