Voxta docs

All Modules

Every Voxta module — the complete catalog of plugins you can install for AI services and chat augmentations.

Voxta is built around a module system. Each module is a plugin that adds capability to the server. A module can ship:

  • one or more services — a concrete implementation of a service slot like Text Generation, Text-to-Speech, Speech-to-Text, Image Generation, Vision, Memory, Web Search, Wake Word, Animation, Audio I/O, or Vision Capture,
  • one or more chat augmentations — capabilities that don't fit a service slot (game integrations, content filters, behavior tweaks, MCP tool bridges, hardware control, …),
  • or both.

For example, OpenAI and Google (Gemini) ship a single service (Text Generation). Azure Speech Service ships two services (TTS and STT) from one install. Voxta Cloud ships three (TTS, STT, Text Generation) plus an account bridge. Elite Dangerous: COVAS ships only an augmentation — no service slot, just a deep integration with one game.

This page is the flat catalog. For a higher-level "what kind of thing am I picking?" view, start at the Services index instead.

Text Generation (LLM)

The character's brain — generates replies, infers actions, and summarizes long history.

Text-to-Speech (TTS)

The character's voice.

Speech-to-Text (STT)

Your microphone → text.

Wake Word

Hands-free activation by name.

Computer Vision

Dedicated vision modules. Note: most vision in Voxta is handled by a multimodal LLM (llama.cpp + mmproj, OpenAI, Gemini, Claude, xAI…) — see the Vision overview.

Image Generation

Generate images mid-chat.

Vision Capture

Where the camera frames or screen pixels come from before vision processes them.

Memory

Long-term memory backends — what the character remembers across chats.

Let the character look things up online.

Animation

Body motion / gesture generation for connected hosts (VAM, etc.).

Audio I/O

Low-level audio input, output, and conversion. You normally don't touch these — they're picked automatically based on your platform.

Chat Augmentations

Capabilities that don't fit a service slot — game integrations, content filters, behavior tweaks, MCP tool bridges, hardware control.

Other

On this page