Skip to content

AI Models

Settings
FieldDescription
Default AI ProviderActive LLM integration of the organization that will be used as default (e.g. Azure OpenAI, OpenAI, OpenRouter, Prodgy.AI)
Default AI ModelThe model name (completion) the provider should use — e.g. gpt-4o, claude-sonnet-4-6

The selector only shows integrations with LLM classification and active status installed in the organization. To appear in this list, the integration must be previously installed under Integrations.

When a provider is selected, the Default AI Model field automatically loads the completion value saved in that integration’s settings.


Free-text field to define the exact model name at the provider — for example: gpt-4o, gpt-4o-mini, claude-sonnet-4-6, llama-3.3-70b, or any deployment/alias configured at the provider.

The field is only enabled when a provider is selected. On save, the value is persisted directly to the integration’s settings (not to the organization) — so when you switch providers and come back, the previous model stays associated with that integration.


The Save button is only enabled when there are pending changes to either the provider or the model name. On save, Prodgy runs the following in sequence:

  1. If the provider changed, updates the organization with the new default_model_id.
  2. If the model changed, updates the chosen integration base settings with the new completion.

A success message is shown at the end and the Playground reflects the new configuration (see the provider/model badge in the footer of the Playground main screen).


  • Switch provider without losing context: pick another LLM integration in the first field — the Model field loads the completion saved in that integration. Adjust if needed and save.
  • Update model only: with the provider already selected, change the Model text and save. No other integration settings are touched.
  • Remove the default: clear the Provider selector and save — the organization is left without a default model and the Playground stays blocked until you configure it again.