# 이용 방법

{% hint style="info" %}
Dev Cloud (CPU 대여 상품)는 **카드 등록을 통해 이용하는 월 정기결제 서비스**입니다.\
카드를 등록하면 매월 자동으로 요금이 청구됩니다.
{% endhint %}

## Dev Cloud란?

Dev Cloud는 가상 머신 기반의 CPU 머신을 대여할 수 있는 서비스입니다. \
글로벌 데이터센터에서 제공하는 머신으로, API를 통해 연결됩니다.\
GPU Cloud에서 제공하는 템플릿과 저장소는 지원되지 않습니다. 대신, 사용자는 Ubuntu OS를 선택할 수 있습니다.

***

## GPU Cloud와는 어떻게 다를까요?

<mark style="color:purple;">**GPU Cloud**</mark>는 대규모 데이터 처리에 적합하며, **LLM 연구와 생성 AI 연구**에 유용한 솔루션입니다. 반면, CPU 기반의 <mark style="color:purple;">**Dev Cloud**</mark>는 AI 모델 추론 서비스를 운영하려는 사용자에게 비용 효율적인 대안을 제공합니다. 특히 CPU 클라우드는 상대적으로 저렴한 비용으로 AI 추론 작업을 효율적으로 수행할 수 있어, **추론 서비스를 합리적인 비용으로 운영**하고자 하는 사용자에게 적합한 솔루션 입니다.

***

## 이용 방법

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

* <mark style="color:blue;">**`왼쪽 메뉴의 Dev Cloud`**</mark>버튼을 클릭하세요.
* 구독을 해지 시, 현재 결제 기간의 잔여 기간 동안 서비스 이용이 가능합니다. \
  다음 결제일에는 자동으로 결제가 이루어지지 않습니다.

{% content-ref url="/pages/3PSeo6DkZymNY4yyB9PR" %}
[머신 대여](/userguide/using-2/devcloud/undefined-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/y02b3RYoEhQW9e0dZm6U" %}
[머신 이용](/userguide/using-2/devcloud/undefined-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/wD9FxwsLWmNsC2p5LS29" %}
[구독 해지](/userguide/using-2/devcloud/undefined-3.md)
{% endcontent-ref %}


---

# 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/using-2/devcloud.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.
