AIAssistantsLLMSupportedModel

AIAssistantsLLMSupportedModel
AI Assistants LLM Supported Model

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.

JSON Example
{
    "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
    }
}
boolean
default
Read-Only  

True when this is the recommended reasoning combination for the parent embedding model. Exactly one entry per embedding bundle may be true.

string
display_name
Read-Only  

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.

high_iq
Required   Read-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.

normal_iq
Required   Read-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.

low_iq
Required   Read-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.