ListResponse[AssistantLlmModelResponse]
Paginated response containing Assistant LLM Model Response records. The required field is items.
items object[]필수
List of resource items
Array [
idId (string)필수
nameName (string)필수
label object
하나 이상(anyOf)
- string
- null
string
providerProvider (string)필수
model object
하나 이상(anyOf)
- string
- null
string
base_url object
하나 이상(anyOf)
- string
- null
string
has_api_keyHas Api Key (boolean)
기본값:
falsecreated_atCreated At (string)필수
]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
기본값:
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
}