New The official version of Novo-4-Pro has been released — fully available across web and API. Read the announcement

Into Open Intelligence

Free access to frontier AI. Powerful models, open research, and an API built for builders.

128K
Context window
12.4B
Parameters
60 T/s
Generation speed
99.9%
Platform uptime
Products

One platform, every capability

From quick prototypes to production systems — the Novo model family covers the full range of language tasks.

Novo-4-Pro Flagship

Our most capable model. Advanced reasoning, long-form generation, and agentic workflows for complex, multi-step tasks.

Reasoning 128K context Agent-ready
Explore Novo-4-Pro →
Novo-4-Flash Efficient

Speed-first model for high-throughput workloads. Near-instant responses at a fraction of the cost.

60 tok/s Low cost Streaming
Explore Novo-4-Flash →
Research

Published openly, measured honestly

Every release ships with technical reports, training details, and benchmark methodology.

Developer Platform

Integrate in minutes

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);

Start building with NOVORIO today

Free tier available. No credit card required for evaluation keys.

We're hiring
Research, engineering, and product roles open worldwide.
Browse positions →