RogerAI model family

Six models for one AI operating layer.

RogerAI is organized as a model family, not a single generic assistant. Each model has a specific role: deep reasoning, daily assistance, engineering work, semantic indexing, retrieval ranking, and vision-based document understanding.

Model catalog

The complete six-model family

The catalog below explains what each model is designed to do, the kind of work it should handle, and how it contributes to the RogerAI product ecosystem.

A
Reasoning

RogerAI-Apex

rogerai-apex

Flagship reasoning and language model. Apex is the quality-first model for high-value enterprise work where context, precision, and structured thinking matter more than speed.

  • Deep reasoning across complex instructions and policies.
  • Long-document analysis for reports, contracts, and procedures.
  • Formal writing, decision notes, risk summaries, and executive output.
Context 32,768Size 135.43 GB
Download RogerAI-Apex
C
Assistant

RogerAI-Core

rogerai-core

Balanced daily assistant model. Core is the default operating model for everyday business interaction in Arabic and English.

  • Fast bilingual chat, summarization, rewriting, and translation.
  • Email, memo, and formal message drafting for daily work.
  • Task extraction, classification, and internal app assistance.
Context 40,960Size 27.52 GB
Download RogerAI-Core
F
Engineering

RogerAI-Forge

rogerai-forge

Engineering intelligence model. Forge supports technical execution, repository work, automation, and operational debugging.

  • Code generation, review, refactoring, and explanation.
  • Bug detection, log analysis, test drafting, and DevOps scripts.
  • Large-context system understanding for technical workflows.
Context 262,144Size 56.89 GB
Download RogerAI-Forge
I
Knowledge

RogerAI-Index

rogerai-index

Semantic indexing model. Index turns text into searchable meaning so RogerAI can retrieve the right knowledge instead of only matching keywords.

  • Embeddings for documents, archives, help centers, and databases.
  • Similarity search, knowledge base indexing, and RAG foundations.
  • Connects user questions to the most relevant source passages.
Role EmbeddingsSize 7.50 GB
Download RogerAI-Index
R
Retrieval

RogerAI-Rank

rogerai-rank

Retrieval quality model. Rank improves search quality by reranking candidate passages before the answer is generated.

  • Scores query-document relevance and removes weak matches.
  • Improves grounded answers in knowledge-based workflows.
  • Reduces noisy retrieval for support, compliance, and document search.
Role RerankerSize 1.12 GB
Download RogerAI-Rank
S
Vision

RogerAI-Scan

rogerai-scan

Vision and document understanding model. Scan connects images, screenshots, forms, and scanned pages to structured AI workflows.

  • Screenshot analysis, scanned document review, and visual QA.
  • Form, table, and field understanding for data-entry automation.
  • Image-to-structured-summary workflows for operations teams.
Role Vision-LanguageSize 16.34 GB
Download RogerAI-Scan
Architecture

How the models work together

RogerAI routes work to the model layer that fits the task instead of forcing every request into one model.

Reasoning layer

Apex and Core handle language, analysis, drafting, decisions, and daily assistant workflows.

Engineering layer

Forge supports code, automation, logs, tests, repository analysis, and DevOps tasks.

Knowledge layer

Index and Rank power semantic retrieval, relevance scoring, and grounded answers.

Vision layer

Scan reads screenshots, images, scanned pages, tables, forms, and visual documents.

Deployment baseline

Operational requirements

These requirements are shown after the model catalog because they support deployment. They are not the model explanation.

Operating system

Modern Linux server environment.

Runtime

Python 3.10 or 3.11 with torch, transformers, tokenizers, safetensors, and accelerate.

Storage

NVMe SSD storage with enough capacity for model files, cache, logs, and future updates.

Serving

Persistent inference service such as vLLM, TGI, or an equivalent private serving layer.