Nova API Overview

Nova provides a unified API for 100+ AI models — text, image, and video — through a single endpoint and API key. Text models use an OpenAI-compatible interface. Image and video models use Nova's async generation API.

Base URL

https://api.nova.ai

Text (OpenAI-compatible)

POST /v1/chat/completions

Chat completions for all language models

Image Generation

POST /api/v1/model/generateImage

Async text-to-image generation

Video Generation

POST /api/v1/model/generatenvideo

Async text-to-video generation

Poll Result

GET /api/v1/model/prediction/{id}

Check status of async generation