Orivus-Architect-v1-7B GGUF
Orivus-Architect-v1 (7B) is the lightweight strategic reasoning engine for the Orivus Edge ecosystem.
It is designed for fast, local architectural analysis with structured outputs. This model prioritizes efficiency and responsiveness while maintaining deterministic behavior within the Orivus pipeline.
Model Details
- Base model: DeepSeek-R1-Distill-Qwen-7B
- Format: GGUF
- Quantization: Q4_K_M
- Prompt format: ChatML
- Runtime: llama.cpp-compatible environments
- Context window: 8192 tokens
Intended Use
This model is optimized for:
- quick architectural assessments
- risk estimation on isolated or mid-sized modules
- layered system reasoning (Core / Infrastructure / Edge / Domains / Entrypoints)
- generation of structured handoffs for execution engines
- local-first workflows with limited compute
This model is not intended to:
- perform deep multi-system analysis (use 14B variant)
- generate production code
- act as a general-purpose assistant
- operate without structured input signals
Output Contract
The model is expected to:
- return structured JSON outputs
- avoid speculative reasoning
- avoid inventing signals or dependencies
- ground all decisions strictly in provided inputs
- produce outputs compatible with Orivus-Coder execution pipelines
Non-structured or narrative responses are considered invalid.
Prompt Format (ChatML)
The model expects strict ChatML formatting:
1<|im_start|>system
2You are Orivus-Architect, a software architecture reasoning engine. Analyze structural signals and produce a deterministic, structured response. Do not write code. Do not invent data. Output strict JSON only.<|im_end|>
3<|im_start|>user
4{structured_input_signals}<|im_end|>
5<|im_start|>assistant
Runtime Configuration (llama.cpp)
1{
2 "n_ctx": 8192,
3 "temperature": 0.15,
4 "top_p": 0.95,
5 "repeat_penalty": 1.1
6}
Orivus Edge Integration
Orivus-Architect-7B operates as the fast decision layer in Orivus Edge.
Execution flow:
- Observe → analyze repository signals (AST, dependency graph, churn)
- Orient → map signals to architectural layers and constraints
- Decide → produce structured strategy and risk classification
- Handoff → pass deterministic instructions to Orivus-Coder
This variant is optimized for:
- lower latency
- reduced hardware requirements
- iterative workflows and rapid feedback loops
Capabilities
- fast analysis of structured signals
- identification of architectural violations
- generation of deterministic handoffs
- suitable for iterative and local workflows
- efficient on limited hardware environments
Limitations
- reduced reasoning depth compared to 14B variant
- less effective for large-scale or highly complex systems
- requires structured input
- does not perform code generation
Available Files
- deepseek-r1-distill-qwen-7b.Q4_K_M.gguf
License
This model is derived from DeepSeek-R1-Distill-Qwen-7B.
Fine-tuning and orchestration strategies are part of the Orivus Edge system design.