Zum Hauptinhalt springen

Get a list of already created llm licences

GET/projects/{projectId}/llm-licences/
v2
GET
project-get-llm-licences-experimental

Request

  • projectIdstring
    required

Responses

application/json

List of llm licences of a project.

  • Array[
  • *object
    • containerMetaobject
      • containerIdstring
      • errorMessagestring
      • ingressIdstring
      • stackIdstring
      • statusstring (one of: created, requested, failed)
        required
    • customerIdstring
    • isBlockedboolean
      required

      Indicates whether the licence is blocked.

    • licenceIdstring
      required

      Auto generated uuid to identify licences in requests.

    • licenceKeystring
      required

      The secret API key which is required for authentication with the LLM hosting.

    • limitobject
      required

      The number of allowed requests per unit. Limits are shared across all licences within the same project.

      • allowedRequestsPerUnitnumber
        required
      • unitstring (one of: minute, hour)
        required
    • modelsarray of string
      required

      An array of LLM model identifiers enabled for this licence.

      • Array[
      • *string
      • ]
  • namestring
    required
  • projectIdstring
  • rateLimitnumber
    deprecated
    required

    Deprecated, please us limit.allowedRequestsPerUnit

]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/projects/string/llm-licences