The
gpt-5-1, gpt-5-2, gpt-5-4, gpt-5-4-mini, gpt-5-4-nano, gpt-5-5, gpt-5-6-sol, gpt-5-6-terra, and gpt-5-6-luna models default to reasoning.effort: "low" on the Responses API. The reasoning.effort parameter controls how much effort the model uses to think through a request. Higher effort can help the model handle more complex requests, while lower effort can yield faster responses. Supported values, such as "none", "low", "medium", and "high", and their behavior may vary by model and API. Check your LLM provider’s documentation for supported values and behavior.To override this default value, set reasoning.effort in Custom Model Options.The default temperature is 1.0. To override this value, you must set reasoning.effort: "none" and adjust the Temperature parameter or set temperature in Custom Model Options.Restrictions
- The
gpt-5-5,gpt-5-6-sol,gpt-5-6-terra, andgpt-5-6-lunamodels support only the Responses API.
Add Models
You can add a model using one of the following interfaces:Add Models via GUI
You can add a model provided by Azure OpenAI to Cognigy in Build > LLM. To add the model, you will need the following parameters:- Standard Model
- Custom Model
Add Models via the API
You can add either a standard or custom model using the Cognigy API POST /v2.0/largelanguagemodels request. Then, test your connection for the created model via the Cognigy API POST /v2.0/largelanguagemodels//test.Deprecation of Old Connections for Microsoft Azure OpenAI
As of Cognigy 4.82.0, Azure OpenAI connections that use theAzureOpenAIProvider connection type are deprecated. Cognigy supports the AzureOpenAIProviderV2 connection type instead.
If you have old connections (for example, created in the 4.53 release) to Azure OpenAI,
these connections have an AzureOpenAIProvider type and are marked with a Deprecated label.
Although these connections can still be active,
we strongly recommend creating a model with the new AzureOpenAIProviderV2 type,
as old connection types will no longer be available in the future.
Note that for some Microsoft Azure OpenAI models, such as text-embedding-ada-002 for knowledge search features, you might encounter the following error when an LLM is triggered:
Error while performing knowledge search. Remote returned error: Search failed: Could not fetch embeddings due to missing API resource name for Azure OpenAI.
To resolve the issue, recreate the model and the connection so that both are updated to the latest format.
Apply the Model
To apply a model, follow these steps:- In the left-side menu of the Project, go to Manage > Settings.
- Go to the section based on your use case for using a model:
- Generative AI Settings. In the Generative AI Settings section, activate Enable Generative AI Features. This setting is toggled on by default if you have previously set up the Generative AI credentials.
- Knowledge AI Settings. Use this section if you need to add a model for Knowledge AI. Select a model for the Knowledge Search and Answer Extraction features. Refer to the list of standard models and find the models that support these features.
- Navigate to the desired feature and select a model from the list. If there are no models available for the selected feature, the system will automatically select None. Save changes.