> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-llm/create-a-new-llm.md).

# Create a New LLM

Create a New LLM for Enterprise Project or Small Medium Enterprise (SME) is a feature provided in the Service Portal AI to create a new Large Language Model. Before creating a new LLM in the Service Portal AI, you need to determine the project type you are using. To check your project type, refer to the sub-section Check Project Type. This guide uses the Postpaid project type. In the Service Portal AI, go to the LLM menu and click the Create LLM button.<br>

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

<p align="center"></p>

On the Create LLM page, enter the Team Name that will use the LLM model.

{% hint style="success" %}
Notes: For users with a Prepaid account type, there are differences in the service configuration steps:\
1\. The system displays two additional mandatory fields:

* Billing Type
* Purpose of Use

2\. Both fields must be completed before the user can proceed with the service creation process.

3\. This mechanism is required because token consumption will directly deduct from the prepaid balance according to the selected billing settings.
{% endhint %}

<figure><img src="/files/39KrR1u72MBWXSl0ZAcq" alt=""><figcaption></figcaption></figure>

<p align="center"></p>

In the Filter by Type option, select one of the model types you want to use → select Quick Presets → select the model configuration, then enter the token.

{% hint style="success" %}
Notes: If the user selects the Chat type in the Filter by Type, then:

* The recommended Quick Presets option is Text Generation.
* The system (OpenAI) will display models that fall under the Chat Model category.
* The model configuration on the page will automatically adjust to the selected Chat type.
  {% endhint %}

<figure><img src="/files/8Su3roFBBKTqTYfv5EoL" alt=""><figcaption></figcaption></figure>

| Column        | Description                                                                                                                                                                      |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Chat**      | Functions to display models designed for interactive conversations.                                                                                                              |
| **Code**      | Functions to display models optimized for programming. This type of model is used for code generation, debugging, code explanation, or assisting developer tasks.                |
| **Vision**    | Functions to display models capable of processing figures/images.                                                                                                                |
| **Embedding** | Functions to display models that generate vector representations of text. These are used for semantic search, recommendations, clustering, or integration with vector databases. |

Enter the number of tokens to be added; the total cost will appear automatically.

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

Scroll down to the bottom of the page, then select the **Billing Type**. In this guide, we will use **Pay Per Use (PPU)**.

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

Enter the desired top-up amount in the **Amount of Topup** field according to your usage needs.

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

Next, complete the **Purpose of Use** field by selecting the appropriate usage purpose.

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

Click the Submit button after all required fields have been completed to create the Deka LLM.

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

If the LLM is successfully created, a notification saying “LLM has been successfully created” will appear, and the system will automatically redirect you to the LLM detail page. For more information, see the Deka LLM Detail subsection.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-llm/create-a-new-llm.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.
