# 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="https://1960686577-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCnkunA1wgmUD4t1WndMi%2Fuploads%2F8nVdYcCXqxZNl5dlFGMS%2Fimage.png?alt=media&#x26;token=2d816c78-8033-448f-b3ed-f2d5acc4718b" 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="https://1960686577-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCnkunA1wgmUD4t1WndMi%2Fuploads%2FqImNxsqRFsrdbTYQrcMY%2Fimage.png?alt=media&#x26;token=d27cd5ca-d709-47dd-b17a-13b25e5e35d7" 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>
