Skip to Content
Getting StartedOverview

Getting Started - Overview

novastack provides two main ways to use our models:

MethodUse CasesFeatures
Web InterfaceQuick testing, interactive conversationsNo coding required, ready to use
REST APIApplication integration, automated tasksOpenAI compatible, supports streaming output

Usage Flow

flow/onboarding.txt
1. Register Account 2. Get API Key 3. Choose Usage Method ├── Web Playground → Direct experience └── API Calls → Integrate into applications

Prerequisites

  • Web Interface: Only requires a novastack account
  • REST API: Requires API Key and basic HTTP request tools

💡 Tip: For first-time users, we recommend familiarizing yourself with model capabilities through Web Playground before API integration.

Next Steps