GET
/
api
/
public
/
models
{
  "data": [
    {
      "id": "<string>",
      "modelName": "<string>",
      "matchPattern": "<string>",
      "startDate": "<string>",
      "unit": "<string>",
      "inputPrice": 123,
      "outputPrice": 123,
      "totalPrice": 123,
      "tokenizerId": "<string>",
      "tokenizerConfig": {},
      "isLangfuseManaged": true
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of the Get all models response

data
array
required

List of items.

meta
object
required

Metadata for pagination.

Code Response

Exemples of Response Code

  • 200 Successful Response Code
  • 400 Error Response Code