---
title: "Get pricing and limits constants"
method: GET
path: "/constants"
tags: ["Constants"]
---

# Get pricing and limits constants

`GET /constants`

## Response `200`

Constants retrieved successfully

- GetConstantsResponseDto
  - `nonSubscriberMessageLimit` number, required — Maximum number of messages for non-subscribers
  - `nonSubscriberModelsLimit` number, required — Maximum number of models for non-subscribers
  - `imageRequestPrice` number, required — Price for image requests in coins
  - `videoRequestPrice` number, required — Price for video requests in coins
  - `textMessagePrice` number, required — Price for text messages in coins
  - `modelCreatePrice` number, required — Price for creating a new model in coins
  - `chatTextMessageDailyLimit` number, required — Maximum number of non-billable text chat messages per user per day (UTC)
  - `chatTextMessageLimitWarningThreshold` number, required — How many messages before the text limit the warning notification is sent

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
