VIGTHORIA v4.2 · PRODUCTION

Vigthoria v4.2 Model Family

A governed native AI stack for visual architecture, complete software execution, realtime assistance, and silent semantic dispatch across the Vigthoria ecosystem.

One family, distinct production roles

Vigthoria v4.2 Creative 27B is the multimodal architect, Vigthoria v4.2 Code 27B is the execution engine, and Vigthoria v4 Assistant 9B is the low-latency copilot. Olivia V6.3 silently maps requests to governed capabilities before an agent begins work. The central Model Router exposes only qualified model lanes.

Model Architecture

Vigthoria Model Router System

User Request
Olivia V6.3
Semantic dispatch
Creative 27B
Architect
Code 27B
Executor

The default build flow is Dispatcher → Architect → Executor. Lightweight chat, completion, voice, and diagnostic work can route directly to Assistant 9B through the governed Model Router on port 4009.

Native Vigthoria Models

💻
Vigthoria v4.2 Code 27B
Production Executor

The complete-output engine for repository-scale implementation, debugging, security analysis, structural file writes, native applications, and agentic execution.

Model ID Vigthoria-v4.2-Code-27B
Role Executor
Runtime BF16 / AWQ qualified
Context Window 64K Tokens
Specialization Code + Debug + Security
Vigthoria Code Vigthoria CLI Workbench Operator
🎨
Vigthoria v4.2 Creative 27B
Multimodal Architect

The planning and visual-intelligence engine for architecture, interface understanding, image inspection, long-video analysis, research, narrative, and media production.

Model ID Vigthoria-v4.2-Creative-27B
Capabilities Text + Image + Video
Context Window 32K Tokens
Specialization Architecture + Visual Intelligence
Media per request Up to 4 images / 1 video
Architecture Image Analysis Video Analysis Media Production
⚖️
Vigthoria v4 Assistant 9B
Realtime Omni Copilot

The high-speed lane for Fill-in-the-Middle completion, quick fixes, chat, diagnostics, streaming interfaces, and voice-assisted workflows.

Model ID Vigthoria-v4-Assistant-9B
Response Time Low Latency
Context Window 16K Tokens
Specialization FIM + Chat + Diagnostics
Autocomplete Quick Fixes Voice
🧠
Olivia V6.3 Dispatcher
Silent Semantic Context Saver

Olivia never chats or executes code. It maps the request and trusted application context to a compact governed toolkit assignment, saving context and token burn for the architect and executor.

Contract Compact JSON routing
Catalog 371 governed routes
Latency ceiling Under 2 seconds
Dispatch Tool Mapping Context Saving
👁️
Creative Multimodal Runtime
Native v4.2 capability

Image and video intelligence is native to the Creative v4.2 architect lane—there is no disconnected legacy vision model or external visual detour.

Capability Image + Video + Text
Use Case Visual Analysis
Integration Creative v4.2 Architect
Image Analysis UI Inspection Long Video

Platform Integration

Vigthoria native models are seamlessly integrated across all ecosystem products:

Operator
Governed v4.2 family
Vigthoria Code
Assistant FIM + Code v4.2 execution
MusicFactory
Creative v4.2 planning and lyrics
ViAgen6
Creative architect → Code executor
GoA Agent
Assistant realtime + governed roles

Model Comparison

Model Parameters Primary Use Speed Context
Vigthoria v4.2 Creative 27B Architecture, image and video understanding Architect lane 32K + media
Vigthoria v4.2 Code 27B Complete implementation, debugging, security Executor lane 64K
Vigthoria v4 Assistant 9B FIM, chat, voice, quick diagnostics Realtime lane 16K
Olivia V6.3 Dispatcher Semantic routing and toolkit binding <2s ceiling Compact JSON

API Access

Access Vigthoria models through the Model Router API:

POST /v1/chat/completions
{ "model": "Vigthoria-v4.2-Code-27B", "messages": [ { "role": "user", "content": "Write a Python function to sort a list" } ], "temperature": 0.7, "max_tokens": 2048 }

Available Model IDs

Release Governance

Qualified production artifacts

Each production lane is admitted from a versioned artifact and exposed through the central router only after identity, load, endpoint, and role qualification. The current release provides:

  • Separate architect, executor, and realtime runtime boundaries
  • BF16 source artifacts with qualified AWQ deployment variants
  • Native multimodal processing on the Creative v4.2 lane
  • Central aliases for controlled backward compatibility
  • Olivia dispatch before expensive agent context is staged