# Identify OmniSIM Versions

{% hint style="info" %}
This documentation applies to the following products:

* OmniSIM

For all other products, please review their respective documentation
{% endhint %}

## Physical Identification

### Branded Half-Size Product.

Newer generations of OmniSIM are Half-Size and have KORE branding. (from OmniSIM 1.3)

<figure><img src="/files/Sd5svSz7Z78iahRo9SII" alt="" width="375"><figcaption><p>Branded Half-Size KORE eSIM</p></figcaption></figure>

* **Barcode:** Stores the full EID (32 digits), so it can be scanned by a barcode scanner, as well as printed below.
* **SKU:** Now includes the SKU on the card to assist in identifying the card type.
* **Chip Popout (4FF):** The back has the last 24 digits of the EID with the first 8 digits removed as they are constant for KORE (89001039).

### Full Size White Product

Older eSIM products were white unbranded SIM that would have been delivered as a full size card. (OmniSIM 1.0/1.1)

<figure><img src="/files/x5MOoaRaIiOok38KkVQj" alt="" width="452"><figcaption><p>Older KORE eSIM were unbranded</p></figcaption></figure>

* **Barcode:** Stores the full EID (32 digits), so it can be scanned by a barcode scanner, as well as printed below.
* **Chip Popout (4FF):** The back has the full EID (32 digits).

## OmniSIM Version Command

Starting from OmniSIM 1.3 and subsequent versions, the Profile ID can be queried using the AT+CRSM command. This functionality allows the device to query and identify both the version and type of the OmniSIM.

```
# Read Profile ID file (12081) from the KORE SIM 
AT+CRSM=176,12081,0,0,3
+CRSM: 144,0,"000061"
 
# returns 000061 which digits 4-6 give the = KORE Profile ID 061
```

### Identify the Profile ID from the EID

The Profile ID is a 3 digit code that can be found as part of the KORE EID.

Profile ID = digits 11-13 of the EID as shown in the example below:

{% hint style="info" %}
EID: 8900103945 **061** 0141400000000001580

The Profile ID in this example is: 061
{% endhint %}

## Current OmniSIM Profile ID’s&#x20;

Here is a list of the current Profile ID's and the KORE products.

<table><thead><tr><th width="115">Profile ID</th><th width="365">Product Name</th></tr></thead><tbody><tr><td>046</td><td>OmniSIM KATTCC</td></tr><tr><td>061</td><td>OmniSIM Reach 1.3</td></tr><tr><td>066</td><td>OmniSIM Rush 1.3</td></tr><tr><td>068</td><td>KESIM GREEN / BLUE 1.3</td></tr><tr><td>070</td><td>OmniSIM Reach 1.3 - Downloadable</td></tr><tr><td>071</td><td>OmniSIM Rush 1.3 - Downloadable</td></tr><tr><td>074</td><td>OmniSIM Reach 1.3 Embedded - MFF2</td></tr><tr><td>075</td><td>OmniSIM KATTCC 1.3</td></tr><tr><td>078</td><td>OmniSIM US 1.3</td></tr><tr><td>080</td><td>OmniSIM TELUS 1.3</td></tr><tr><td>083</td><td>OmniSIM Reach 1.4</td></tr><tr><td>084</td><td>OmniSIM Rush / US 1.4 </td></tr><tr><td>085</td><td>OmniSIM Rush / US 1.4 - Downloadable</td></tr><tr><td>087</td><td>OmniSIM KATTCC 1.4</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.korewireless.com/omni-sim/omnisim-esim/identify-versions.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.
