Intelligence, built by NALO.

NALO AI builds Kyro — a family of AI models for chat, reasoning, and building on top of, all from one place.

Try Kyro arrow_forward Explore the API
Models

Three models. One family.

Pick the right balance of speed, depth, and cost for what you're working on.

Fast

Kyro Instant 3.5

Built for quick, everyday answers with minimal wait time — the fastest way to talk to Kyro.

Try it arrow_forward
Flagship

Kyro 2

NALO AI's main model — well-rounded, capable, and built to handle most of what you throw at it.

Try it arrow_forward
Reasoning

Kyro Thinking 2

Takes its time to think through harder problems step by step, instead of rushing to an answer.

Try it arrow_forward
For developers

Build with the Kyro API

Connect Kyro to your own apps, bots, and tools with a simple API and your own key.

bolt
Simple to integrate
One endpoint, standard REST, works with any language.
key
Your own key
Generate, disable, or delete keys anytime from your dashboard.
tune
Custom identity
Override the system prompt to make Kyro sound like your own product.
travel_explore
Built-in search
Ask Kyro to search the web or X directly from a normal message.
curl -X POST ttps://kyroapi.zeritexon.workers.dev/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"messages":[{"role":"user","content":"hello"}]}'
Get your API key arrow_forward