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.aiText (OpenAI-compatible)
POST /v1/chat/completionsChat completions for all language models
Image Generation
POST /api/v1/model/generateImageAsync text-to-image generation
Video Generation
POST /api/v1/model/generatenvideoAsync text-to-video generation
Poll Result
GET /api/v1/model/prediction/{id}Check status of async generation