# Model Endpoints & Datasets Distribution

You can also review the resources and data statistics by grouping them by dimensions to see their distribution. For example, you can view all the registered model endpoints within your organization in Karini’s model hub, grouped by their model provider or model type. You can also view all the dataset items grouped by the data connectors using which the data was sourced.

## LLM models

LLMs are grouped by **Model Endpoints** and **Model Providers** to show their distribution.

### **Top 5 LLMs by model endpoint count**&#x20;

The pie chart illustrates the top 5 Large Language Models (LLMs) ranked by their respective endpoint counts. On the right side, you can see the names of the LLMs.  You can view the exact number of endpoints for a specific LLM by hovering over the pie chart segments.

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

### **Top 5 LLMs by model provider**

The pie chart illustrates the top 5 Model providers ranked by the Large Language Models (LLMs) endpoint counts. On the right side, you can see the names of the LLM providers. You can view the exact number of model endpoints for a specific model provider by hovering over the pie chart segments.

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

## Embedding models

Embedding are grouped by **Model Endpoints** and **Model Providers** to show their distribution.

### **Top 5 Embedding models by model endpoints**&#x20;

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

The pie chart illustrates the top 5 Embedding models ranked by their respective endpoint counts. On the right side, you see the names of the Embedding model endpoints. You can view the exact number of endpoints for a specific model by hovering over the pie chart segments.

### **Top 5 Embedding models by model provider**

The pie chart illustrates the top 5 Model providers ranked by the Embeddings Model endpoint counts. On the right side, you can see the names of the model providers. You can view the exact number of embedding model endpoints for a specific model provider by hovering over the pie chart segments.

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

## Datasets

Datasets are grouped by Connectors, Items and Embedding models to show their distribution.

### **Datasets items per storage connector**

The pie chart illustrates the storage connectors ranked by their respective dataset item counts. On the right side, you see names of the storage connectors. You can view the exact number of dataset items for a specific storage connector by hovering over the pie chart segments.

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

### **Top 5 Datasets by item count**

The pie chart illustrates the top 5 datasets ranked by their respective item counts. On the right side, you see  the names of the top 5 datasets. You can view the exact number of items for a specific dataset by hovering over the pie chart segments.

<figure><img src="/files/CBAYdtK8fUdysPTWxh4G" alt=""><figcaption><p>Top 5 datasets by item count</p></figcaption></figure>

### **Top 5 embeddings models by dataset items**

The pie chart illustrates the top 5 embedding models ranked by dataset item counts that have been embedded using the model. On the right side, you see the names of the top 5 embedding models. You can view the exact number of dataset items for a specific embedding model by hovering over the pie chart segments.

<figure><img src="/files/AaLUnUFFBpFVk3EiSSyC" alt=""><figcaption><p>Top 5 embedding models by dataset items</p></figcaption></figure>


---

# 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://karini-ai.gitbook.io/karini-ai-documentation/dashboard-overview/model-endpoints-and-datasets-distribution.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.
