# 엔터프라이즈란

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

### **Runyour AI 엔터프라이즈란?**

Runyour AI 엔터프라이즈는 기관(기업, 연구소, 대학 등) 단위로 GPU/CPU 자원을 계약하여 소속 구성원에게 배분하고 관리할 수 있는 전용 서비스입니다.

일반 Runyour AI 서비스에서는 개인이 원하는 머신을 직접 선택하고 시간 단위로 이용하지만, 엔터프라이즈에서는 기관이 확보한 Reserved 머신을 관리자가 그룹별로 배치하고, 구성원이 할당받은 머신을 사용합니다.

### **일반 서비스와의 주요 차이**

<table><thead><tr><th width="119.66668701171875">구분</th><th>일반 서비스</th><th>엔터프라이즈</th></tr></thead><tbody><tr><td>자원 단위</td><td>개인이 직접 선택</td><td>기관이 계약한 자원을 배분</td></tr><tr><td>과금 방식</td><td>시간제 (크레딧 차감)</td><td>계약 기반 (Reserved)</td></tr><tr><td>관리 주체</td><td>본인</td><td>기관 어드민 / 그룹 매니저</td></tr><tr><td>머신 유형</td><td>On-Demand / Reserved</td><td>Reserved (VM, 베어 메탈, 컨테이너)</td></tr></tbody></table>

{% hint style="info" %}
엔터프라이즈 서비스와 일반 서비스는 동일한 Runyour AI 계정으로 이용할 수 있으며, 서비스 간 전환이 가능합니다.
{% endhint %}


---

# 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://runyourai.gitbook.io/userguide/runyour-ai_enterpise/introduction/overview.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.
