# Calculate Credits Usage

Arkain allows you to estimate credit deductions based on performance and usage purpose. Plan your credit usage wisely to optimize your service efficiency.

***

## 1. Credits Amount by Resource <a href="#credit-amount-by-resource" id="credit-amount-by-resource"></a>

<table><thead><tr><th width="162">Performance</th><th width="279">Specification</th><th width="154">Credits per hour</th><th>Price</th></tr></thead><tbody><tr><td>Micro</td><td>0.5 vCPU, 1GB Memory</td><td>1.96</td><td>$0.0392</td></tr><tr><td>Small</td><td>1 vCPU, 4GB Memory</td><td>6.80</td><td>$0.1360</td></tr><tr><td>Medium</td><td>2 vCPU, 8GB Memory</td><td>13.60</td><td>$0.2720</td></tr><tr><td>Large</td><td>4 vCPU, 16GB Memory</td><td>27.20</td><td>$0.5440</td></tr><tr><td>XLarge</td><td>8 vCPU, 32GB Memory</td><td>54.40</td><td>$1.0880</td></tr><tr><td><a href="/pages/wyK1FDt0l0StWKDBdQ2F">GPU Basic </a>(NVIDIA Tesla T4)</td><td>3.5 vCPU, 13GB Memory</td><td>51.76</td><td>$1.0352</td></tr><tr><td><a href="/pages/gyJDFvtPNjLDEZ6evMdG">Code Supporter</a> (Advanced)</td><td>0.5 vCPU, 1GB Memory</td><td>1.96</td><td>$0.0392</td></tr></tbody></table>

{% hint style="warning" %}

#### Note on Advanced Features

The cost for using the optional **Code Supporter** feature is added to your container cost. However, when using a GPU container, there is no additional charge for this feature; instead, your allocated **GPU compute and memory resources** will be reduced.
{% endhint %}

***

## **2. Additional Charges**

<table><thead><tr><th width="169.59375">Type</th><th>Cost (Credits)</th><th>Condition</th></tr></thead><tbody><tr><td>Traffic Addition</td><td>8 credits/1GB</td><td>Exceeding 10GB per month</td></tr><tr><td>Storage Addition</td><td>~0.018 credits/1GB/hour</td><td>Exceeding the free storage available for your plan</td></tr></tbody></table>

***

## 3. Credits Amount by LLMs <a href="#credit-amount-by-resource" id="credit-amount-by-resource"></a>

<table><thead><tr><th width="169">Model</th><th>1 token Output (Credit)</th><th>1 token Input (Credit)</th><th>Cache Write (Credit)</th><th>Cache Read (Credit)</th></tr></thead><tbody><tr><td>claude-sonnet-4.6<br>(default)</td><td>0.001200</td><td>0.000240</td><td>0.000300</td><td>0.0000240</td></tr><tr><td>claude-sonnet-4.5</td><td>0.001200</td><td>0.000240</td><td>0.000300</td><td>0.0000240</td></tr><tr><td>claude-haiku-4.5<br></td><td>0.000400</td><td>0.000080</td><td>0.000100</td><td>0.0000080</td></tr><tr><td>claude-opus-4.5</td><td>0.002000</td><td>0.000400</td><td>0.000500</td><td>0.0000400</td></tr><tr><td>gpt-5-mini</td><td>0.000160</td><td>0.000020</td><td>-</td><td>0.0000020</td></tr><tr><td>gpt-5-nano</td><td>0.000032</td><td>0.000004</td><td>-</td><td>0.0000004</td></tr><tr><td>gpt-5.2</td><td>0.001120</td><td>0.000140</td><td>-</td><td>0.0000140</td></tr><tr><td>gemini-3-pro</td><td>0.000960</td><td>0.000160</td><td>-</td><td>0.0000016</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.arkain.io/credits-and-membership/credits/calculate-credits-usage.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.
