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
- null
string
providerProvider (string)required
model object
anyOf
- string
- null
string
base_url object
anyOf
- string
- null
string
has_api_keyHas Api Key (boolean)
Default value:
falsecreated_atCreated At (string)required
]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
Default value:
falseListResponse[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
}