# Deka GPU: VMs

VMs stands for Virtual Machines which is one of the Deka GPU Portal Services. Right now, Cloudeka service only support L40s GPU for Deka GPU: VMs Service. This guide will explain how to use a VM with an L40S GPU. On the L40S GPU, there are packages that can be selected according to the number of GPU, vCPU and RAM in the form of a resource pool which can then be deployed in the form of IaaS (Virtual Machine) or Platform (Kubernetes). Package options are as follows:

{% hint style="success" %}
Package options according to what is available or multiples.
{% endhint %}

<table><thead><tr><th width="409">Instance Size</th><th width="83">GPU</th><th width="106">vCPU</th><th>RAM</th></tr></thead><tbody><tr><td>EGX_1_XS</td><td>1</td><td>8</td><td>32</td></tr><tr><td>EGX_1_S</td><td>1</td><td>8</td><td>64</td></tr><tr><td>EGX_1_M</td><td>1</td><td>8</td><td>128</td></tr><tr><td>EGX_1_ML</td><td>1</td><td>8</td><td>256</td></tr><tr><td>EGX_1_L</td><td>1</td><td>8</td><td>128</td></tr><tr><td>EGX_1_XL</td><td>1</td><td>16</td><td>256</td></tr><tr><td>EGX_1_XXL</td><td>1</td><td>16</td><td>256</td></tr><tr><td>EGX_2_XS</td><td>2</td><td>16</td><td>64</td></tr><tr><td>EGX_2_S</td><td>2</td><td>16</td><td>128</td></tr><tr><td>EGX_2_M</td><td>2</td><td>16</td><td>256</td></tr><tr><td>EGX_2_ML</td><td>2</td><td>16</td><td>512</td></tr><tr><td>EGX_2_L</td><td>2</td><td>32</td><td>256</td></tr><tr><td>EGX_2_XL</td><td>2</td><td>32</td><td>512</td></tr><tr><td>EGX_2_XXL</td><td>2</td><td>64</td><td>512</td></tr><tr><td>EGX_4_XS</td><td>4</td><td>32</td><td>128</td></tr><tr><td>EGX_4_S</td><td>4</td><td>32</td><td>256</td></tr><tr><td>EGX_4_M</td><td>4</td><td>32</td><td>512</td></tr><tr><td>EGX_4_ML</td><td>4</td><td>32</td><td>1024</td></tr><tr><td>EGX_4_L</td><td>4</td><td>64</td><td>512</td></tr><tr><td>EGX_4_XL</td><td>4</td><td>64</td><td>1024</td></tr><tr><td>EGX_4_XXL</td><td>4</td><td>128</td><td>1024</td></tr><tr><td>EGX_8_XS</td><td>8</td><td>64</td><td>256</td></tr><tr><td>EGX_8_S</td><td>8</td><td>64</td><td>512</td></tr><tr><td>EGX_8_M</td><td>8</td><td>64</td><td>1024</td></tr><tr><td>EGX_8_ML</td><td>8</td><td>64</td><td>2048</td></tr><tr><td>EGX_8_L</td><td>8</td><td>128</td><td>1024</td></tr><tr><td>EGX_8_XL</td><td>8</td><td>128</td><td>2048</td></tr><tr><td>EGX_8_XXL</td><td>8</td><td>256</td><td>2048</td></tr></tbody></table>


---

# 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.cloudeka.ai/deka-gpu/deka-gpu-vms.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.
