Skip to content

Nova AI Overview

Welcome to Nova AI—the next generation of artificial intelligence for privacy-focused productivity.

What is Nova AI?

Nova AI is Nova Suite's advanced artificial intelligence platform, designed to enhance productivity while respecting your privacy. Built on our proprietary ModelA architecture, Nova AI provides powerful language understanding, generation, and reasoning capabilities across all Nova Suite applications.

Key Features

  • Advanced Language Models


    State-of-the-art language models from ModelA 9-Pico to 9-Pro, optimized for different use cases and performance requirements.

  • Privacy-First Design


    Your data is never used for training. All processing happens with enterprise-grade encryption and zero data retention policies.

  • Real-Time Processing


    Instant responses with streaming support, optimized for interactive experiences across all platforms.

  • Seamless Integration


    Native integration with Nova Suite apps—Notes, Mail, Calendar, and more—for context-aware assistance.

ModelA Architecture

Nova AI is powered by the ModelA 9-Series, our latest generation of foundation models:

Model Comparison

Feature 9-Pico 9-Nano 9 9-Pro
Parameters 1B 7B 70B 405B
Context Window 32K tokens 128K tokens 200K tokens 200K tokens
Speed Maximum Ultra-fast Balanced Comprehensive
Best For Bulk tasks, cost Quick tasks, mobile General use Complex reasoning
Input Pricing $0.25/M $1.00/M tokens $1.50/M tokens $3.75/M tokens
Output Pricing $1.00/M $5.00/M tokens $7.50/M tokens $18.75/M tokens

Learn more about model selection →

Core Capabilities

1. Natural Language Understanding

Nova AI comprehends context, intent, and nuance in human language:

  • Multi-turn conversations with memory and context retention
  • Sentiment analysis for understanding emotional tone
  • Entity extraction for identifying key information
  • Language detection supporting 95+ languages

2. Content Generation

Create high-quality content across formats:

  • Writing assistance: Emails, documents, reports
  • Code generation: Support for 50+ programming languages
  • Creative content: Stories, marketing copy, scripts
  • Summarization: Condense long documents into key points

3. Reasoning & Analysis

Advanced analytical capabilities powered by our Consideration Engine:

{{ The Consideration Engine allows Nova AI to "think out loud,"
   showing its reasoning process transparently. This builds trust
   and helps users understand how conclusions are reached. }}
  • Step-by-step problem solving with visible reasoning
  • Data analysis and pattern recognition
  • Logical inference from incomplete information
  • Multi-perspective analysis for balanced insights

Explore Consideration in depth →

4. Knowledge Integration

Access and synthesize information:

  • Document search across your Nova Suite workspace
  • Web search integration (optional, with privacy controls)
  • Citation tracking for source attribution
  • Fact-checking with confidence scores

Privacy & Security

Nova AI is built with privacy as a foundational principle:

  • No training on your data - Your content remains yours
  • End-to-end encryption - All data encrypted in transit and at rest
  • Zero data retention - Conversations are not stored without consent
  • GDPR & CCPA compliant - Meeting global privacy standards
  • SOC 2 Type II certified - Enterprise-grade security

Read our security documentation →

Getting Started

1. Access Nova AI

Nova AI is available through:

2. Choose Your Model

Select the right model for your needs:

// API example
const response = await nova.chat.completions.create({
  model: "modela-9-pro",  // or "modela-9", "modela-9-nano"
  messages: [
    { role: "user", content: "Explain quantum entanglement" }
  ]
});

Quick guide: - Use 9-Pico for high-volume, low-cost tasks (no streaming) - Use 9-Nano for speed-critical tasks, mobile apps - Use 9 for general-purpose tasks, balanced performance - Use 9-Pro for complex analysis, long-form content

3. Explore Features

Try these capabilities:

You: Help me plan a project timeline for a website redesign

Nova AI: {{ Let me break this down into phases... }}

I'll help you create a structured timeline. Here's a typical
website redesign broken into phases:

1. Discovery & Planning (2 weeks)
   - Stakeholder interviews
   - User research
   ...
You: Write a React component for a user profile card

Nova AI: Here's a modern React component with TypeScript:

[Generated code follows with explanations]
You: Analyze this sales data and identify trends

Nova AI: {{ I'll examine the data for patterns in timing,
           geography, and product categories... }}

Based on the data, I've identified three key trends:
1. Seasonal spike in Q4 (32% increase)
...

API Access

Developers can integrate Nova AI into applications:

# Install SDK
npm install @novasuite/ai

# Quick start
import { NovaAI } from '@novasuite/ai';

const ai = new NovaAI({ apiKey: process.env.NOVA_API_KEY });

const completion = await ai.chat.completions.create({
  model: 'modela-9',
  messages: [{ role: 'user', content: 'Hello, Nova AI!' }]
});

console.log(completion.choices[0].message.content);

View full API documentation →

Pricing

Tier Cost Features
Personal Free 100K tokens/month, 9-Nano access
Pro $20/month 1M tokens/month, all models, priority access
Enterprise Custom Unlimited tokens, dedicated instances, SLA

Token Efficiency

Average token usage: - Email draft: ~500 tokens - Code generation: ~1,000 tokens - Document summary: ~300 tokens

Most users find the Free tier sufficient for daily use.

Responsible AI

Nova AI is designed with ethical considerations:

  • Bias mitigation: Regular audits and diverse training data
  • Transparency: Clear explanations via Consideration Engine
  • User control: Opt-out of data collection, customizable behavior
  • Safety: Built-in content moderation and safety filters

Community & Support

What's Next?


Nova AI: Intelligent assistance that respects your privacy.