Skip to main content
Chat models are the core component for AI-powered conversations in VARIOS AI. They support text generation, document processing and optionally code execution.

Basic Data

FieldRequiredDescription
ImageNoProfile image for the model (displayed in the model selection)
TitleYesDisplay name of the model (e.g. “Azure GPT 5.2”)

API Configuration

FieldRequiredDescription
APIYesAPI type – see Available API Types below.
CredentialsYesStored credentials for the selected provider (dropdown selection).
Model NameYesTechnical model name sent to the API (e.g. gpt-5.2, claude-sonnet-4-5).

Available API Types

API TypeDescription
OpenAI Chat API (/chat/completions)Standard OpenAI Chat Completions API for text generation
OpenAI Assistant API (/assistants)OpenAI Assistant API for structured assistants
OpenAI Responses API (/responses)OpenAI Responses API for specific response formats
IONOS API (/chat/completions)IONOS-compatible Chat Completions API
OpenAI Chat API without HTTP ProxyDirect connection without proxy support

Costs and Limits

FieldRequiredDescription
Cost in $ per Million Input TokensNoCost per one million input tokens for cost tracking.
Cost in $ per Million Output TokensNoCost per one million output tokens for cost tracking.
Maximum Tokens per ContextNoMaximum number of tokens that can be processed in a single request context (e.g. 99000).

Behavior Settings

FieldRequiredDescription
TemperatureNoControls creativity (0–2). Checkbox Use temperature must be enabled. Low = deterministic, high = creative.
Top PNoNucleus sampling parameter (0–1). Checkbox Use Top P must be enabled. Alternative to temperature control.
Additional ParametersNoAdditional API parameters as a JSON object. Enter valid JSON (e.g. {}). These parameters are appended directly to the API request.
Thinking EffortNoCognitive effort of the model. Checkbox Use thinking effort must be enabled. Value: Low, Medium or High.

Streaming

FieldRequiredDescription
Supports StreamingNoCheckbox Use a streaming model – Enables streaming responses (answer is displayed progressively).
Stream OptionsNoCheckbox Use stream options – Enables extended streaming options (e.g. token usage in stream).

User Identification and MIME Types

FieldRequiredDescription
User IdentificationNoCheckbox Use user identification – Adds a unique user identifier to the API request.
Allowed MIME TypesNoFile types that are sent directly to the model (e.g. images for vision models). All other file types are automatically handled via document processing.
The Allowed MIME Types determine which files go directly to the model without being routed through document processing. Typical example: image/png, image/jpeg for vision models.

DLP Security Settings

Basic DLP Settings

GDPR Protection

Detects personal data in the chat and encrypts it before transfer to the AI.
OptionDescription
enabledGDPR protection is always active and cannot be disabled by users.
optionalGDPR protection is active by default but can be disabled by users.
disabledGDPR protection is disabled.

Sensitive File Protection

Blocks the upload of documents with confidential classification.
OptionDescription
enabledUpload of confidential documents is blocked.
disabledUpload of confidential documents is allowed.

Enterprise DLP Settings

DLP Interface (ICAP)

Sends texts and files for review to the configured ICAP server.
OptionDescription
enabledICAP server is used for all content.
disabledICAP server is not used.