AI Assistant
The AI Assistant answers questions about the uni-PRO Studio in natural language. The answers are based on the local HTML help (including this page) and are generated by a configurable language model.
The assistant is a help facility — it does not control the Studio. It does not modify the open project nor invoke Studio functions. If you want an AI to actually edit the project, use the MCP Server (AI Interface) instead.
The dialog is non-modal — it can stay open while you continue working in the Studio.
Settings are opened from the dialog itself via the gear icon. They
are not managed via the global Studio settings, but stored in the Windows
registry under the same key the Studio uses (sub-group
HelpAssistant).
| Setting | Description |
| Provider | Selects the API protocol. Anthropic (Claude) uses the anthropic.com Messages API. OpenAI-compatible uses the OpenAI Chat Completions schema, which covers OpenAI, Groq, OpenRouter, Mistral, local Ollama, LM Studio and many other servers. |
| Base URL | API endpoint address without a trailing slash. Examples:
|
| API Key | Secret access token of the provider. Use the Show button to reveal it in plain text. For local servers (e.g. Ollama) the field may be left empty. The key is stored as plain text in the registry, same as other Studio passwords. |
| Model | Name of the language model. The field is freely editable;
the entries are only suggestions.
|
| Max Tokens | Maximum answer length in tokens (about 4 characters per token). Range 256–8192, default 1024. Higher values allow longer answers but cost more. |
| Top-K Sources | Number of help excerpts sent as context to the model. Range 1–10, default 5. More excerpts give the model more context, but make requests slower and more expensive. |
The assistant does not perform any action in the Studio — it only reads the HTML help.
sk-ant-...).claude-sonnet-4-6).sk-...).gpt-4o-mini or gpt-4o.Ollama runs entirely offline on your own machine. There are no recurring costs, but answer quality depends on your hardware.
ollama pull llama3.2llama3.2.
For cloud providers, the question and the selected help excerpts are sent over the internet. No project data, no visualisations and no variable values are transmitted — only text from the local HTML help files.
If you do not want any data leaving your machine, use a local model (see the Ollama section above).
libssl-1_1.dll and
libcrypto-1_1.dll) must be located next to
uniPRO-Studio.exe. A regular installation provides these.