One Balance.
Two Ways to Build.

Nicrron is the unified gateway to every major AI model.Ninoo is the coding agent that brings it to your terminal. Same account, same credits, pick your interface. And NiNI Labs is where we research what comes next.

65+
Models
10
Providers
1
Credit Balance
$0
Subscriptions
N

Nicrron

The unified interface for LLMs — for your applications.

  • 65+ models from OpenAI, Anthropic, DeepSeek, Google, and more — one OpenAI-compatible API
  • Smart routing, failover, and response caching for lower cost and better uptime
  • Zero retention for chat prompts and completions
  • Per-token pricing with live usage logs — no subscriptions
Visit nicrron.ai
n

Ninoo Code

The coding agent for your terminal — for developers.

  • A coding agent in your terminal: reads your repo, edits files, runs commands
  • Every file change and shell command asks for your approval first — /undo reverts a turn
  • Sixteen tools including background jobs, project memory, and subagents
  • Free CLI — usage bills per token to your Nicrron balance
Visit ninoo.ai
n

Ninoo Builder

The same agent in your browser — for everyone else.

  • Describe an app in plain words and watch it get built in a live preview
  • The same Ninoo agent as the CLI, running in a disposable cloud workspace
  • Undo any turn; publish to your own ninoo.app address with one click
  • Pay as you build: tokens plus workspace minutes from the same balance
Open the Builder

NiNI Labs

Today's computing systems will undergo a massive transformation to efficiently and scalably serve AI workloads. NiNI Labs is an applied research lab dedicated to envisioning the next generation of these systems.

Projects & Services
N

NiNI Cloud

Waitlist

Serverless inference for AI agents — from simple agents to multi-agent systems.

  • Run everything from simple agents to complex multi-agent systems with custom logic and data sources
  • Import existing agentic pipelines as they are — no rewrite to get started
  • Chain multiple models with non-model stages (e.g. search) and your own custom data sources
  • Scheduling, orchestration, and optimization are handled for you — scale it all seamlessly
Join the waitlistExplore NiNI Cloud
1.Import

Bring the agentic pipeline you already run. Simple single agents and multi-agent systems with custom logic are both first-class.

2.Chain

Connect multiple models with non-model stages like search, plus your own data sources, into one serverless pipeline.

3.Scale

The platform schedules, orchestrates, and optimizes every stage, so you spend your time adding capabilities to your agents.

Nicroo Core

Powering AI at supercomputing scale

Traditional data centers were built for general-purpose workloads. Nicroo Core AI data centers are built for AI.

Traditional data centers

Built for general-purpose workloads

Nicroo Core

Built for AI

Two interfaces, one meter

The same gateway, the same key namespace, the same balance — whether you call it from code or talk to it in a terminal.

Your application → Nicrron
app.ts
// Works with the OpenAI SDK you already use
const client = new OpenAI({
  baseURL: "https://api.nicrron.ai/v1",
  apiKey: process.env.NICRRON_API_KEY,
});

const res = await client.chat.completions.create({
  model: "nicrron/auto",
  messages,
});
Your terminal → Ninoo
ninoo — ~/projects/api
 fix the flaky retry test in billing

 grep(retry, tests/billing)
╰ 3 matches in tests/billing/retry.test.ts
 edit(tests/billing/retry.test.ts)
+ vi.useFakeTimers()
 bash(npx vitest run tests/billing)
╰ 12 passed (12)

 Weaving… (14s · 3.2k tokens · esc to interrupt)
Routing across ten providers — text, embeddings, images, video, and speech
OpenAIAnthropicGoogleDeepSeekMoonshotMistralByteDanceKlingMiniMaxVoyage

Which one do you need?

Shipping an app or product?

Point your OpenAI SDK at Nicrron's gateway and get every provider through one API key, with routing, failover, and caching handled for you.

Start with the Nicrron API

Working in a codebase?

Install Ninoo and hand it real tasks — it reads the repo, writes the diffs, runs the tests, and asks before anything touches disk.

Install Ninoo

Doing both?

That's the point. One balance meters your production traffic and your terminal sessions together, with every request in one ledger.

Create the one account

Running agents in production?

NiNI Cloud, from NiNI Labs, is serverless inference for AI agents: import your pipeline, chain models with search and data, and let the platform scale it.

Get early access to NiNI Cloud

Built to work together

One credit balance

Top up once on nicrron.ai; API calls and Ninoo sessions draw from the same wallet at the same per-token rates.

One account, same keys

A single Nicrron account covers both. Ninoo signs in through your browser and mints its own named key you can revoke anytime.

One usage ledger

Every request — from your code or from Ninoo — appears in the same dashboard logs with its exact cost.

Up and running in three steps

1
Create your Nicrron account

One signup at nicrron.ai/register covers the API and Ninoo.

2
Add credits

Top up in the dashboard — and Nicrron matches every $100 you deposit with $100 in bonus credits, up to $500 per rolling 90 days (applied after a brief account review, typically within 24 hours).

3
Point your SDK at the gateway — or install Ninoo

Swap your OpenAI SDK's base URL to https://api.nicrron.ai/v1, or bring the models to your terminal:

$ curl -fsSL https://ninoo.ai/install.sh | sh

Common questions

Do I need separate accounts for Nicrron and Ninoo?

No. One Nicrron account covers both. Ninoo's browser login mints an API key on that same account, and its usage appears in the same dashboard.

Does Ninoo cost extra?

The CLI is free. You pay only the per-token cost of the model calls it makes, at the same published rates as calling the gateway directly — no subscription, no markup on top.

Which models can I use?

The live catalog on nicrron.ai lists 65+ models across ten providers — chat, reasoning, embeddings, image and video generation, and speech. Ninoo can switch between any chat model with /model, or use routing modes like nicrron/auto.

Where do credits and billing live?

On nicrron.ai. Top up there, set auto top-up, and watch the shared ledger. Nicrron's deposit-match promotion — every $100 matched with $100 in bonus credits, up to $500 per rolling 90 days — applies to credits you spend in either product.

What happens to my prompts?

Chat prompts and completions are never stored by the gateway — from the API or from Ninoo. Generated media is kept 30 days so you can re-download it; the details are in the privacy policy on nicrron.ai.

What is NiNI Labs?

An applied research lab dedicated to envisioning the next generation of computing systems — the ones that will efficiently and scalably serve AI workloads. NiNI Cloud, serverless inference for AI agents, is its first service.

Is NiNI Cloud available today?

Not yet. It is in development at NiNI Labs; email support@nicrron.ai with the subject "NiNI Cloud waitlist" to get early access. Pricing and billing details will be announced with the launch.

What is Nicroo Core?

AI data centers built for AI. Traditional data centers were built for general-purpose workloads; Nicroo Core is built to power AI at supercomputing scale. Email support@nicrron.ai with the subject "Nicroo Core" to start a conversation.