Skip to main content
GET
/
api
/
public
/
models
Get all models
curl --request GET \
  --url https://api.example.com/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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt

Use this file to discover all available pages before exploring further.

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