AIAssistantsLLMModelEntry

AIAssistantsLLMModelEntry
AI Assistants LLM Model Entry

A single model reference used for both embedding models and reasoning-model models. model_id and model_name are the machine-readable identifiers; display_name is the UI label only.

JSON Example
{
    "model_id": "string",
    "display_name": "string",
    "model_name": "string",
    "sdk_provider": "string",
    "expiry_time": 0
}
string
model_id
Required  

Unique backend identifier following the {provider}_{model_name} convention (e.g. gemini-gemini-embedding-001, openai_gpt-4.1). Not intended for display in the UI.

string
display_name
Read-Only  

Human-readable label shown in operator dropdowns and configuration pages.

string
model_name
Required  

Raw API model name submitted to the model provider's API.

string
sdk_provider
Read-Only  

SDK provider identifier (e.g. google, openai).

integer As int64 As int64
expiry_time
Read-Only  

Epoch millisecond timestamp after which this model is no longer available. Null means no scheduled removal.