Models
In the Models section, you determine which language models are available to users in your organization. You can enable, disable, and set a default model for the entire organization. Users will only see the models you have enabled in their chat.
Opening the Model Overview
Section titled “Opening the Model Overview”- Navigate to Admin Settings → Models
- You will see a list of all available models with their provider and status
Available Models
Section titled “Available Models”You can see which models are available to your organization in the model overview in admin settings. Each model is displayed with its provider, tier (star indicator), and current status.

Model Identifier for API Use
Section titled “Model Identifier for API Use”Each model shows a technical model identifier (e.g., gpt-4o, claude-sonnet-4-20250514) below its display name. This identifier is what you need to specify in the model parameter when using the Ayunis API. If a model has a display name that differs from the technical identifier, both are shown so you can easily copy the correct value for API calls.
Enabling or Disabling Models
Section titled “Enabling or Disabling Models”- Find the model in the list
- Toggle the Enabled switch
- Enabled: Users can select the model in chat
- Disabled: The model is no longer available to users
Model Tiers
Section titled “Model Tiers”Each model is assigned a tier that reflects its performance and credit consumption. The tier is displayed as a star indicator (0–3 stars) next to the model name:
| Tier | Stars | Recommended For | Credit Consumption |
|---|---|---|---|
| Very Basic | ☆☆☆ (no filled stars) | Only recommended when the credit allowance is exhausted | Very low |
| Basic | ★☆☆ | Very simple tasks and short questions | Low |
| Standard | ★★☆ | The default for most tasks, particularly well-suited for writing | Medium |
| Powerful | ★★★ | Complex logic, research, and recognizing contextual relationships | High |
Enforce Anonymous Mode per Model
Section titled “Enforce Anonymous Mode per Model”You can make anonymous mode mandatory for each model. When this option is enabled, users can only use this model in anonymous mode – personal data is then automatically protected.
- Find the model in the list
- Enable the Enforce anonymous mode option
This is particularly useful when a model is operated by an external provider and you want to ensure that no personal data is transmitted to that provider.
Setting a Default Model
Section titled “Setting a Default Model”The default model is automatically pre-selected for new chats for all users.
- Find the desired model in the list
- Click Set as Default
- New chats will now use this model by default
Next Steps
Section titled “Next Steps”- Understanding Language Models — Background information on language models
- API Keys — Use models programmatically via the OpenAI-compatible API