Skip to main content

AI Assistant

The Volvicon AI Assistant is a chat panel built into Volvicon. It helps you in two ways:

  • Answers questions about Volvicon — features, workflows, the interface, file formats, and how to perform tasks. When retrieval is available, the assistant uses Volvicon documentation as context for version-specific answers.
  • Writes and runs Python scripts that automate Volvicon through its Scripting API. You describe what you want, the assistant writes the script, and — after you review and approve it — runs it in your current session.

The assistant only helps with Volvicon. It declines unrelated topics such as general programming or other software.

Included at no additional cost

The AI Assistant is included with Volvicon. Running it locally is free and has no usage limits. If you choose a cloud provider instead, that provider bills you for usage through your own API key — see Cloud Providers.

Starlit Moonlight ThemeBlue Theme
Volvicon AI Assistant in Starlit Moonlight ThemeVolvicon AI Assistant in Blue Theme

Local or cloud

You can run the assistant in two ways:

  • Local (Ollama) — the AI model runs on your computer. It is free, private, and works offline once a model is downloaded. Nothing you type leaves your computer. It is fastest on a dedicated graphics card with enough memory for your chosen model; on a computer without one it still works but runs on the CPU and is much slower. See Local AI.
  • Cloud provider — the AI runs on a paid online service (Anthropic Claude or OpenAI) using your own API key. It works on any machine and requires an internet connection. See Cloud Providers.

These two options are independent of where documentation search runs, which can also be local or cloud. See Privacy & Knowledge Retrieval.

Volvicon AI Assistant Settings Tab

Opening the assistant

  • Click the AI Assistant icon in the title bar (top-right of the window), or
  • Press Ctrl + Alt + A.

The assistant opens as a dock panel on the right. The first time you open it, a short setup wizard guides you through the initial choices. See Getting Started.

In this section

No scripting experience required

You do not need to know Python. Describe what you want in plain language — for example, "create a sphere", "export every surface to STL", or "smooth the active mask" — and the assistant writes the code. To learn the underlying API, see the Scripting API reference and the Python scripting tutorials.