View source: R/generated_client.R
usage_limits_get_llm | R Documentation |
Get a LLM Usage Limit
usage_limits_get_llm(id)
id |
integer required. The ID for the limit. |
A list containing the following elements:
id |
integer, The ID for the limit. |
organizationId |
integer, The ID of the organization to which this limit belongs. |
createdAt |
string, The time this limit was created. |
updatedAt |
string, The time the limit was last updated. |
hardLimit |
integer, The limit value. One of 1000, 10000, 50000, and 100000. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.