# Model Endpoints Dashboard

You can view granular cost and usage dashboards for each registered model endpoint on the **Model Endpoint page.**&#x20;

Click on **View model** link of the desired model endpoint to explore the associated dashboards. &#x20;

Below are the particulars for comprehending the model endpoints dashboard for LLM endpoints as well as embedding model endpoints.

1. Data can be viewed and analyzed at both daily and hourly levels of detail. The default level of granularity is set to hourly.
2. The dashboard is set to showcase data ranging from the previous day's date to the current date, with hourly granularity.
3. When selecting Hourly Granularity, select a date range that does not exceed 48 hours. Your start and end dates must fall within this 2-day period.
4. &#x20;When selecting Daily Granularity,  the date range cannot exceed 30 days. Ensure that your selected dates are no more than a month apart.
5. When a date filter or granularity is changed, all the charts update with the appropriate values dynamically.
6. When you click on the **Clear filter** option, the selected date range, granularity reset to their default values.

### **Total cost**

This dashboard provides a daily or hourly breakdown of the costs associated with the selected model endpoint for the specified time period.

The model price set in the [model hub](/karini-ai-documentation/model-hub.md), and the number of Input/Output tokens are used to calculate the endpoint cost for the selected date range.&#x20;

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

### **Total API Requests**

This dashboard illustrates the total number of API requests served by the model endpoint within the selected timeframe.

<figure><img src="/files/6Bd46lid8dake90Ud5wl" alt=""><figcaption></figcaption></figure>

### **Total Tokens**&#x20;

This dashboard illustrates the count of input and output tokens processed by the model endpoint over the selected timeframe.

<figure><img src="/files/qXz1RbYaYVHCxYTeyF42" alt=""><figcaption></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-dashboard.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.
