AIAssistantsLLMModelEntry
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.
{
"model_id": "string",
"display_name": "string",
"model_name": "string",
"sdk_provider": "string",
"expiry_time": 0
}
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.
Human-readable label shown in operator dropdowns and configuration pages.
Raw API model name submitted to the model provider's API.
SDK provider identifier (e.g. google, openai).
Epoch millisecond timestamp after which this model is no longer available. Null means no scheduled removal.