AI Models
What is configured here
Section titled “What is configured here”| Field | Description |
|---|---|
| Default AI Provider | Active LLM integration of the organization that will be used as default (e.g. Azure OpenAI, OpenAI, OpenRouter, Prodgy.AI) |
| Default AI Model | The model name (completion) the provider should use — e.g. gpt-4o, claude-sonnet-4-6 |
Default AI Provider
Section titled “Default AI Provider”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.
Default AI Model
Section titled “Default AI Model”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.
Saving Changes
Section titled “Saving Changes”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:
- If the provider changed, updates the organization with the new
default_model_id. - 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).
Use Cases
Section titled “Use Cases”- Switch provider without losing context: pick another LLM integration in the first field — the Model field loads the
completionsaved 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.