Skip to main content

ListResponse[AssistantLlmModelResponse]

Paginated response containing Assistant LLM Model Response records. The required field is items.

items object[]required

List of resource items

  • Array [
  • idId (string)required
    nameName (string)required
    label object
    anyOf
    string
    providerProvider (string)required
    model object
    anyOf
    string
    base_url object
    anyOf
    string
    has_api_keyHas Api Key (boolean)
    Default value: false
    created_atCreated At (string)required
  • ]
  • next_cursor object

    Cursor for next page

    anyOf
    string
    has_moreHas More (boolean)

    Whether more pages exist

    Default value: false
    ListResponse[AssistantLlmModelResponse]
    {
    "items": [
    {
    "id": "string",
    "name": "string",
    "label": "string",
    "provider": "string",
    "model": "string",
    "base_url": "string",
    "has_api_key": false,
    "created_at": "string"
    }
    ],
    "next_cursor": "string",
    "has_more": false
    }