AIAssistantsLLMSupportedModel
One validated set of low/normal/high reasoning models for a given embedding model. The default flag marks the recommended combination for that embedding model. All fields are read-only.
{
"default": false,
"display_name": "string",
"high_iq": {
"model_id": "string",
"display_name": "string",
"model_name": "string",
"sdk_provider": "string",
"expiry_time": 0
},
"normal_iq": {
"model_id": "string",
"display_name": "string",
"model_name": "string",
"sdk_provider": "string",
"expiry_time": 0
},
"low_iq": {
"model_id": "string",
"display_name": "string",
"model_name": "string",
"sdk_provider": "string",
"expiry_time": 0
}
}
True when this is the recommended reasoning combination for the parent embedding model. Exactly one entry per embedding bundle may be true.
Pipe-separated label combining the high_iq, normal_iq, and low_iq model names in that order (e.g. "gemini-2.5-pro|gemini-2.5-flash|gemini-2.5-flash-lite"). Intended for operator dropdowns and configuration pages to represent the entire reasoning combination in a single string.
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.
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.
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.