Skip to main content

CompanyLLMSafeRead

A company's own LLM-vendor account credentials (bring-your-own-key) for a provider like OpenAI, Gemini, Anthropic or Grok. The safe form omits the credentials.

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.

CompanyLLMSafeRead
{
"id": 0,
"company_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"vendor": "chatgpt",
"config": {},
"is_active": true
}