PaginatedResponse[CompanyLLMSafeRead]
items object[]required
Array [
idIdrequired
Unique numeric identifier of the record.
company_idCompany Idrequired
ID of the owning company (the top-level tenant account).
created_atdate-timerequired
Creation time (UTC, ISO 8601).
vendorVendorrequired
The LLM vendor (chatgpt, gemini, anthropic, or grok).
Possible values: [chatgpt, gemini, anthropic, grok, sber, openrouter]
config objectrequired
Additional LLM configuration (e.g. model, temperature).
property name*any
Additional LLM configuration (e.g. model, temperature).
is_activeIs Activerequired
Whether these credentials are active.
]
pagePagerequired
limitLimitrequired
totalTotalrequired
pagesPagesrequired
PaginatedResponse[CompanyLLMSafeRead]
{
"items": [
{
"id": 0,
"company_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"vendor": "chatgpt",
"config": {},
"is_active": true
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}