Free access to frontier AI. Powerful models, open research, and an API built for builders.
From quick prototypes to production systems — the Novo model family covers the full range of language tasks.
Our most capable model. Advanced reasoning, long-form generation, and agentic workflows for complex, multi-step tasks.
Speed-first model for high-throughput workloads. Near-instant responses at a fraction of the cost.
Every release ships with technical reports, training details, and benchmark methodology.
How we trained a frontier model on a fraction of industry-standard compute.
BenchmarksA reproducible benchmark suite for measuring real-world context use.
SafetyTechniques for keeping assistant behavior stable as usage patterns evolve.
An OpenAI-compatible API, predictable pricing, and first-class streaming.
// npm install novo-sdk import { Novo } from 'novo-sdk'; const client = new Novo({ apiKey: process.env.NOVO_API_KEY }); const res = await client.chat.completions.create({ model: 'novo-4-pro', messages: [{ role: 'user', content: 'Explain quantum computing simply.' }], }); console.log(res.choices[0].message.content);
Free tier available. No credit card required for evaluation keys.